evennia/requirements.txt

22 lines
327 B
Text
Raw Normal View History

# Evennia dependencies
2018-09-04 20:33:48 +02:00
# general
django >= 2.2.5, < 3.0
twisted >= 20.3.0, < 21.0.0
pytz
2017-09-18 18:17:10 -05:00
django-sekizai
inflect
2020-10-13 21:21:58 +02:00
autobahn >= 20.7.1, < 21.0.0
# try to resolve dependency issue in py3.7
attrs >= 19.2.0
2018-06-10 14:27:34 +02:00
# testing and development
model_mommy
2018-06-10 14:27:34 +02:00
mock >= 1.0.1
anything
black
# windows-specific
pypiwin32;platform_system=="Windows"