forked from pik-software/django-service-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
73 lines (62 loc) · 1.15 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
72
73
# python utils
Pillow==5.1.0
requests==2.18.4
beautifulsoup4==4.6.0
cucco==2.2.1
openpyxl==2.5.2
google_cloud==0.32.0
ddtrace==0.11.1
datadog==0.20.0
pik-django-utils==1.0.5
Django==1.11.12
# django utils
django_widget_tweaks==1.4.2
django-bootstrap-form==3.4
django-registration==2.4.1
django-sql-explorer==1.1.1
dj_database_url==0.5.0
django-storages==1.6.6
django-waffle==0.14.0
django-extra-views==0.10.0
django-health-check==3.5.1
#admin
django-admin-view-permission==1.6
# HISTORY
django-simple-history==2.0
# API
djangorestframework==3.8.2
djangorestframework-filters==0.10.2
django-filter==1.1.0
django-crispy-forms==1.7.2
markdown==2.6.11
coreapi==2.3.3
openapi_codec==1.3.2
drf_openapi==1.3.0
# db
redis==2.10.6
psycopg2==2.7.4
django-redis==4.9.0
# celery
celery==4.1.0
django_celery_results==1.0.1
# sentry
raven==6.6.0
# prod
uwsgi==2.0.17
# dev
django_debug_toolbar==1.9.1
django_extensions==2.0.6
werkzeug==0.14.1
# tests
prospector>=0.12.7
pylint>=1.8.3
factory_boy>=2.10.0
freezegun>=0.3.10
pdbpp>=0.9.2
pytest==3.4.2
pytest-mock>=1.9.0
pytest-cov>=2.5.1
pytest-django==3.1.2
pytest-selenium>=1.11.4
pytest-base-url>=1.4.1
pytest-benchmark>=3.1.1