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 | 4 | beautifulsoup4==4.5.1 |
5 | +channels==1.0.3 | |
2 | 6 | click==6.6 |
7 | +constantly==15.1.0 | |
3 | 8 | coverage==4.2 |
9 | +daphne==1.0.2 | |
4 | 10 | decorator==4.0.10 |
5 | 11 | deps==0.1.0 |
6 | 12 | dj-database-url==0.4.1 |
... | ... | @@ -8,34 +14,43 @@ Django==1.10.4 |
8 | 14 | django-autoslug==1.9.3 |
9 | 15 | django-bootstrap-breadcrumbs==0.8 |
10 | 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 | 20 | django-discover-runner==1.0 |
12 | 21 | django-floppyforms==1.7.0 |
13 | 22 | django-modalview==0.1.5 |
14 | 23 | django-oauth-toolkit==0.10.0 |
15 | 24 | django-role-permissions==1.2.1 |
16 | 25 | django-s3direct==0.4.2 |
26 | +django-session-security==2.4.0 | |
17 | 27 | django-summernote==0.8.6 |
18 | 28 | django-widget-tweaks==1.4.1 |
19 | 29 | django-wysiwyg==0.8.0 |
20 | 30 | djangorestframework==3.4.6 |
31 | +file-resubmit==0.1.0 | |
21 | 32 | gunicorn==19.6.0 |
33 | +incremental==16.10.1 | |
22 | 34 | Jinja2==2.8 |
23 | 35 | lxml==3.6.4 |
24 | 36 | MarkupSafe==0.23 |
37 | +msgpack-python==0.4.8 | |
38 | +numpy==1.12.1 | |
25 | 39 | oauthlib==1.0.3 |
40 | +pandas==0.19.2 | |
26 | 41 | Pillow==3.3.1 |
27 | 42 | psycopg2==2.6.2 |
28 | 43 | pycpfcnpj==1.0.2 |
44 | +python-dateutil==2.6.0 | |
45 | +pytz==2016.10 | |
46 | +redis==2.10.5 | |
29 | 47 | requests==2.11.1 |
30 | 48 | six==1.10.0 |
31 | 49 | slugify==0.0.1 |
50 | +Twisted==16.6.0 | |
51 | +txaio==2.6.0 | |
32 | 52 | validators==0.11.0 |
53 | +webencodings==0.5 | |
33 | 54 | Werkzeug==0.11.11 |
34 | 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 | ... | ... |