mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 20:06:35 +11:00
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:
parent
81175e4d43
commit
0cc77379b4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
# Project dependencies
|
# Project dependencies
|
||||||
django==1.9.*
|
django>=1.9.0,<1.10
|
||||||
django-mptt
|
django-mptt
|
||||||
pygments
|
pygments
|
||||||
requests
|
requests
|
||||||
|
|
Loading…
Reference in a new issue