Skip to content

Commit

Permalink
Merge pull request #365 from simphony/tornado-webapi-0.5.0
Browse files Browse the repository at this point in the history
Updated Tornado webapi to 0.5.0
  • Loading branch information
stefanoborini authored Mar 9, 2017
2 parents 7f99a84 + 12d17aa commit 9245fc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ git+git://github.com/jupyterhub/jupyterhub.git@master#egg=jupyterhub
jupyter_client==4.3.0
click==6.6
tabulate==0.7.5
git+git://github.com/simphony/tornado-webapi.git#egg=tornadowebapi
git+git://github.com/simphony/tornado-webapi.git@v0.5.0#egg=tornadowebapi
oauthenticator==0.5.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def write_version_py():
requirements.extend([
"jupyterhub>0.7",
"docker-py==1.8",
"tornadowebapi>=0.4.2"])
"tornadowebapi>=0.5.0"])

# main setup configuration class
setup(
Expand Down

0 comments on commit 9245fc9

Please sign in to comment.