Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Nov 20, 2023
1 parent bfaa75f commit 4c132d7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
dash = "^2.11.1"
dash-bootstrap-components = "^1.4.2"
fastapi = "^0.103.1"
dash = "^2.14.1"
dash-bootstrap-components = "^1.5.0"
fastapi = "^0.103.2"
fastapi-versioning = "^0.10.0"
flask-caching = "^2.0.2"
flask-caching = "^2.1.0"
gunicorn = "^21.2.0"
orjson = "^3.9.2"
pandas = "^2.0.3"
pydantic = "^2.3.0"
orjson = "^3.9.10"
pandas = "^2.1.3"
pydantic = "^2.5.1"
requests = "^2.31.0"
rdkit = "^2023.3.2"
sqlalchemy = "^2.0.19"
rdkit = "^2023.9.1"
sqlalchemy = "^2.0.23"
uvicorn = "^0.23.2"

[tool.poetry.scripts]
Expand Down

0 comments on commit 4c132d7

Please sign in to comment.