-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
55 lines (47 loc) · 964 Bytes
/
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
# Core
pytz==2020.1
Django==3.0.8
gunicorn==20.0.4
newrelic==5.14.1.144
django-dotenv==1.4.2
django-3-jet==1.0.8
celery==4.4.7
# For the persistence stores
mysqlclient==2.0.1
redis==3.5.3
# Model Tools
django-model-utils==4.0.0
django_unique_upload==0.2.1
django-summernote==0.8.11.6
django-celery-beat==2.0.0
django-activity-stream==0.9.0
django-money==1.1
# Rest apis
djangorestframework==3.11.0
Markdown==3.2.2
drf-yasg==1.17.1
django-filter==2.3.0
django-cors-headers==3.4.0
django-rest-passwordreset==1.1.0
django-rest-swagger==2.2.0
easy-thumbnails==2.7
django-auto-prefetching==0.1.8
# Social login
social-auth-core==3.3.3
social-auth-app-django==4.0.0
# Developer Tools
ipdb==0.13.3
ipython==7.16.1
flake8==3.8.3
yapf==0.30.0
sentry-sdk==0.16.0
django-inlinecss==0.3.0
# Testing
factory-boy==2.12.0
django-nose==1.4.6
nose-progressive==1.5.2
coverage==5.1
# Static and Media Storage
django-storages==1.9.1
boto3==1.14.16
django-health-check==3.16.1