Skip to content

Commit

Permalink
Dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mtford90 committed Jun 12, 2014
1 parent e855083 commit 466e03b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django>=1.4,<=1.6,
Django>=1.5,<1.7,
Pygments==1.6,
six==1.6,
simplejson>=3,<4,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
install_requires= [
'Django>=1.4,<=1.6',
'Django>=1.5,<1.7',
'Pygments==1.6',
'six==1.6',
'simplejson>=3,<4',
Expand Down
1 change: 0 additions & 1 deletion silk

This file was deleted.

0 comments on commit 466e03b

Please sign in to comment.