Added a separate win_requirements.txt file for handling windows requirement specifics.
This commit is contained in:
parent
1c298951d6
commit
5274d111a2
3 changed files with 18 additions and 6 deletions
10
win_requirements.txt
Normal file
10
win_requirements.txt
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue