mirror of
https://github.com/KevinMidboe/delugeClient.git
synced 2025-10-29 12:00:13 +00:00
Removed unused, and updated packages.
This commit is contained in:
@@ -1,14 +1,6 @@
|
|||||||
asn1crypto==0.24.0
|
colored==1.4.2
|
||||||
bcrypt==3.1.4
|
deluge-client==1.9.0
|
||||||
cffi==1.11.5
|
|
||||||
colored==1.3.5
|
|
||||||
cryptography==2.5
|
|
||||||
deluge-client==1.6.0
|
|
||||||
docopt==0.6.2
|
docopt==0.6.2
|
||||||
idna==2.7
|
requests==2.25.1
|
||||||
pyasn1==0.4.4
|
sshtunnel==0.4.0
|
||||||
pycparser==2.18
|
websockets==9.1
|
||||||
PyNaCl==1.2.1
|
|
||||||
six==1.11.0
|
|
||||||
sshtunnel==0.1.4
|
|
||||||
websockets==6.0
|
|
||||||
17
setup.py
17
setup.py
@@ -13,19 +13,12 @@ setuptools.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=[
|
||||||
'asn1crypto==0.24.0',
|
'colored==1.4.2',
|
||||||
'bcrypt==3.1.4',
|
'deluge-client==1.9.0',
|
||||||
'colored==1.3.5',
|
|
||||||
'cryptography==2.5',
|
|
||||||
'deluge-client==1.6.0',
|
|
||||||
'docopt==0.6.2',
|
'docopt==0.6.2',
|
||||||
'idna==2.7',
|
'requests==2.25.1',
|
||||||
'pyasn1==0.4.4',
|
'sshtunnel==0.4.0',
|
||||||
'pycparser==2.18',
|
'websockets==9.1'
|
||||||
'PyNaCl==1.2.1',
|
|
||||||
'six==1.11.0',
|
|
||||||
'sshtunnel==0.1.4',
|
|
||||||
'websockets==6.0'
|
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
|
|||||||
Reference in New Issue
Block a user