-
Notifications
You must be signed in to change notification settings - Fork 10
/
requirements.in
82 lines (63 loc) · 1.27 KB
/
requirements.in
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
# Django and django related
django==4.2.16
djangorestframework==3.15.2
drf-redesign==0.4.0
django-axes==7.0.0
django-csp==3.8
django-environ==0.11.2
django-extensions==3.2.3
django-filter==24.3
django-log-formatter-asim==0.0.6
django-mptt==0.16.0
django-pglocks==1.0.4
django-reversion==5.1.0
inflection==0.5.1 # required for DRF shcema features
uritemplate==4.1.1 # required for DRF schema features
whitenoise==6.8.2
chardet==5.2.0
pyyaml==6.0.2
python-dateutil==2.9.0.post0
# DBT Platform
dbt-copilot-python==0.2.2
dj-database-url==2.3.0
# Persistency layer
psycopg2-binary==2.9.10
psycogreen==1.0.2
boto3==1.35.57
notifications-python-client==10.0.0
# Prometheus
statsd==4.0.1
# Email
mail-parser==3.15.0
icalendar==6.0.1
# Slack
slackclient==2.9.4
# REDIS
django-redis==5.4.0
# OpenSearch
opensearch-py==2.7.1
opensearch-dsl==2.1.0
# ES APM
elastic-apm==6.23.0
# Testing and dev
django-debug-toolbar==4.4.6
werkzeug==3.1.3 # Required by runserver_plus - useful for local dev
WSGIserver==1.3
gevent==24.10.3
mohawk==1.1.0
requests==2.32.3
requests_toolbelt==1.0.0
sentry_sdk==2.17.0
# RQ and associated helpers
rq==1.16.2
rq-scheduler==0.13.1
# For logging tables
tabulate
python-redis-rate-limit==0.0.10
#Tree related
bigtree
pandas
# Progress bar
tqdm
# S3 streaming
smart_open