add django-guardian, djangorestframework-guardian

This commit is contained in:
Michael Shamoon
2022-12-05 21:02:56 -08:00
parent c0bccc6a95
commit dbaa606a9f
9 changed files with 183 additions and 25 deletions

View File

@@ -63,6 +63,8 @@ flower = "*"
bleach = "*"
# https://www.piwheels.org/project/cryptography/ last built version
cryptography = "==38.0.1"
django-guardian = "*"
djangorestframework-guardian = "*"
[dev-packages]
coveralls = "*"