Commit cd987ddf27eda626017c53f174275fb1c3c01c52

Authored by fbormann
1 parent c08c4014

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,15 +28,18 @@ django-summernote==0.8.6
28 django-widget-tweaks==1.4.1 28 django-widget-tweaks==1.4.1
29 django-wysiwyg==0.8.0 29 django-wysiwyg==0.8.0
30 djangorestframework==3.4.6 30 djangorestframework==3.4.6
  31 +et-xmlfile==1.0.1
31 file-resubmit==0.1.0 32 file-resubmit==0.1.0
32 gunicorn==19.6.0 33 gunicorn==19.6.0
33 incremental==16.10.1 34 incremental==16.10.1
  35 +jdcal==1.3
34 Jinja2==2.8 36 Jinja2==2.8
35 lxml==3.6.4 37 lxml==3.6.4
36 MarkupSafe==0.23 38 MarkupSafe==0.23
37 msgpack-python==0.4.8 39 msgpack-python==0.4.8
38 numpy==1.12.1 40 numpy==1.12.1
39 oauthlib==1.0.3 41 oauthlib==1.0.3
  42 +openpyxl==2.4.5
40 pandas==0.19.2 43 pandas==0.19.2
41 Pillow==3.3.1 44 Pillow==3.3.1
42 psycopg2==2.6.2 45 psycopg2==2.6.2
@@ -53,4 +56,5 @@ validators==0.11.0 @@ -53,4 +56,5 @@ validators==0.11.0
53 webencodings==0.5 56 webencodings==0.5
54 Werkzeug==0.11.11 57 Werkzeug==0.11.11
55 whitenoise==3.2.2 58 whitenoise==3.2.2
  59 +xlwt==1.2.0
56 zope.interface==4.3.3 60 zope.interface==4.3.3