Skip to content

Commit

Permalink
Pin Python library dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-cd committed Jun 30, 2017
1 parent 92245a2 commit b6b75df
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
alembic
traitlets>=4.1
tornado>=4.1
jinja2
pamela
sqlalchemy>=1.0
requests
escapism
docker-py
PyGithub
git+https://github.com/cwaldbieser/jhub_remote_user_authenticator.git#egg=remote-user
git+https://github.com/jupyterhub/dockerspawner.git#egg=dockerspawner
python-slugify
python-magic
alembic==0.8.10
traitlets==4.3.0
tornado==4.4.2
Jinja2==2.8
pamela==0.3.0
SQLAlchemy==1.1.5
requests==2.13.0
escapism==0.0.1
docker-py==1.10.6
PyGithub==1.32
python-slugify==1.2.1
python-magic==0.4.12
git+https://github.com/cwaldbieser/jhub_remote_user_authenticator.git@ecb96e9194eec3a7e6939fd3ed1fca3fa0d173c6#egg=remote-user
git+https://github.com/jupyterhub/[email protected]#egg=dockerspawner

0 comments on commit b6b75df

Please sign in to comment.