Skip to content

Commit

Permalink
Dependency revision
Browse files Browse the repository at this point in the history
  • Loading branch information
na-stewart committed Jun 13, 2024
1 parent bf62196 commit 2f094e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
.idea
/sanic_security/lib/
/captcha-font.ttf
/poetry.lock
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ authors = ["Aidan Stewart <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.6"
python = ">=3.8,<4.0"
tortoise-orm = ">=0.17.0"
pyjwt = ">=1.7.0"
captcha = "==0.4"
pillow = "==9.5.0"
captcha = ">=0.4"
pillow = ">=9.5.0"
argon2-cffi = ">=20.1.0"
sanic = ">=21.3.0"
httpx = {version=">=0.13.0", optional=true}
httpx = {version="*", optional=true}
cryptography = {version=">=3.3.1", optional=true}
black = {version="*", optional=true}
blacken-docs = {version="*", optional=true}
Expand Down

0 comments on commit 2f094e2

Please sign in to comment.