-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPipfile
38 lines (35 loc) · 886 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]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "==5.0.1"
djangorestframework = "==3.14.0"
django-cors-headers = "==4.3.1"
django-extensions = "==3.2.3"
django-filter = "==23.5"
djangorestframework-simplejwt = "==5.3.1"
djangorestframework-dataclasses = "==1.3.1"
drf-spectacular = "==0.27.1"
django-countries = "==7.5.1"
pillow = "==10.2.0"
psycopg = { extras = ["binary"], version = "==3.1.17" }
dj-database-url = "==2.1.0"
redis = "==5.0.1"
gunicorn = "==21.2.0"
django-environ = "==0.11.2"
django-storages = "==1.14.2"
boto3 = "==1.34.34"
django-q2 = "==1.6.1"
django-friendship = "==1.9.6"
django-jsonform = "==2.21.5"
spotipy = "==2.23.0"
google-api-python-client = "==2.116.0"
django-allauth = "==0.60.1"
dj-rest-auth = "==5.0.2"
[dev-packages]
factory-boy = "*"
coverage = "*"
freezegun = "*"
[requires]
python_version = "3.11"