Commit af1350ae761036b04b272fcc35fb62dfeeac508c
1 parent
78f24325
Exists in
master
and in
3 other branches
updating requirements.txt
Showing
1 changed file
with
22 additions
and
7 deletions
Show diff stats
requirements.txt
1 | +asgi-redis==1.0.0 | ||
2 | +asgiref==1.0.0 | ||
3 | +autobahn==0.17.1 | ||
1 | beautifulsoup4==4.5.1 | 4 | beautifulsoup4==4.5.1 |
5 | +channels==1.0.3 | ||
2 | click==6.6 | 6 | click==6.6 |
7 | +constantly==15.1.0 | ||
3 | coverage==4.2 | 8 | coverage==4.2 |
9 | +daphne==1.0.2 | ||
4 | decorator==4.0.10 | 10 | decorator==4.0.10 |
5 | deps==0.1.0 | 11 | deps==0.1.0 |
6 | dj-database-url==0.4.1 | 12 | dj-database-url==0.4.1 |
@@ -8,34 +14,43 @@ Django==1.10.4 | @@ -8,34 +14,43 @@ Django==1.10.4 | ||
8 | django-autoslug==1.9.3 | 14 | django-autoslug==1.9.3 |
9 | django-bootstrap-breadcrumbs==0.8 | 15 | django-bootstrap-breadcrumbs==0.8 |
10 | django-braces==1.10.0 | 16 | django-braces==1.10.0 |
17 | +django-common-helpers==0.9.0 | ||
18 | +django-cron==0.5.0 | ||
19 | +django-crontab==0.7.1 | ||
11 | django-discover-runner==1.0 | 20 | django-discover-runner==1.0 |
12 | django-floppyforms==1.7.0 | 21 | django-floppyforms==1.7.0 |
13 | django-modalview==0.1.5 | 22 | django-modalview==0.1.5 |
14 | django-oauth-toolkit==0.10.0 | 23 | django-oauth-toolkit==0.10.0 |
15 | django-role-permissions==1.2.1 | 24 | django-role-permissions==1.2.1 |
16 | django-s3direct==0.4.2 | 25 | django-s3direct==0.4.2 |
26 | +django-session-security==2.4.0 | ||
17 | django-summernote==0.8.6 | 27 | django-summernote==0.8.6 |
18 | django-widget-tweaks==1.4.1 | 28 | django-widget-tweaks==1.4.1 |
19 | django-wysiwyg==0.8.0 | 29 | django-wysiwyg==0.8.0 |
20 | djangorestframework==3.4.6 | 30 | djangorestframework==3.4.6 |
31 | +file-resubmit==0.1.0 | ||
21 | gunicorn==19.6.0 | 32 | gunicorn==19.6.0 |
33 | +incremental==16.10.1 | ||
22 | Jinja2==2.8 | 34 | Jinja2==2.8 |
23 | lxml==3.6.4 | 35 | lxml==3.6.4 |
24 | MarkupSafe==0.23 | 36 | MarkupSafe==0.23 |
37 | +msgpack-python==0.4.8 | ||
38 | +numpy==1.12.1 | ||
25 | oauthlib==1.0.3 | 39 | oauthlib==1.0.3 |
40 | +pandas==0.19.2 | ||
26 | Pillow==3.3.1 | 41 | Pillow==3.3.1 |
27 | psycopg2==2.6.2 | 42 | psycopg2==2.6.2 |
28 | pycpfcnpj==1.0.2 | 43 | pycpfcnpj==1.0.2 |
44 | +python-dateutil==2.6.0 | ||
45 | +pytz==2016.10 | ||
46 | +redis==2.10.5 | ||
29 | requests==2.11.1 | 47 | requests==2.11.1 |
30 | six==1.10.0 | 48 | six==1.10.0 |
31 | slugify==0.0.1 | 49 | slugify==0.0.1 |
50 | +Twisted==16.6.0 | ||
51 | +txaio==2.6.0 | ||
32 | validators==0.11.0 | 52 | validators==0.11.0 |
53 | +webencodings==0.5 | ||
33 | Werkzeug==0.11.11 | 54 | Werkzeug==0.11.11 |
34 | whitenoise==3.2.2 | 55 | whitenoise==3.2.2 |
35 | -django-session-security==2.4.0 | ||
36 | -django-cron==0.5.0 | ||
37 | -django-crontab==0.7.1 | ||
38 | -python-dateutil==2.6.0 | ||
39 | -channels==1.0.3 | ||
40 | -asgi_redis==1.0.0 | ||
41 | -file-resubmit==0.1.0 | 56 | +zope.interface==4.3.3 |