moved webui and updated poetry packages
This commit is contained in:
+15
-10
@@ -5,20 +5,11 @@ description = ""
|
||||
authors = ["Brian Bjarke Jensen <[email protected]>"]
|
||||
readme = "README.md"
|
||||
packages = [
|
||||
{ include = "core" },
|
||||
{ include = "shared" },
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
gunicorn = "^21.2.0"
|
||||
python-dotenv = "^1.0.1"
|
||||
dash = "^2.15.0"
|
||||
dash-bootstrap-components = "^1.5.0"
|
||||
dash-mantine-components = "^0.12.1"
|
||||
pydantic = "^2.6.1"
|
||||
pillow = "^10.2.0"
|
||||
pymongo = "^4.6.1"
|
||||
dash-auth = "^2.2.0"
|
||||
|
||||
|
||||
[tool.poetry.group.test.dependencies]
|
||||
@@ -38,6 +29,20 @@ retry = "^0.9.2"
|
||||
torch = "^2.2.1"
|
||||
torchvision = "^0.17.1"
|
||||
|
||||
|
||||
[tool.poetry.group.shared.dependencies]
|
||||
pymongo = "^4.7.2"
|
||||
pydantic = "^2.6.1"
|
||||
pillow = "^10.2.0"
|
||||
|
||||
|
||||
[tool.poetry.group.web_ui.dependencies]
|
||||
dash = "^2.17.0"
|
||||
gunicorn = "^21.2.0"
|
||||
dash-bootstrap-components = "^1.5.0"
|
||||
dash-mantine-components = "^0.12.1"
|
||||
dash-auth = "^2.2.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
Reference in New Issue
Block a user