[IMP] update package list in requirements.txt to resolve numpy error

This commit is contained in:
Yusuf Kapasi 2018-05-23 15:32:40 +05:30
parent 0eee27005d
commit e4f930ff24
2 changed files with 2 additions and 0 deletions

View File

@ -40,4 +40,5 @@ XlsxWriter==0.9.3
xlwt==1.3.*
xlrd==1.0.0
unittest2==1.1.0
numpy==1.14.3
pypiwin32 ; sys_platform == 'win32'

View File

@ -37,3 +37,4 @@ Werkzeug>=0.11.11
XlsxWriter==0.9.3
xlwt==1.3.*
xlrd==1.0.0
numpy==1.14.3