mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
21 lines
327 B
Text
21 lines
327 B
Text
# Evennia dependencies
|
|
|
|
# general
|
|
django >= 2.2.5, < 3.0
|
|
twisted >= 20.3.0, < 21.0.0
|
|
pytz
|
|
django-sekizai
|
|
inflect
|
|
autobahn >= 20.7.1, < 21.0.0
|
|
|
|
# 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"
|