Skip to content

Commit

Permalink
removed dependency pinning except pytz which uses an odd versioning s…
Browse files Browse the repository at this point in the history
…cheme
  • Loading branch information
mtford90 committed Jul 2, 2014
1 parent dc90529 commit c14b50f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django>=1.5,<1.7,
Pygments==1.6,
six==1.6,
Pygments>=1.6,<1.7,
six>=1.6,<1.7
simplejson>=3,<4,
python-dateutil>=2,<3,
requests>=2,<=3,
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
],
install_requires= [
'Django>=1.5,<1.7',
'Pygments==1.6',
'six==1.6',
'Pygments>=1.6<1.7',
'six>=1.6<1.7',
'simplejson>=3,<4',
'python-dateutil>=2,<3',
'requests>=2,<=3',
Expand Down

0 comments on commit c14b50f

Please sign in to comment.