evennia/requirements.txt
2022-11-18 12:02:46 +01:00

35 lines
594 B
Plaintext

# Evennia dependencies
# general
attrs >= 19.2.0
django >= 4.1.3, < 4.2
twisted >= 21.7.0, < 22.0.0
pytz
# djangorestframework >= 3.13.1, < 3.14
djangorestframework >= 3.14, < 3.15
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
tzdata
# 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 >= 22.6
isort >= 5.10
wheel
parameterized==0.8.1
# windows-specific
pypiwin32;platform_system=="Windows"