Skip to content

Commit

Permalink
Update dependencies in setup.py to match 975c04c
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsasha committed Feb 18, 2019
1 parent 975c04c commit 42969a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
# This list must be kept in sync with requirements.txt version-wise,
# but should not include packages used for testing, generating docs
# or packages.
'python-gnupg==0.4.3',
'python-gnupg==0.4.4',
'passlib==1.7.1',
'IPy==0.83',
'dataclasses==0.6',
'orderedset==2.0.1',
'dotted==0.1.8',
'beautifultable==0.6.0',
'beautifultable==0.7.0',
'PyYAML==3.13',
'psycopg2-binary==2.7.6.1',
'SQLAlchemy==1.2.16',
'alembic==1.0.6',
'psycopg2-binary==2.7.7',
'SQLAlchemy==1.2.17',
'alembic==1.0.7',
'ujson==1.35',
'twisted==18.9.0',
],
Expand Down

0 comments on commit 42969a4

Please sign in to comment.