Should be full python 3 now

This commit is contained in:
Eldon 2014-01-22 01:32:41 +00:00
parent 5900e90e7d
commit db9eee5f2b
2 changed files with 10 additions and 8 deletions

View file

@ -9,7 +9,7 @@ setuptools.setup(name='umbra',
long_description=open('README.md').read(),
license='GPL',
packages=['umbra'],
install_requires=['kombu', 'websocket-client','psutil','argparse'],
install_requires=['kombu', 'websocket-client-py3','psutil','argparse'],
scripts=['bin/umbra'],
zip_safe=False,
classifiers=[