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

Commit

Permalink
Fixed requirements.txt (had to be < instead of <=)
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Apr 2, 2016
1 parent 6044ac3 commit 4b4c6a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
django>=1.9,<=1.10
django>=1.9,<1.10
django-model-utils
jsonfield
six
netjsonconfig>=0.4.0,<=0.5.0
django-sortedm2m>=1.1.0,<=1.2
django-reversion>=1.10.0,<=1.11.0
netjsonconfig>=0.4.0,<0.5.0
django-sortedm2m>=1.1.0,<1.2
django-reversion>=1.10.0,<1.11.0

0 comments on commit 4b4c6a1

Please sign in to comment.