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",
|
||||
url="https://github.com/kevinmidboe/delugeClient",
|
||||
install_requires=[
|
||||
'colored',
|
||||
'deluge-client',
|
||||
'requests',
|
||||
'sshtunnel',
|
||||
'typer',
|
||||
'websockets'
|
||||
'colored>=1.4.4',
|
||||
'deluge-client>=1.9.0',
|
||||
'requests>=2.28.1',
|
||||
'sshtunnel>=0.4.0',
|
||||
'typer[all]>=0.7.0'
|
||||
],
|
||||
classifiers=[
|
||||
'Programming Language :: Python',
|
||||
|
||||
Reference in New Issue
Block a user