diracx 0.0.1a27__tar.gz → 0.0.1a29__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {diracx-0.0.1a27 → diracx-0.0.1a29}/PKG-INFO +1 -1
- {diracx-0.0.1a27 → diracx-0.0.1a29}/pyproject.toml +8 -1
- {diracx-0.0.1a27 → diracx-0.0.1a29}/LICENSE +0 -0
- {diracx-0.0.1a27 → diracx-0.0.1a29}/README.md +0 -0
- {diracx-0.0.1a27 → diracx-0.0.1a29}/diracx.egg-info/SOURCES.txt +0 -0
- {diracx-0.0.1a27 → diracx-0.0.1a29}/setup.cfg +0 -0
|
@@ -12,7 +12,12 @@ classifiers = [
|
|
|
12
12
|
"Topic :: Scientific/Engineering",
|
|
13
13
|
"Topic :: System :: Distributed Computing",
|
|
14
14
|
]
|
|
15
|
-
dependencies = [
|
|
15
|
+
dependencies = [
|
|
16
|
+
"diracx-api",
|
|
17
|
+
"diracx-cli",
|
|
18
|
+
"diracx-client",
|
|
19
|
+
"diracx-core",
|
|
20
|
+
]
|
|
16
21
|
dynamic = ["version"]
|
|
17
22
|
|
|
18
23
|
[project.optional-dependencies]
|
|
@@ -102,6 +107,7 @@ files = [
|
|
|
102
107
|
"diracx-client/src/**/_patch.py",
|
|
103
108
|
"diracx-core/src/**/*.py",
|
|
104
109
|
"diracx-db/src/**/*.py",
|
|
110
|
+
"diracx-logic/src/**/*.py",
|
|
105
111
|
"diracx-routers/src/**/*.py",
|
|
106
112
|
]
|
|
107
113
|
mypy_path = [
|
|
@@ -110,6 +116,7 @@ mypy_path = [
|
|
|
110
116
|
"$MYPY_CONFIG_FILE_DIR/diracx-client/src",
|
|
111
117
|
"$MYPY_CONFIG_FILE_DIR/diracx-core/src",
|
|
112
118
|
"$MYPY_CONFIG_FILE_DIR/diracx-db/src",
|
|
119
|
+
"$MYPY_CONFIG_FILE_DIR/diracx-logic/src",
|
|
113
120
|
"$MYPY_CONFIG_FILE_DIR/diracx-routers/src",
|
|
114
121
|
]
|
|
115
122
|
plugins = ["sqlalchemy.ext.mypy.plugin", "pydantic.mypy"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|