evennia/requirements.txt
Greg Taylor bd33886cc0 Remove uses of the 'future' py2->3 module
This is no longer needed, now that we are Py3.7+ only. One
layer of indirection removed, and one less dependency.
2019-09-15 00:18:56 -07:00

15 lines
219 B
Text

# Evennia dependencies, for Linux/Mac platforms
# general
django >= 2.2.4, < 2.3
twisted >= 19.2.1, < 20.0.0
pillow == 5.2.0
pytz
django-sekizai
inflect
autobahn >= 17.9.3
model_mommy
# testing
mock >= 1.0.1
anything