fixed Docker builds - fixes #82

This commit is contained in:
Eugene Pankov
2022-12-26 18:30:26 +01:00
parent ea2a0db865
commit 7f0fd51c08
3 changed files with 37 additions and 32 deletions

View File

@@ -21,7 +21,7 @@ semver = "^2.13.0"
requests = "^2.25.1"
pyga = "^2.6.2"
django-cors-headers = "^3.7.0"
cryptography = ">=3.2,<3.3"
cryptography = "^37.0.4"
fsspec = "^2021.7.0"
whitenoise = "^5.3.0"