evennia/requirements.txt

17 lines
234 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
autobahn >= 17.9.3
2019-03-12 19:15:22 +01:00
model_mommy
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