evennia/requirements.txt
duysqubix 198a192595 Adds jupyter notebook support
Forces the installation of django_extensions.

Simply adds the `shell_plus` command to be seen in main evennia binary when
parsing arguments.

A notebook can be started with the following

`evennia shell_plus --notebook`
2020-12-09 10:12:55 -06:00

26 lines
442 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
# 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"