Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #288 from IATI/requirement-filters
Browse files Browse the repository at this point in the history
Add requires.io filters
  • Loading branch information
hayfield committed Nov 20, 2017
2 parents b3c0a3d + 7401b48 commit 41d5775
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
56 changes: 28 additions & 28 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@

# If you update these, also update iati_datastore/setup.py
# These are duplicated here so that requires.io will flag out of date dependencies
Flask==0.10
Jinja2==2.6
SQLAlchemy==0.8
Flask-SQLAlchemy==1.0
Werkzeug==0.8.3
ckanapi==1.5
iso8601==0.1.4
lxml==3.4.1
psycopg2==2.4.6
python-dateutil==2.1
six==1.10.0
unicodecsv==0.9.4
voluptuous==0.7.1
Flask-Script==0.5.3
prettytable==0.7
alembic==0.5.0
gunicorn==0.17.2
defusedxml==0.4
redis==2.7.2
rq==0.3.7
Unidecode==0.04.12
requests==2.5.3
Flask-RQ==0.2
flask-heroku==0.1.4
Flask-And-Redis==0.4
Flask-Markdown==0.3
xmltodict==0.7.0
gevent>=0.13.8
Flask==0.10 # rq.filter: <0.11
Jinja2==2.6 # rq.filter: <3.0
SQLAlchemy==0.8 # rq.filter: <0.9
Flask-SQLAlchemy==1.0 # rq.filter: <2.0
Werkzeug==0.8.3 # rq.filter: <0.9
ckanapi==1.5 # rq.filter: <2.0
iso8601==0.1.4 # rq.filter: <0.2
lxml==3.4.1 # rq.filter: <4.0
psycopg2==2.4.6 # rq.filter: <3.0
python-dateutil==2.1 # rq.filter: <2.5
six==1.10.0 # rq.filter: <2.0
unicodecsv==0.9.4 # rq.filter: <0.10
voluptuous==0.7.1 # rq.filter: ==0.7.1
Flask-Script==0.5.3 # rq.filter: <0.6
prettytable==0.7 # rq.filter: <0.8
alembic==0.5.0 # rq.filter: <0.6
gunicorn==0.17.2 # rq.filter: <0.18
defusedxml==0.4 # rq.filter: <0.5
redis==2.7.2 # rq.filter: <3.0
rq==0.3.7 # rq.filter: <0.4
Unidecode==0.04.12 # rq.filter: <0.05
requests==2.5.3 # rq.filter: <3.0
Flask-RQ==0.2 # rq.filter: <0.3
flask-heroku==0.1.4 # rq.filter: <0.2
Flask-And-Redis==0.4 # rq.filter: <0.5
Flask-Markdown==0.3 # rq.filter: <0.4
xmltodict==0.7.0 # rq.filter: <0.8
gevent==0.13.8 # rq.filter: <0.14

12 changes: 6 additions & 6 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# If you update these, also update iati_datastore/setup.py
-r requirements.txt
nose==1.2.1
mock==1.0.1
factory-boy==1.2.0
coveralls==0.5
coverage==3.7.1
nose==1.2.1 # rq.filter: <2.0
mock==1.0.1 # rq.filter: <2.0
factory-boy==1.2.0 # rq.filter: <2.0
coveralls==0.5 # rq.filter: <0.6
coverage==3.7.1 # rq.filter: <4.0

# for acceptance tests
html==1.16
html==1.16 # rq.filter: <2.0

0 comments on commit 41d5775

Please sign in to comment.