Condense requirements files down to one

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/
This commit is contained in:
Greg Taylor 2019-09-15 00:37:30 -07:00
parent 0eef4bee6f
commit 0c5628759f
3 changed files with 6 additions and 24 deletions

View file

@ -1,4 +1,4 @@
# Evennia dependencies, for Linux/Mac platforms
# Evennia dependencies
# general
django >= 2.2.4, < 2.3
@ -14,3 +14,6 @@ model_mommy
# testing
mock >= 1.0.1
anything
# windows-specific
pypiwin32;platform_system=="Windows"