forked from OpenConceptLab/oclapi2
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathrequirements.txt
41 lines (41 loc) · 1.01 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
Django==4.2.4
psycopg2==2.9.7
gunicorn==21.2.0 #production server
whitenoise==6.5.0 #serving swagger static files
djangorestframework==3.14.0
pylint==2.17.5
pydash==7.0.6
django-cors-headers==4.2.0
pyyaml==6.0.1
colour_runner==0.1.1
boto3==1.24.28
moto==3.1.13
python-dateutil==2.8.2
requests==2.31.0
factory_boy==3.3.0
# Celery
celery[redis]==5.3.1
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.6.0
django-redis==5.3.0 # needed for redis sentinel support
kombu==5.3.1
django-elasticsearch-dsl==7.3
drf-yasg==1.21.5
git+https://github.com/snyaggarwal/django-queryset-csv
git+https://github.com/OpenConceptLab/ocldev
coverage==7.3.0
tblib==2.0.0
django-ordered-model==3.7.4
django-health-check==3.17.0
markdown==3.4.4
mock==5.1.0
django-request-logging==0.7.5
django-cid==2.3
django-dirtyfields==1.9.2
jsonpath-ng==1.5.3
mozilla-django-oidc==3.0.0
django-celery-beat==2.5.0
jsondiff==2.0.0
django-silk==5.0.4
azure-storage-blob==12.19.0