Skip to content

Commit

Permalink
Merge pull request #781 from crowdbotics/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
crowdbotics-apps authored Jul 18, 2024
2 parents a70ec22 + f3e6e2a commit 92e6f18
Show file tree
Hide file tree
Showing 5 changed files with 293 additions and 212 deletions.
15 changes: 8 additions & 7 deletions {{cookiecutter.project_slug}}/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ django = "==3.2.25"
"boto3" = "~=1.34.59"
django-environ = "~=0.11.2"
django-storages = "~=1.14"
psycopg2 = "<=2.9"
psycopg2 = "<=2.9.9"
waitress = "~=2.1.2"
whitenoise = "~=6.0.0"
djangorestframework = "~=3.14.0"
whitenoise = "~=6.7.0"
djangorestframework = "~=3.15.1"
django-bootstrap4 = "~=22.1"
django-allauth = "~=0.54.0"
django-extensions = "~=3.2.3"
Expand All @@ -26,12 +26,13 @@ pyyaml = "~=6.0"
pillow = "~=10.3.0"
pytest = "==7.4.3"
factory-boy = "==3.3.0"
google-cloud-secret-manager = "==2.20.0"
google-auth = "==2.28.1"
google-cloud-storage = "==2.9.0"
google-cloud-secret-manager = "==2.20.1"
google-auth = "==2.31.0"
google-cloud-storage = "==2.17.0"
pipenv = "*"
django-import-export = "*"
drf-spectacular = "~=0.26.4"
dj-rest-auth = "==5.0.2"
azure-keyvault-secrets = "~=4.8.0"
azure-identity = "~=1.16.0"
azure-identity = "~=1.17.1"
azure-storage-blob = "==12.20.0"
Loading

0 comments on commit 92e6f18

Please sign in to comment.