evennia/requirements.txt
2022-06-22 08:25:17 +02:00

31 lines
528 B
Text

# Evennia dependencies
# general
attrs >= 19.2.0
django >= 4.0.2, < 4.1
twisted >= 21.7.0, < 22.0.0
pytz
djangorestframework >= 3.13.1, < 3.14
pyyaml
django-filter == 2.4
django-sekizai == 2.0.0
inflect >= 5.2.0
autobahn >= 20.7.1, < 21.0.0
lunr == 0.6.0
simpleeval <= 1.0
uritemplate == 4.1.1
Jinja2 < 3.1
# try to resolve dependency issue in py3.7
attrs >= 19.2.0
# testing and development
model_mommy
mock >= 1.0.1
anything==0.2.1
black
wheel
parameterized==0.8.1
# windows-specific
pypiwin32;platform_system=="Windows"