Skip to content

Commit

Permalink
Adjusted dependencies
Browse files Browse the repository at this point in the history
SlappedWithSilence committed Dec 24, 2024
1 parent 6de2b2d commit 874b1e1
Showing 2 changed files with 628 additions and 6 deletions.
624 changes: 624 additions & 0 deletions poetry.lock
10 changes: 4 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -8,12 +8,10 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
loguru = "*"
fastapi = "*"
pydantic = "*"
omegaconf = "*"
requests = "*"
textual = "*"
loguru = "^0.7.3"
fastapi = "^0.115.6"
textual = "^1.0.0"


[tool.poetry.group.test.dependencies]
pytest = "*"

0 comments on commit 874b1e1

Please sign in to comment.