Commit 885eb8323f8fa28749893f4d2f52e965f8e9f36c
1 parent
80bbf070
Exists in
master
and in
2 other branches
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 | 2 | asgi-redis==1.0.0 |
2 | 3 | asgiref==1.0.0 |
3 | 4 | autobahn==0.17.1 |
... | ... | @@ -34,16 +35,19 @@ gunicorn==19.6.0 |
34 | 35 | incremental==16.10.1 |
35 | 36 | jdcal==1.3 |
36 | 37 | Jinja2==2.8 |
37 | -lxml==3.6.4 | |
38 | +lxml==3.7.3 | |
38 | 39 | MarkupSafe==0.23 |
39 | 40 | msgpack-python==0.4.8 |
40 | 41 | numpy==1.12.1 |
41 | 42 | oauthlib==2.0.1 |
42 | 43 | openpyxl==2.4.5 |
44 | +packaging==16.8 | |
43 | 45 | pandas==0.19.2 |
44 | 46 | Pillow==3.3.1 |
45 | 47 | psycopg2==2.6.2 |
46 | 48 | pycpfcnpj==1.0.2 |
49 | +pyparsing==2.2.0 | |
50 | +pypiwin32==219 | |
47 | 51 | python-dateutil==2.6.0 |
48 | 52 | pytz==2016.10 |
49 | 53 | redis==2.10.5 |
... | ... | @@ -56,5 +60,6 @@ validators==0.11.0 |
56 | 60 | webencodings==0.5 |
57 | 61 | Werkzeug==0.11.11 |
58 | 62 | whitenoise==3.2.2 |
63 | +xlrd==1.0.0 | |
59 | 64 | xlwt==1.2.0 |
60 | 65 | zope.interface==4.3.3 | ... | ... |