Added a separate win_requirements.txt file for handling windows requirement specifics.

This commit is contained in:
Griatch 2015-03-07 20:57:50 +01:00
parent 1c298951d6
commit 5274d111a2
3 changed files with 18 additions and 6 deletions

10
win_requirements.txt Normal file
View file

@ -0,0 +1,10 @@
# Evennia dependencies, for Windows platform
# windows specific
pypiwin32
psutil >= 2.2
# general
django >= 1.7
twisted >= 12.0
mock >= 1.0.1
pillow