-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPipfile
42 lines (39 loc) · 1.14 KB
/
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
39
40
41
42
[[source]]
verify_ssl = true
url = "https://pypi.org/simple"
name = "pypi"
[dev-packages]
[requires]
python_version = "3.9"
[packages]
cryptography = "~=42.0.4"
django = "==3.2.25"
"boto3" = "~=1.34.59"
django-environ = "~=0.11.2"
django-storages = "~=1.14"
psycopg2 = "<=2.9"
waitress = "~=2.1.2"
whitenoise = "~=6.0.0"
djangorestframework = "~=3.14.0"
django-bootstrap4 = "~=22.1"
django-allauth = "~=0.54.0"
django-extensions = "~=3.2.3"
packaging = "*"
pyyaml = "~=6.0"
pillow = "~=10.3.0"
pytest = "==7.4.3"
factory-boy = "==3.3.0"
google-cloud-secret-manager = "==2.19.0"
google-auth = "==2.28.1"
google-cloud-storage = "==2.9.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"
cb-django-calendly = {editable = true, path = "./modules/django_calendly"}
cb-django-disqus = {editable = true, path = "./modules/django_disqus"}
cb-django-openai = {editable = true, path = "./modules/django_openai"}
cb-django-ocr = {editable = true, path = "./modules/django_ocr"}
cb-terms-and-conditions = {editable = true, path = "./modules/terms_and_conditions"}