moved webui and updated poetry packages
Code Quality Pipeline / Test (push) Successful in 4m5s
CI Pipeline / Test (pull_request) Failing after 3m42s
CI Pipeline / Build and Publish (pull_request) Has been skipped

This commit is contained in:
Brian Bjarke Jensen
2024-05-20 19:19:29 +02:00
parent 72c60170a7
commit fd9140093d
54 changed files with 511 additions and 460 deletions
+15 -10
View File
@@ -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"