mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
31 lines
577 B
Text
31 lines
577 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 >= 5.2.0
|
|
autobahn >= 17.9.3
|
|
lunr == 0.5.6
|
|
simpleeval <= 1.0
|
|
|
|
# conjugation library, py3 version
|
|
git+https://github.com/markrogersjr/nodebox_linguistics_extended.git
|
|
|
|
|
|
# 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
|
|
parameterized==0.8.1
|
|
|
|
# windows-specific
|
|
pypiwin32;platform_system=="Windows"
|