Skip to content

Commit

Permalink
MAINT: Don't peg versions in requirements.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssanderson committed Jul 20, 2015
1 parent 6b00310 commit 7a159a4
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
Jinja2==2.7.3
Mako==1.0.0
MarkupSafe==0.23
Pygments==2.0.1
SQLAlchemy==1.0.5
alembic==0.7.6
backports.ssl-match-hostname==3.4.0.2
certifi==14.05.14
fancycompleter==0.4
ipython==3.2.0
jsonschema==2.4.0
mistune==0.5.0
psycopg2==2.6.1
pyrepl==0.8.4
pyzmq==14.4.1
tornado==4.0.2
wmctrl==0.1
requests==2.7.0
six==1.9.0
click==3.3
Jinja2>=2.7.3
Mako>=1.0.0
MarkupSafe>=0.23
Pygments>=2.0.1
SQLAlchemy>=1.0.5
alembic>=0.7.6
backports.ssl-match-hostname>=3.4.0.2
certifi>=14.05.14
fancycompleter>=0.4
ipython>=3.2.0
jsonschema>=2.4.0
mistune>=0.5.0
psycopg2>=2.6.1
pyrepl>=0.8.4
pyzmq>=14.4.1
tornado>=4.0.2
wmctrl>=0.1
requests>=2.7.0
six>=1.9.0
click>=3.3

0 comments on commit 7a159a4

Please sign in to comment.