PEP 508 defines a way to specify platform-specific requirements. Rather than having to manage two different requirements files, let's crunch them down to one and use that facility. For more details on how this works, see: https://www.python.org/dev/peps/pep-0508/
19 lines
268 B
Text
19 lines
268 B
Text
# Evennia dependencies
|
|
|
|
# general
|
|
django >= 2.2.4, < 2.3
|
|
twisted >= 19.2.1, < 20.0.0
|
|
pillow == 5.2.0
|
|
pytz
|
|
future >= 0.15.2
|
|
django-sekizai
|
|
inflect
|
|
autobahn >= 17.9.3
|
|
model_mommy
|
|
|
|
# testing
|
|
mock >= 1.0.1
|
|
anything
|
|
|
|
# windows-specific
|
|
pypiwin32;platform_system=="Windows"
|