Skip to content

Commit

Permalink
Update dependencies to make sure they include lxml.
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldbieser committed Jan 17, 2018
1 parent bc88dce commit 983c1b0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
25 changes: 23 additions & 2 deletions requirements.txt
@@ -1,2 +1,23 @@

jupyterhub==0.7.2
alembic==0.9.7
certifi==2017.11.5
chardet==3.0.4
decorator==4.2.1
idna==2.6
ipython-genutils==0.2.0
jhub-cas-authenticator==0.0.1
Jinja2==2.10
jupyterhub==0.8.1
lxml==4.1.1
Mako==1.0.7
MarkupSafe==1.0
pamela==0.3.0
pkg-resources==0.0.0
python-dateutil==2.6.1
python-editor==1.0.3
python-oauth2==1.0.1
requests==2.18.4
six==1.11.0
SQLAlchemy==1.2.1
tornado==4.5.3
traitlets==4.3.2
urllib3==1.22
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -42,6 +42,7 @@
if 'setuptools' in sys.modules:
setup_args['install_requires'] = install_requires = []
install_requires.append('jupyterhub')
install_requires.append('lxml')

def main():
setup(**setup_args)
Expand Down

0 comments on commit 983c1b0

Please sign in to comment.