evennia/requirements.txt
Greg Taylor ba895ce703 Remove pillow from requirements
This was originally suggested due to an imagefield, but that is
no longer present. Since Pillow is not required to run Evennia,
we should remove it and let the users opt into it if they end
up wanting/needing it for their custom code.
2019-09-15 17:28:10 -07:00

17 lines
235 B
Text

# Evennia dependencies
# general
django >= 2.2.5, < 2.3
twisted >= 19.2.1, < 20.0.0
pytz
django-sekizai
inflect
autobahn >= 17.9.3
model_mommy
# testing
mock >= 1.0.1
anything
# windows-specific
pypiwin32;platform_system=="Windows"