Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

Commit

Permalink
Ensure six version is at least 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bruth committed Apr 3, 2014
1 parent 1e0c2e4 commit df25017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django>=1.4,<1.7
six
six>=1.4.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

'install_requires': [
'django>=1.4',
'six',
'six>=1.4.0',
],

'test_suite': 'test_suite',
Expand Down

0 comments on commit df25017

Please sign in to comment.