Skip to content

Commit

Permalink
Updated deps by running: pip-compile -U --output-file requirements.tx…
Browse files Browse the repository at this point in the history
…t requirements.in
  • Loading branch information
David Read committed Feb 15, 2018
1 parent eda0b49 commit d1d0333
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions requirements.txt
Expand Up @@ -5,22 +5,22 @@
# pip-compile --output-file requirements.txt requirements.in
#
argparse==1.4.0 # via ofs
Babel==2.3.4
Babel==2.3.4 # via flask-babel
Beaker==1.9.0 # via pylons
bleach==2.1.2
click==6.7
decorator==4.0.6 # via pylons, sqlalchemy-migrate
decorator==4.2.1 # via pylons, sqlalchemy-migrate
fanstatic==0.12
Flask==0.11.1
Flask-Babel==0.11.2
FormEncode==1.3.0 # via pylons
Flask==0.11.1 # via flask-babel
FormEncode==1.3.1 # via pylons
funcsigs==1.0.2 # via beaker
html5lib==1.0.1 # via bleach
itsdangerous==0.24 # via flask
Jinja2==2.8 # via flask
Mako==1.0.4 # via pylons
Jinja2==2.8 # via flask, flask-babel
Mako==1.0.7 # via pylons
Markdown==2.6.7
MarkupSafe==0.23 # via jinja2, mako, webhelpers
MarkupSafe==1.0 # via jinja2, mako, webhelpers
nose==1.3.7 # via pylons
ofs==0.4.2
Pairtree==0.7.1-T
Expand All @@ -31,22 +31,22 @@ PasteScript==2.0.2 # via pylons
pbr==1.10.0 # via sqlalchemy-migrate
polib==1.0.7
psycopg2==2.7.3.2
Pygments==2.1.3 # via weberror
Pygments==2.2.0 # via weberror
Pylons==0.9.7
pysolr==3.6.0
python-dateutil==1.5
python-magic==0.4.12
pytz==2016.7
pyutilib.component.core==4.6.4
redis==2.10.5 # via rq
repoze.lru==0.6 # via routes
redis==2.10.6 # via rq
repoze.lru==0.7 # via routes
repoze.who-friendlyform==1.0.8
repoze.who==2.3
requests==2.11.1
Routes==1.13 # via pylons
rq==0.6.0
simplejson==3.10.0
six==1.10.0 # via bleach, html5lib, pastescript, pyutilib.component.core, sqlalchemy-migrate
six==1.11.0 # via bleach, html5lib, pastescript, pyutilib.component.core, sqlalchemy-migrate
sqlalchemy-migrate==0.10.0
SQLAlchemy==1.1.11 # via sqlalchemy-migrate
sqlparse==0.2.2
Expand All @@ -59,7 +59,7 @@ WebError==0.13.1 # via pylons
WebHelpers==1.3 # via pylons
WebOb==1.0.8 # via fanstatic, pylons, repoze.who, repoze.who-friendlyform, weberror, webtest
WebTest==1.4.3 # via pylons
Werkzeug==0.11.10 # via flask
Werkzeug==0.14.1 # via flask
zope.interface==4.3.2

# The following packages are commented out because they are
Expand Down

0 comments on commit d1d0333

Please sign in to comment.