Skip to content

Commit

Permalink
Merge pull request #842 from crowdbotics/qa
Browse files Browse the repository at this point in the history
Deploy QA to Master
  • Loading branch information
driverdan authored Nov 27, 2024
2 parents 794f09d + 586ac51 commit 3489ce1
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 76 deletions.
10 changes: 5 additions & 5 deletions {{cookiecutter.project_slug}}/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@ python_version = "3.9"
[packages]
cryptography = "~=43.0.1"
django = "==4.2.16"
"boto3" = "~=1.35.14"
"boto3" = "~=1.35.55"
django-environ = "~=0.11.2"
django-storages = "~=1.14"
psycopg2 = "<=2.9.9"
waitress = "~=3.0.1"
waitress = "~=3.0.0"
whitenoise = "~=6.7.0"
djangorestframework = "~=3.15.1"
django-bootstrap4 = "~=22.1"
django-allauth = "~=0.63.6"
django-extensions = "~=3.2.3"
packaging = "*"
packaging = "==24.1"
pyyaml = "~=6.0"
pillow = "~=10.4.0"
pytest = "==8.3.1"
factory-boy = "==3.3.0"
google-cloud-secret-manager = "==2.20.2"
google-auth = "==2.31.0"
google-cloud-storage = "==2.18.2"
pipenv = "*"
django-import-export = "*"
pipenv = "==2024.3.0"
django-import-export = "==4.1.1"
drf-spectacular = "~=0.26.4"
dj-rest-auth = "==5.0.2"
azure-keyvault-secrets = "~=4.8.0"
Expand Down
Loading

0 comments on commit 3489ce1

Please sign in to comment.