Commit 885eb8323f8fa28749893f4d2f52e965f8e9f36c

Authored by Gustavo
1 parent 80bbf070

Included python excel lib in requirements

Showing 1 changed file with 6 additions and 1 deletions   Show diff stats
requirements.txt
  1 +appdirs==1.4.3
1 asgi-redis==1.0.0 2 asgi-redis==1.0.0
2 asgiref==1.0.0 3 asgiref==1.0.0
3 autobahn==0.17.1 4 autobahn==0.17.1
@@ -34,16 +35,19 @@ gunicorn==19.6.0 @@ -34,16 +35,19 @@ gunicorn==19.6.0
34 incremental==16.10.1 35 incremental==16.10.1
35 jdcal==1.3 36 jdcal==1.3
36 Jinja2==2.8 37 Jinja2==2.8
37 -lxml==3.6.4 38 +lxml==3.7.3
38 MarkupSafe==0.23 39 MarkupSafe==0.23
39 msgpack-python==0.4.8 40 msgpack-python==0.4.8
40 numpy==1.12.1 41 numpy==1.12.1
41 oauthlib==2.0.1 42 oauthlib==2.0.1
42 openpyxl==2.4.5 43 openpyxl==2.4.5
  44 +packaging==16.8
43 pandas==0.19.2 45 pandas==0.19.2
44 Pillow==3.3.1 46 Pillow==3.3.1
45 psycopg2==2.6.2 47 psycopg2==2.6.2
46 pycpfcnpj==1.0.2 48 pycpfcnpj==1.0.2
  49 +pyparsing==2.2.0
  50 +pypiwin32==219
47 python-dateutil==2.6.0 51 python-dateutil==2.6.0
48 pytz==2016.10 52 pytz==2016.10
49 redis==2.10.5 53 redis==2.10.5
@@ -56,5 +60,6 @@ validators==0.11.0 @@ -56,5 +60,6 @@ validators==0.11.0
56 webencodings==0.5 60 webencodings==0.5
57 Werkzeug==0.11.11 61 Werkzeug==0.11.11
58 whitenoise==3.2.2 62 whitenoise==3.2.2
  63 +xlrd==1.0.0
59 xlwt==1.2.0 64 xlwt==1.2.0
60 zope.interface==4.3.3 65 zope.interface==4.3.3