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

Commit d9855f1

Browse files
authored
Merge pull request #3 from PageUpPeopleOrg/MatchDbtDeps
downgraded deps to match dbt
2 parents cc88ac6 + 7a80008 commit d9855f1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 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.4
3+
psycopg2==2.7.5
44
pyodbc==4.0.23
55
python-dateutil==2.7.2
6-
pytz==2018.4
6+
pytz==2017.2
77
six==1.11.0
88
SQLAlchemy==1.2.7
9-
sqlalchemy-citext==1.3.post0
9+
sqlalchemy-citext==1.3.post0

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
install_requires=[
77
'numpy==1.14.2',
88
'pandas==0.22.0',
9-
'psycopg2==2.7.4',
9+
'psycopg2==2.7.5',
1010
'pyodbc==4.0.23',
1111
'python-dateutil==2.7.2',
12-
'pytz==2018.4',
12+
'pytz==2017.2',
1313
'six==1.11.0',
1414
'SQLAlchemy==1.2.7',
1515
'sqlalchemy-citext==1.3.post0'
1616
]
17-
)
17+
)

0 commit comments

Comments
 (0)