Add PyPubSub to relevant dependencies

This commit is contained in:
Mesalu
2018-03-18 12:37:45 -07:00
parent fa53686b32
commit 13eda52013
2 changed files with 2 additions and 1 deletions

View File

@@ -10,3 +10,4 @@ pytest
pytest-xdist
pytest-timeout
numpy
PyPubSub

View File

@@ -90,7 +90,7 @@ Topic :: Software Development :: User Interfaces
"""
DEPENDENCIES = [ 'six',
]
'PyPubSub']
isWindows = sys.platform.startswith('win')
isDarwin = sys.platform == "darwin"