mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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.
17 lines
235 B
Text
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"
|