mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Changed pip django requirements to django 1.8.
This commit is contained in:
parent
b59e38caf5
commit
7bb1dea7f7
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Evennia dependencies, for Linux/Mac platforms
|
||||
|
||||
django >= 1.7, < 1.8
|
||||
django >= 1.8, < 1.9
|
||||
twisted >= 12.0
|
||||
mock >= 1.0.1
|
||||
pillow
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# windows specific
|
||||
pypiwin32
|
||||
# general
|
||||
django >= 1.7
|
||||
django >= 1.8, < 1.9
|
||||
twisted >= 12.0
|
||||
mock >= 1.0.1
|
||||
pillow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue