mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 12:07:17 +02:00
Upped the requirement checks as per the release notes.
This commit is contained in:
parent
a56b16db7b
commit
d76ebfcffa
1 changed files with 3 additions and 3 deletions
|
|
@ -610,9 +610,9 @@ def check_evennia_dependencies():
|
|||
"""
|
||||
# defining the requirements
|
||||
python_min = '2.6'
|
||||
twisted_min = '10.0'
|
||||
django_min = '1.4'
|
||||
south_min = '0.7'
|
||||
twisted_min = '11.0'
|
||||
django_min = '1.5'
|
||||
south_min = '0.8'
|
||||
nt_stop_python_min = '2.7'
|
||||
|
||||
errstring = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue