evennia/requirements.txt

22 lines
341 B
Text
Raw Normal View History

# Evennia dependencies
2018-09-04 20:33:48 +02:00
# general
2020-02-16 18:10:21 -05:00
attrs >= 19.2.0
django >= 2.2.5, < 2.3
twisted >= 19.2.1, < 20.0.0
pytz
2020-03-01 19:11:04 -05:00
djangorestframework >= 3.10.3, < 3.12
django-filter >= 2.2.0, < 2.3
2017-09-18 18:17:10 -05:00
django-sekizai
inflect
autobahn >= 17.9.3
2019-03-12 19:15:22 +01:00
model_mommy
2018-06-10 14:27:34 +02:00
# testing and development
2018-06-10 14:27:34 +02:00
mock >= 1.0.1
anything
black
# windows-specific
pypiwin32;platform_system=="Windows"