mirror of
https://github.com/KevinMidboe/delugeClient.git
synced 2025-10-29 12:00:13 +00:00
Define install_requires with minimal versions
This commit is contained in:
11
setup.py
11
setup.py
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user