evennia/requirements.txt

15 lines
203 B
Text
Raw Normal View History

# Evennia dependencies, for Linux/Mac platforms
2018-09-04 20:33:48 +02:00
# general
django > 1.11, < 2.0
twisted >= 18.0.0, < 19.0.0
pillow == 5.2.0
pytz
future >= 0.15.2
2017-09-18 18:17:10 -05:00
django-sekizai
inflect
2018-06-10 14:27:34 +02:00
2018-09-04 20:33:48 +02:00
# testing
2018-06-10 14:27:34 +02:00
mock >= 1.0.1
anything