Skip to content

Commit

Permalink
Freeze requirements at their current minor versions
Browse files Browse the repository at this point in the history
Except for patched versions, upgrades should be explicit.
  • Loading branch information
matyasselmeci committed Sep 7, 2018
1 parent 10a160f commit 53f0573
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
Flask
gunicorn
anymarkup
requests
anymarkup>=0.7.0,<0.8
anymarkup-core>=0.7.1,<0.8
certifi>=2018.4.16
chardet>=3.0.4,<3.1
click==6.7
configobj>=5.0.6,<5.1
Flask>=1.0.2,<1.1
Flask-WTF>=0.14.2,<0.15
gunicorn>=19.9.0,<19.10
idna==2.7
itsdangerous==0.24
Jinja2==2.10
json5>=0.6.1,<0.7
MarkupSafe==1.0
mod-wsgi>=4.6.4,<4.7
python-dateutil>=2.7.3,<2.8
PyYAML==3.13
requests>=2.19.1,<2.20
six>=1.11.0,<1.12
toml>=0.9.4,<0.10
urllib3==1.23
Werkzeug>=0.14.1,<0.15
WTForms>=2.2.1,<2.3
xmltodict>=0.11.0,<0.12

0 comments on commit 53f0573

Please sign in to comment.