Skip to content

Commit cff674b

Browse files
author
Pedro Crespo
committed
Synced some requirements
1 parent de4f9dc commit cff674b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/simcore-sdk/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
INSTALL_REQUIRES = [
77
'networkx==2.1',
8-
'psycopg2-binary==2.7.4',
8+
'psycopg2-binary==2.7.5',
99
'sqlalchemy==1.2.9',
1010
'tenacity==4.12.0',
1111
'trafaret-config==2.0.1'

services/dy-jupyter/devel/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
minio==4.0.0
2-
psycopg2-binary==2.7.4
2+
psycopg2-binary==2.7.5
33
sqlalchemy==1.2.9
44
tenacity==4.12.0
55
tqdm==4.23.4

services/storage/requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ minio==4.0.0
1313
networkx==2.1
1414
passlib==1.7.1
1515
# See http://initd.org/psycopg/docs/install.html#binary-install-from-pypi
16-
psycopg2-binary
16+
psycopg2-binary==2.7.5
1717
python-socketio==1.9.0
1818
requests==2.19.0
1919
sqlalchemy==1.2.9

0 commit comments

Comments
 (0)