Sync win/unix requirement files

This commit is contained in:
Griatch 2018-09-04 20:33:48 +02:00
parent 566481310c
commit e97d0d794a
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,6 @@
# Evennia dependencies, for Linux/Mac platforms # Evennia dependencies, for Linux/Mac platforms
# general
django > 1.10, < 2.0 django > 1.10, < 2.0
twisted == 16.0.0 twisted == 16.0.0
pillow == 2.9.0 pillow == 2.9.0
@ -8,5 +9,6 @@ future >= 0.15.2
django-sekizai django-sekizai
inflect inflect
# testing
mock >= 1.0.1 mock >= 1.0.1
anything anything

View file

@ -2,12 +2,16 @@
# windows specific # windows specific
pypiwin32 pypiwin32
# general # general
django > 1.10, < 2.0 django > 1.10, < 2.0
twisted >= 16.0.0 twisted >= 16.0.0
mock >= 1.0.1
pillow == 2.9.0 pillow == 2.9.0
pytz pytz
future >= 0.15.2 future >= 0.15.2
django-sekizai django-sekizai
inflect inflect
# testing
mock >= 1.0.1
anything