-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update requirements.txt purely by running pip-compile (assume 1.1.2 i…
…s a newer version from when it was run before, hence the new order and comments).
- Loading branch information
David Read
committed
Jul 28, 2015
1 parent
2d16021
commit 0f1c858
Showing
2 changed files
with
37 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ factory-boy==2.1.1 | |
coveralls==0.4.1 | ||
sphinx-rtd-theme==0.1.6 | ||
beautifulsoup4==4.3.2 | ||
pip-tools==1.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,53 @@ | ||
argparse==1.2.1 | ||
Babel==0.9.6 | ||
Beaker==1.7.0 | ||
decorator==3.4.0 | ||
# | ||
# This file is autogenerated by pip-compile | ||
# Make changes in requirements.in, then run this to update: | ||
# | ||
# pip-compile requirements.in | ||
# | ||
argparse==1.3.0 # via ofs | ||
babel==0.9.6 | ||
beaker==1.7.0 | ||
decorator==4.0.2 # via pylons, sqlalchemy-migrate | ||
fanstatic==0.12 | ||
FormEncode==1.2.6 | ||
formencode==1.3.0 # via pylons | ||
Genshi==0.6 | ||
Jinja2==2.6 | ||
Mako==0.9.0 | ||
MarkupSafe==0.18 | ||
nose==1.3.0 | ||
mako==1.0.1 # via pylons | ||
markupsafe==0.23 # via mako, webhelpers | ||
nose==1.3.7 # via pylons | ||
ofs==0.4.1 | ||
Pairtree==0.7.1-T | ||
passlib==1.6.2 | ||
Paste==1.7.5.1 | ||
PasteDeploy==1.5.0 | ||
PasteScript==1.7.5 | ||
pbr==0.8.2 | ||
paste==1.7.5.1 | ||
pastedeploy==1.5.2 # via pastescript, pylons | ||
pastescript==2.0.2 # via pylons | ||
pbr==0.11.0 # via sqlalchemy-migrate | ||
psycopg2==2.4.5 | ||
Pygments==1.6 | ||
pygments==2.0.2 # via weberror | ||
Pylons==0.9.7 | ||
python-dateutil==1.5 | ||
pyutilib.component.core==4.5.3 | ||
repoze.lru==0.6 | ||
repoze.who==2.0 | ||
repoze.lru==0.6 # via routes | ||
repoze.who-friendlyform==1.0.8 | ||
repoze.who==2.0 | ||
requests==2.3.0 | ||
Routes==1.13 | ||
simplejson==3.3.1 | ||
six==1.7.3 | ||
routes==1.13 | ||
simplejson==3.8.0 # via pylons | ||
six==1.9.0 # via pastescript, sqlalchemy-migrate | ||
solrpy==0.9.5 | ||
SQLAlchemy==0.9.6 | ||
sqlalchemy-migrate==0.9.1 | ||
sqlalchemy==0.9.6 | ||
sqlparse==0.1.11 | ||
Tempita==0.5.2 | ||
unicodecsv==0.9.4 | ||
tempita==0.5.2 # via pylons, sqlalchemy-migrate, weberror | ||
unicodecsv==0.13.0 | ||
vdm==0.13 | ||
WebError==0.10.3 | ||
WebHelpers==1.3 | ||
WebOb==1.0.8 | ||
WebTest==1.4.3 | ||
wsgiref==0.1.2 | ||
weberror==0.11 # via pylons | ||
webhelpers==1.3 | ||
webob==1.0.8 | ||
webtest==1.4.3 | ||
zope.interface==4.1.1 | ||
|
||
# The following packages are commented out because they are | ||
# considered to be unsafe in a requirements file: | ||
# pip==7.1.0 # via pbr | ||
# setuptools==18.0.1 |