Skip to content

Commit

Permalink
Merge pull request #7 from guyzyl/main
Browse files Browse the repository at this point in the history
Update pyproject.toml
  • Loading branch information
guyzyl authored Feb 1, 2021
2 parents fa208f3 + e38db66 commit 6760f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sqlalchemy-utils = ">=0.33.0, < 1.0.0"
pg8000 = "1.16.5" # Constant due to - https://github.com/tlocke/pg8000/issues/53
aiohttp = "^3.6.0"
pyjwt = "^1.7"
cryptography = "^3.1.1" # Required for pyjwt
cryptography = ">= 2.8, < 4.0.0" # Required for pyjwt
marshmallow = "^3.9"
marshmallow-dataclass = "^8.3"
pycryptodomex = "^3.9"
Expand Down

0 comments on commit 6760f16

Please sign in to comment.