mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 11:56:36 +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
|
||||
django==1.9.*
|
||||
django>=1.9.0,<1.10
|
||||
django-mptt
|
||||
pygments
|
||||
requests
|
||||
|
|
Loading…
Reference in a new issue