Skip to content

Commit

Permalink
Synced some requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Crespo committed Nov 12, 2018
1 parent de4f9dc commit cff674b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/simcore-sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

INSTALL_REQUIRES = [
'networkx==2.1',
'psycopg2-binary==2.7.4',
'psycopg2-binary==2.7.5',
'sqlalchemy==1.2.9',
'tenacity==4.12.0',
'trafaret-config==2.0.1'
Expand Down
2 changes: 1 addition & 1 deletion services/dy-jupyter/devel/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
minio==4.0.0
psycopg2-binary==2.7.4
psycopg2-binary==2.7.5
sqlalchemy==1.2.9
tenacity==4.12.0
tqdm==4.23.4
Expand Down
2 changes: 1 addition & 1 deletion services/storage/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ minio==4.0.0
networkx==2.1
passlib==1.7.1
# See http://initd.org/psycopg/docs/install.html#binary-install-from-pypi
psycopg2-binary
psycopg2-binary==2.7.5
python-socketio==1.9.0
requests==2.19.0
sqlalchemy==1.2.9
Expand Down

0 comments on commit cff674b

Please sign in to comment.