evennia/requirements.txt
duysqubix 9605e3e64d - Moved optional pip packages to requirements_extra.txt
- Added documentation in Coding-Introduction.md for how to enable Jupyter notebook support
2020-12-17 15:34:39 +00:00

25 lines
415 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
inflect
autobahn >= 17.9.3
lunr == 0.5.6
# 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"