Commit a75317c0 authored by Jérome Perrin's avatar Jérome Perrin

setup: dependency on psycopg2

parent 9f3a6365
...@@ -4,7 +4,6 @@ lxml==3.6.0 #lxml 3.7 causes problems in windows ...@@ -4,7 +4,6 @@ lxml==3.6.0 #lxml 3.7 causes problems in windows
spyne<3 spyne<3
treelib<2 treelib<2
SQLAlchemy SQLAlchemy
psycopg2
# Test # Test
werkzeug werkzeug
......
...@@ -8,7 +8,6 @@ lxml==3.6.0 ...@@ -8,7 +8,6 @@ lxml==3.6.0
numpy==1.13.1 # via pandas numpy==1.13.1 # via pandas
pandas==0.20.3 pandas==0.20.3
psutil==5.2.2 psutil==5.2.2
psycopg2==2.7.1
pympler==0.5 pympler==0.5
python-dateutil==2.6.1 # via pandas python-dateutil==2.6.1 # via pandas
pytz==2017.2 # via pandas, spyne pytz==2017.2 # via pandas, spyne
......
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