Added requirements to setup.py

dh_python remove
B.J. Dweck 2020-10-08 12:47:29 +02:00
parent 8c6309eff9
commit 005f9b060d
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@ setuptools.setup(
long_description_content_type="text/markdown",
url="https://git.rudefox.io/bj/torch-agent",
packages=setuptools.find_packages(),
install_requires=[
'stem',
'paho-mqtt',
'PySocks',
],
entry_points = {
'console_scripts': ['torch-agent=torch_agent.torch_agent:main'],
},