Skip to content

Commit

Permalink
Merge b28cd64 into da0a5c6
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Jul 2, 2019
2 parents da0a5c6 + b28cd64 commit 0d399f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/requirements_for_rtd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ kiwipy[rmq]==0.5.1
marshmallow-sqlalchemy==0.16.0
mock==2.0.0
numpy==1.16.1
paramiko==2.4.2
paramiko==2.6.0
passlib==1.7.1
pg8000<1.13.0
pgtest==1.2.0
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
- ete3==3.1.1
- uritools==2.2.0
- psycopg2==2.8
- paramiko==2.4.2
- paramiko==2.6.0
- ipython>=4.0,<6.0
- plumpy==0.14.1
- kiwipy[rmq]==0.5.1
Expand Down
4 changes: 2 additions & 2 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"ete3==3.1.1",
"uritools==2.2.0",
"psycopg2-binary==2.8",
"paramiko==2.4.2",
"paramiko==2.6.0",
"ipython>=4.0,<6.0",
"plumpy==0.14.1",
"kiwipy[rmq]==0.5.1",
Expand All @@ -58,7 +58,7 @@
"extras_require": {
"ssh_kerberos": [
"pyasn1==0.4.2",
"python-gssapi==0.6.4"
"gssapi==1.4.1"
],
"rest": [
"Flask==1.0.2",
Expand Down

0 comments on commit 0d399f1

Please sign in to comment.