evennia/requirements.txt

32 lines
528 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
2022-02-05 20:37:27 +01:00
django >= 4.0.2, < 4.1
2021-09-06 21:48:09 +02:00
twisted >= 21.7.0, < 22.0.0
pytz
2022-02-04 23:24:48 +01:00
djangorestframework >= 3.13.1, < 3.14
2021-05-23 11:48:41 +02:00
pyyaml
2021-05-15 11:02:57 +02:00
django-filter == 2.4
2021-11-14 15:18:21 +01:00
django-sekizai == 2.0.0
inflect >= 5.2.0
2020-10-13 21:21:58 +02:00
autobahn >= 20.7.1, < 21.0.0
lunr == 0.6.0
simpleeval <= 1.0
2022-02-05 01:13:41 +01:00
uritemplate == 4.1.1
2022-06-22 08:25:17 +02:00
Jinja2 < 3.1
# 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==0.2.1
black
2021-11-10 21:31:34 +01:00
wheel
parameterized==0.8.1
# windows-specific
pypiwin32;platform_system=="Windows"