requirements

This commit is contained in:
jonaswinkler
2021-02-10 17:09:22 +01:00
parent 07a862e300
commit 2dadcf6325
3 changed files with 21 additions and 11 deletions

View File

@@ -54,6 +54,8 @@ concurrent-log-handler = "*"
django-redis = "*"
# uvloop 0.15+ incompatible with python 3.6
uvloop = "~=0.14.0"
# TODO: keep an eye on piwheel builds and update this once available (https://www.piwheels.org/project/cryptography/)
cryptography = "~=3.3.2"
[dev-packages]
coveralls = "*"