-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
87 lines (84 loc) · 1.91 KB
/
Pipfile
File metadata and controls
87 lines (84 loc) · 1.91 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
amqp = "==5.3.1"
asgiref = "==3.8.1"
billiard = "==4.2.1"
boto3 = "==1.37.13"
botocore = "==1.37.13"
celery = "==5.4.0"
certifi = "==2025.1.31"
cffi = "==1.17.1"
channels = "==4.2.0"
charset-normalizer = "==3.4.1"
click = "==8.1.8"
click-didyoumean = "==0.3.1"
click-plugins = "==1.1.1"
click-repl = "==0.3.0"
colorama = "==0.4.6"
cryptography = "==44.0.2"
decorator = "==5.2.1"
defusedxml = "==0.7.1"
dj-rest-auth = "==7.0.1"
django = "==5.1.7"
django-allauth = "==65.5.0"
django-axes = "==7.0.2"
django-ratelimit = "==4.1.0"
django-storages = "==1.14.5"
graphene = "==3.4.3"
graphene-django = "==3.2.3"
graphql-core = "==3.2.6"
graphql-relay = "==3.2.0"
gunicorn = "==23.0.0"
idna = "==3.10"
imageio = "==2.37.0"
imageio-ffmpeg = "==0.6.0"
jmespath = "==1.0.1"
kombu = "==5.5.0"
moviepy = "==2.1.2"
numpy = "==2.2.3"
oauthlib = "==3.2.2"
packaging = "==24.2"
proglog = "==0.1.10"
promise = "==2.3"
prompt-toolkit = "==3.0.50"
psycopg2-binary = "==2.9.10"
pycparser = "==2.22"
pyjwt = "==2.9.0"
python-dateutil = "==2.9.0.post0"
python3-openid = "==3.2.0"
redis = "==5.2.1"
requests = "==2.32.3"
requests-oauthlib = "==2.0.0"
s3transfer = "==0.11.4"
sentry-sdk = "==2.22.0"
six = "==1.17.0"
social-auth-app-django = "==5.4.3"
social-auth-core = "==4.5.6"
sqlparse = "==0.5.3"
text-unidecode = "==1.3"
tqdm = "==4.67.1"
typing-extensions = "==4.12.2"
tzdata = "==2025.1"
urllib3 = "==2.3.0"
vine = "==5.1.0"
wcwidth = "==0.2.13"
whitenoise = "==6.9.0"
pillow = "*"
pipenv = "*"
shell = "*"
markdown = "*"
django-filter = "*"
django-extensions = "*"
djangorestframework = "*"
djangorestframework-simplejwt = "*"
django-cors-headers = "*"
cloudinary = "*"
python-dotenv = "*"
django-cloudinary-storage = "*"
google-auth-oauthlib = "*"
[dev-packages]
[requires]
python_version = "3.10"