-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathrequirements.txt
More file actions
37 lines (37 loc) · 914 Bytes
/
requirements.txt
File metadata and controls
37 lines (37 loc) · 914 Bytes
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
Django==4.1.7
psycopg2==2.9.5
gunicorn==20.1.0 #production server
whitenoise==6.4.0 #serving swagger static files
djangorestframework==3.14.0
pylint==2.15.0
pydash==6.0.2
django-cors-headers==3.14.0
pyyaml==6.0
colour_runner==0.1.1
boto3==1.24.28
moto==4.1.5
python-dateutil==2.8.2
requests==2.28.1
factory_boy==3.2.1
# Celery
celery[redis]==5.2.7
celery_once==3.0.1
git+https://github.com/snyaggarwal/flower # use until https://github.com/mher/flower/issues/1231 issue is resolved
redis==4.5.1
kombu==5.2.4
django-elasticsearch-dsl==7.2.2
drf-yasg==1.21.5
git+https://github.com/snyaggarwal/django-queryset-csv
git+https://github.com/OpenConceptLab/ocldev
coverage==6.5.0
tblib==1.7.0
django-ordered-model==3.7.1
django-health-check>=3.16.2
markdown==3.4.1
mock==5.0.1
django-request-logging==0.7.5
django-cid==2.3
django-dirtyfields==1.9.1
jsonpath-ng==1.5.3
mozilla-django-oidc==2.0.0
django-celery-beat==2.4.0