Changed pip django requirements to django 1.8.

This commit is contained in:
Griatch 2015-04-04 00:07:27 +02:00
parent b59e38caf5
commit 7bb1dea7f7
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -3,7 +3,7 @@
# windows specific
pypiwin32
# general
django >= 1.7
django >= 1.8, < 1.9
twisted >= 12.0
mock >= 1.0.1
pillow