Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
using minimum version in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
binux committed Mar 8, 2014
1 parent 3df2ff5 commit d2eb39a
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
Flask==0.10.1
Jinja2==2.7.2
MarkupSafe==0.18
Werkzeug==0.9.4
backports.ssl-match-hostname==3.4.0.2
chardet==2.2.1
cssselect==0.9.1
itsdangerous==0.23
lxml==3.3.2
pycurl==7.19.3.1
pyquery==1.2.8
requests==2.2.1
tornado==3.2
Flask>=0.10
Jinja2>=2.7
chardet>=2.2
cssselect>=0.9
lxml>=3.3.2
pycurl>=7.19
pyquery>=1.2
requests>=2.2
tornado>=3.2

0 comments on commit d2eb39a

Please sign in to comment.