Commit cd987ddf27eda626017c53f174275fb1c3c01c52
1 parent
c08c4014
Exists in
master
and in
3 other branches
added new package for excel
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
requirements.txt
... | ... | @@ -28,15 +28,18 @@ django-summernote==0.8.6 |
28 | 28 | django-widget-tweaks==1.4.1 |
29 | 29 | django-wysiwyg==0.8.0 |
30 | 30 | djangorestframework==3.4.6 |
31 | +et-xmlfile==1.0.1 | |
31 | 32 | file-resubmit==0.1.0 |
32 | 33 | gunicorn==19.6.0 |
33 | 34 | incremental==16.10.1 |
35 | +jdcal==1.3 | |
34 | 36 | Jinja2==2.8 |
35 | 37 | lxml==3.6.4 |
36 | 38 | MarkupSafe==0.23 |
37 | 39 | msgpack-python==0.4.8 |
38 | 40 | numpy==1.12.1 |
39 | 41 | oauthlib==1.0.3 |
42 | +openpyxl==2.4.5 | |
40 | 43 | pandas==0.19.2 |
41 | 44 | Pillow==3.3.1 |
42 | 45 | psycopg2==2.6.2 |
... | ... | @@ -53,4 +56,5 @@ validators==0.11.0 |
53 | 56 | webencodings==0.5 |
54 | 57 | Werkzeug==0.11.11 |
55 | 58 | whitenoise==3.2.2 |
59 | +xlwt==1.2.0 | |
56 | 60 | zope.interface==4.3.3 | ... | ... |