-
Notifications
You must be signed in to change notification settings - Fork 60
/
requirements.txt
71 lines (71 loc) · 2.99 KB
/
requirements.txt
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
-i https://pypi.python.org/simple
amqp==5.2.0; python_version >= '3.6'
app-common-python==0.2.5
asgiref==3.8.1; python_version >= '3.8'
astunparse==1.6.3
async-timeout==5.0.1; python_full_version <= '3.11.2'
billiard==4.2.1; python_version >= '3.7'
boto3==1.24.24; python_version >= '3.7'
botocore==1.27.96; python_version >= '3.7'
celery==5.3.0b2; python_version >= '3.7'
certifi==2024.8.30; python_version >= '3.6'
cffi==1.17.1; platform_python_implementation != 'PyPy'
charset-normalizer==3.4.0; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
click-didyoumean==0.3.1; python_full_version >= '3.6.2'
click-plugins==1.1.1
click-repl==0.3.0; python_version >= '3.6'
cryptography==43.0.3; python_version >= '3.7'
django==4.2.16; python_version >= '3.8'
django-cors-headers==3.13.0; python_version >= '3.7'
django-environ==0.10.0; python_version >= '3.5' and python_version < '4'
django-extensions==3.2.1; python_version >= '3.6'
django-filter==22.1; python_version >= '3.7'
django-prometheus==2.2.0
django-tenants==3.5.0
djangorestframework==3.15.2; python_version >= '3.8'
djangorestframework-csv==2.1.1
ecs-logging==2.0.0; python_version >= '3.6'
googleapis-common-protos==1.65.0; python_version >= '3.7'
grpcio==1.64.1; python_version >= '3.8'
grpcio-status==1.64.1; python_version >= '3.8'
grpcio-tools==1.64.1; python_version >= '3.8'
gunicorn==22.0.0; python_version >= '3.7'
idna==3.10; python_version >= '3.6'
jinja2==3.1.4; python_version >= '3.7'
jmespath==1.0.1; python_version >= '3.7'
joserfc==0.8.0; python_version >= '3.8'
kafka-python==2.0.2
kombu==5.4.2; python_version >= '3.8'
markupsafe==3.0.2; python_version >= '3.9'
packaging==24.1; python_version >= '3.8'
prometheus-client==0.15.0; python_version >= '3.6'
prompt-toolkit==3.0.48; python_full_version >= '3.7.0'
protobuf==5.29.0rc2; python_version >= '3.8'
protoc-gen-validate==1.0.4; python_version >= '3.6'
psycopg2==2.9.5; python_version >= '3.6'
psycopg2-binary==2.9.5; python_version >= '3.6'
pycparser==2.22; python_version >= '3.8'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytz==2022.2.1
redis==5.0.0; python_version >= '3.7'
relations-grpc-clients-python-kessel-project==0.3.2; python_version >= '3.9'
requests==2.32.3; python_version >= '3.8'
s3transfer==0.6.2; python_version >= '3.7'
sentry-sdk==2.8.0; python_version >= '3.6'
setuptools==75.3.0; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlparse==0.5.0; python_version >= '3.8'
stompest==2.3.0
typing-extensions==4.12.2; python_version < '3.11'
tzdata==2022.2; python_version >= '2'
unicodecsv==0.14.1
urllib3==1.26.19; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
uuid-utils==0.9.0; python_version >= '3.8'
validate-email==1.3
vine==5.1.0; python_version >= '3.6'
watchtower==3.0.0; python_version >= '3.6'
wcwidth==0.2.13
wheel==0.44.0; python_version >= '3.8'
whitenoise==6.4.0; python_version >= '3.7'
xmltodict==0.13.0; python_version >= '3.4'