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
|
2019-09-14 11:26:07 -07:00
|
|
|
django >= 2.2.5, < 2.3
|
2019-06-15 22:24:32 +02:00
|
|
|
twisted >= 19.2.1, < 20.0.0
|
2015-06-20 15:17:07 +02:00
|
|
|
pytz
|
2017-09-18 18:17:10 -05:00
|
|
|
django-sekizai
|
2018-01-07 19:31:01 +01:00
|
|
|
inflect
|
2017-10-29 21:29:09 -04:00
|
|
|
autobahn >= 17.9.3
|
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
|
|
|
|
|
anything
|
2019-09-15 21:02:40 -07:00
|
|
|
black
|
2019-09-15 00:37:30 -07:00
|
|
|
|
|
|
|
|
# windows-specific
|
|
|
|
|
pypiwin32;platform_system=="Windows"
|