Skip to content
This repository was archived by the owner on Mar 13, 2020. It is now read-only.

Commit 66b109d

Browse files
author
dames
committed
Revert requirements changes
1 parent 2090d23 commit 66b109d

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
numpy==1.14.2
22
pandas==0.22.0
3-
psycopg2==2.7.1
3+
psycopg2==2.7.4
44
pyodbc==4.0.23
55
python-dateutil==2.7.2
6-
pytz==2017.2
6+
pytz==2018.4
77
six==1.11.0
88
SQLAlchemy==1.2.7
99
sqlalchemy-citext==1.3.post0

setup.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
packages = find_packages(),
55
install_requires=[
66
'numpy==1.14.2',
7-
'pytz==2017.2',
8-
'python-dateutil==2.7.2',
9-
'psycopg2==2.7.1',
107
'pandas==0.22.0',
8+
'psycopg2==2.7.4',
119
'pyodbc==4.0.23',
10+
'python-dateutil==2.7.2',
11+
'pytz==2018.4',
1212
'six==1.11.0',
1313
'SQLAlchemy==1.2.7',
1414
'sqlalchemy-citext==1.3.post0'
@@ -27,3 +27,7 @@
2727

2828

2929

30+
31+
32+
33+

0 commit comments

Comments
 (0)