Define install_requires with minimal versions

This commit is contained in:
2022-11-24 00:12:38 +01:00
parent 2bbf175c2a
commit 2420d9e8c4

View File

@@ -23,12 +23,11 @@ setup(
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="https://github.com/kevinmidboe/delugeClient", url="https://github.com/kevinmidboe/delugeClient",
install_requires=[ install_requires=[
'colored', 'colored>=1.4.4',
'deluge-client', 'deluge-client>=1.9.0',
'requests', 'requests>=2.28.1',
'sshtunnel', 'sshtunnel>=0.4.0',
'typer', 'typer[all]>=0.7.0'
'websockets'
], ],
classifiers=[ classifiers=[
'Programming Language :: Python', 'Programming Language :: Python',