-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrequirements.txt
More file actions
104 lines (78 loc) · 1.23 KB
/
requirements.txt
File metadata and controls
104 lines (78 loc) · 1.23 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# Python utils
asgiref==3.11.0
sqlparse==0.5.5
pytz==2025.2
bson==0.5.10
# cffi==1.15.1
# Django - Django REST
Django==5.2.13
django-cors-headers==4.9.0
djangorestframework==3.16.1
django-redis==6.0.0
django-dotenv==1.4.2
django-rq==3.2.2
# Database
mysqlclient==2.2.7
redis==7.1.0
rq==2.6.1
# Deployer
gunicorn==23.0.0
gunicorn[gthread]
# Channels
channels==4.3.2
channels-redis==4.3.0
daphne==4.2.1
# Dependency injection
dependency-injector==4.48.3
# JWT Token
PyJWT==2.12.1
# Schedule tasks
schedule==1.2.2
# Requester
requests==2.33.0
# GeoIP
geoip2==5.2.0
# PyOTP
pyotp==2.9.0
# UserAgent
user_agents==2.2.0
# PyCrypto
cryptography==46.0.7
# PyHumps
pyhumps==3.8.0
# AWS boto3
boto3==1.42.30
botocore==1.42.30
# DNSLib
dnslib==0.9.26
dnspython==2.8.0
# Mailer
sendgrid==6.12.5
Jinja2==3.1.6
# Tld
tldextract==5.3.1
# Google SDK
gspread==6.2.1
google-auth-oauthlib==1.2.4
google-api-python-client==2.187.0
firebase_admin==7.1.0
# BeautifulSoup
beautifulsoup4==4.14.3
# Stripe
stripe==14.2.0
# Webauthn
webauthn==2.7.0
# Utils
XlsxWriter==3.2.9
# Pillow
Pillow==12.2.0
# Notion
notion-client==2.7.0
# Queue
amqpstorm==2.11.1
# slack_sdk==3.0.0rc1
# stripe==2.40.0
# pika==1.3.0
# oauth2client<4.0.0
# pandas==2.2.1
# httpx==0.27.0