mirror of
https://github.com/evennia/evennia.git
synced 2025-10-29 11:26:10 +00:00
26 lines
415 B
Plaintext
26 lines
415 B
Plaintext
# Evennia dependencies
|
|
|
|
# general
|
|
attrs >= 19.2.0
|
|
django >= 2.2.5, < 2.3
|
|
twisted >= 19.2.1, < 20.0.0
|
|
pytz
|
|
djangorestframework >= 3.10.3, < 3.12
|
|
django-filter >= 2.2.0, < 2.3
|
|
django-sekizai
|
|
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"
|