Commit 627438ac authored by mouadh's avatar mouadh

update-deps

parent 689ca52b
#
#grako #grako
pandas<1 pandas<1
lxml==3.6.0 #lxml 3.7 causes problems in windows lxml==3.6.0 #lxml 3.7 causes problems in windows
spyne<3 spyne<3
treelib<2 treelib<2
SQLAlchemy SQLAlchemy
#psycopg2 psycopg2
# Test # Test
werkzeug werkzeug
......
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
# #
lxml==3.6.0 lxml==3.6.0
numpy==1.12.1 # via pandas numpy==1.12.1 # via pandas
pandas==0.20.1 pandas==0.20.2
psycopg2==2.7.1
python-dateutil==2.6.0 # via pandas python-dateutil==2.6.0 # via pandas
pytz==2017.2 # via pandas, spyne pytz==2017.2 # via pandas, spyne
six==1.10.0 # via python-dateutil six==1.10.0 # via python-dateutil
......
...@@ -41,11 +41,6 @@ setup( ...@@ -41,11 +41,6 @@ setup(
# "Topic :: Business intelligence", # "Topic :: Business intelligence",
],) ],)
# if RUNNING_TOX:
# home_directory = os.environ.get('HOME_DIR')
# else:
# home_directory = expanduser("~")
if 'OLAPY_PATH' in os.environ: if 'OLAPY_PATH' in os.environ:
home_directory = os.environ['OLAPY_PATH'] home_directory = os.environ['OLAPY_PATH']
elif RUNNING_TOX: elif RUNNING_TOX:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment