Skip to content

Commit

Permalink
Fix dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzkraut committed May 4, 2024
1 parent a744490 commit 5153151
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ redis = { version = "*", optional = true, extras = ["hiredis"] }
rich = {version = ">=13.0.0", optional = true}
structlog = { version = "*", optional = true }
typing-extensions = "*"
pytest = "<8"
tortoise-orm = "<0.20.0"


[tool.poetry.group.dev.dependencies]
aiomcache = "*"
Expand All @@ -97,7 +96,6 @@ opentelemetry-sdk = "*"
piccolo = "*"
picologging = "*"
pre-commit = "*"
pytest = "*"
pytest-asyncio = "*"
pytest-cov = "*"
pytest-lazy-fixture = "^0.6.3"
Expand All @@ -109,8 +107,7 @@ rich = "*"
sqlalchemy = "<2.0.0"
starlette = "<0.35.0"
structlog = "*"
tortoise-orm = ">=0.17.0"
trio = "*"
trio = "<0.24.0"
uvicorn = "*"
pyright = "1.1.317"
mypy = "1.4.1"
Expand All @@ -126,6 +123,8 @@ types-requests = "^2.31.0.20240406"
types-setuptools = "^69.5.0.20240423"
sqlalchemy2-stubs = "^0.0.2a38"
types-beautifulsoup4 = "^4.12.0.20240504"
pytest = "<8"
tortoise-orm = ">=0.17.0,<0.20.0"

[tool.poetry.group.docs]
optional = true
Expand Down

0 comments on commit 5153151

Please sign in to comment.