We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fff8b5 commit b4c5153Copy full SHA for b4c5153
1 file changed
pyproject.toml
@@ -7,11 +7,11 @@ readme = "README.md"
7
8
[tool.poetry.dependencies]
9
python = "^3.12"
10
-conSys4Py = { git = "https://github.com/Botts-Innovative-Research/CSAPI4Py.git", branch = "dev" }
11
-swecommondm = { git = "https://github.com/ChainReaction31/SWECommonDMPython.git", branch = "master" }
12
pydantic = "^2.7.4"
13
shapely = "^2.0.4"
14
websockets = "^12.0"
+consys4py = "^0.0.1a1"
+swecommondm = "^0.0.1a0"
15
16
[tool.poetry.group.dev.dependencies]
17
pytest = "^8.2.2"
0 commit comments