Skip to content

Commit

Permalink
Fixed setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mtford90 committed Jul 5, 2014
1 parent 6caa537 commit 47eaebd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ requests>=2,<=3,
sqlparse>=0.1,<0.2,
Jinja2>=2.7,<3,
autopep8>=1,<2
rawes>=5,<6
pytz>2014.2
19 changes: 9 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,15 @@
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
install_requires= [
'Django >=1.5<1.7',
'Pygments >=1.6<1.7',
'six >=1.6<1.7',
'simplejson >=3<4',
'python-dateutil >=2<3',
'requests>=2<=3',
'sqlparse>=0.1<0.2',
'Jinja2>=2.7<3',
'autopep8>=1<2',
'rawes>=5<6',
'Django>=1.5,<1.7',
'Pygments>=1.6,<1.7',
'six>=1.6,<1.7',
'simplejson>=3,<4',
'python-dateutil>=2,<3',
'requests>=2,<=3',
'sqlparse>=0.1,<0.2',
'Jinja2>=2.7,<3',
'autopep8>=1,<2',
'pytz>=2014.2'
]
)

0 comments on commit 47eaebd

Please sign in to comment.