evennia/requirements.txt
2020-12-09 10:57:24 -06:00

28 lines
477 B
Text

# Evennia dependencies
# general
attrs >= 19.2.0
django >= 2.2.5, < 3.0
twisted >= 20.3.0, < 21.0.0
pytz
djangorestframework >= 3.10.3, < 3.12
django-filter >= 2.2.0, < 2.3
django-sekizai
django-extensions >= 3.1.0
inflect
autobahn >= 17.9.3
lunr == 0.5.6
ipython >= 7.19.0
jupyter == 1.0.0
# try to resolve dependency issue in py3.7
attrs >= 19.2.0
# testing and development
model_mommy
mock >= 1.0.1
anything
black
# windows-specific
pypiwin32;platform_system=="Windows"