requirements.txt: use pip valid syntax for django's range.

Using 1.9.* doesn't work for any pip/requirements.txt aware code I know of;
however, using this syntax works for pip and is equivalent in intent.
This commit is contained in:
Brian Harring 2016-08-10 23:20:25 +00:00 committed by Brian Harring
parent 81175e4d43
commit 0cc77379b4

View file

@ -5,7 +5,7 @@
# -----------------------------------------------------------------------------
# Project dependencies
django==1.9.*
django>=1.9.0,<1.10
django-mptt
pygments
requests