mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
29 lines
492 B
Text
29 lines
492 B
Text
# Evennia dependencies
|
|
|
|
# general
|
|
attrs >= 19.2.0
|
|
django >= 3.2, < 3.3
|
|
twisted >= 21.7.0, < 22.0.0
|
|
pytz
|
|
djangorestframework >= 3.10.3, < 3.12
|
|
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
|
|
|
|
# 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"
|