pdf2image = "*"
flower = "*"
bleach = "*"
- # https://www.piwheels.org/project/cryptography/ last built version
+
+ #
+ # Packages locked due to issues (try to check if these are fixed in a release every so often)
+ #
+
+ # Pin this until piwheels is building 1.9 (see https://www.piwheels.org/project/scipy/)
+ scipy = "==1.8.1"
+
+ # Newer versions aren't builting yet (see https://www.piwheels.org/project/cryptography/)
cryptography = "==38.0.1"
+django-guardian = "*"
+djangorestframework-guardian = "*"
+ # Locked version until https://github.com/django/channels_redis/issues/332
+ # is resolved
+ channels-redis = "==3.4.1"
+
[dev-packages]
coveralls = "*"
factory-boy = "*"