2019-09-15 00:37:30 -07:00
|
|
|
# Evennia dependencies
|
2012-03-21 09:09:37 +01:00
|
|
|
|
2018-09-04 20:33:48 +02:00
|
|
|
# general
|
2020-02-16 18:10:21 -05:00
|
|
|
attrs >= 19.2.0
|
2021-05-15 11:02:57 +02:00
|
|
|
django >= 3.2, < 3.3
|
2021-05-15 23:46:34 +02:00
|
|
|
twisted >= 20.3.0, < 22.0.0
|
2015-06-20 15:17:07 +02:00
|
|
|
pytz
|
2020-03-01 19:11:04 -05:00
|
|
|
djangorestframework >= 3.10.3, < 3.12
|
2021-05-23 11:48:41 +02:00
|
|
|
pyyaml
|
2021-05-15 11:02:57 +02:00
|
|
|
django-filter == 2.4
|
|
|
|
|
django-sekizai == 2.0
|
2021-03-07 10:34:01 +01:00
|
|
|
inflect >= 5.2.0
|
2017-10-29 21:29:09 -04:00
|
|
|
autobahn >= 17.9.3
|
2021-05-08 20:48:00 +02:00
|
|
|
lunr == 0.6.0
|
2021-03-17 11:45:29 +01:00
|
|
|
simpleeval <= 1.0
|
2020-02-24 16:29:04 +01:00
|
|
|
|
|
|
|
|
# try to resolve dependency issue in py3.7
|
|
|
|
|
attrs >= 19.2.0
|
2018-06-10 14:27:34 +02:00
|
|
|
|
2019-09-15 21:02:40 -07:00
|
|
|
# testing and development
|
2020-02-24 16:29:04 +01:00
|
|
|
model_mommy
|
2018-06-10 14:27:34 +02:00
|
|
|
mock >= 1.0.1
|
2021-03-07 10:34:01 +01:00
|
|
|
anything==0.2.1
|
|
|
|
|
black
|
|
|
|
|
parameterized==0.8.1
|
2019-09-15 00:37:30 -07:00
|
|
|
|
|
|
|
|
# windows-specific
|
|
|
|
|
pypiwin32;platform_system=="Windows"
|