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-09-15 20:54:31 +02:00
|
|
|
django >= 2.2.5, < 3.0
|
2020-07-17 11:47:23 +02:00
|
|
|
twisted >= 20.3.0, < 21.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
|
2020-10-13 21:21:58 +02:00
|
|
|
autobahn >= 20.7.1, < 21.0.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
|
|
|
|
|
anything
|
2019-09-15 21:02:40 -07:00
|
|
|
black
|
2019-09-15 00:37:30 -07:00
|
|
|
|
|
|
|
|
# windows-specific
|
|
|
|
|
pypiwin32;platform_system=="Windows"
|