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

Commit a38e534

Browse files
authored
bump dependencies (#38)
1 parent e28dab3 commit a38e534

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

setup.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
version='0.1.5',
55
packages=find_packages(),
66
install_requires=[
7-
'numpy==1.16.1',
8-
'pandas==0.24.1',
9-
'psycopg2==2.7.7',
10-
'pyodbc==4.0.25',
7+
'numpy==1.16.2',
8+
'pandas==0.24.2',
9+
'psycopg2-binary==2.8.2',
10+
'pyodbc==4.0.26',
1111
'python-dateutil==2.8.0',
12-
'pytz==2018.9',
12+
'pytz==2019.1',
1313
'six==1.12.0',
14-
'SQLAlchemy==1.2.17',
14+
'SQLAlchemy==1.3.3',
1515
'sqlalchemy-citext==1.3.post0',
16-
'alembic==1.0.8',
16+
'alembic==1.0.9',
1717
],
1818
package_data={
1919
'': ['alembic.ini', 'alembic/*.py', 'alembic/**/*.py'],

0 commit comments

Comments
 (0)