-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
executable file
·38 lines (35 loc) · 852 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[[source]]
verify_ssl = true
url = "https://pypi.org/simple"
name = "pypi"
[dev-packages]
[requires]
python_version = "3.9"
[packages]
cryptography = "~=43.0.1"
django = "==4.2.17"
"boto3" = "~=1.35.55"
django-environ = "~=0.11.2"
django-storages = "~=1.14"
psycopg2 = "<=2.9.9"
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 = "==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.37.0"
google-cloud-storage = "==2.18.2"
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"
azure-identity = "~=1.17.1"
azure-storage-blob = "==12.23.1"