mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 06:36:20 -04:00
Should be full python 3 now
This commit is contained in:
parent
5900e90e7d
commit
db9eee5f2b
2 changed files with 10 additions and 8 deletions
2
setup.py
2
setup.py
|
@ -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=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue