mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +03:00
'ssh' python module no longer needed, only 'paramiko'
This commit is contained in:
parent
5ee4f3d72d
commit
947a6d57d2
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -31,7 +31,6 @@ setup(name='fdroidserver',
|
||||||
'paramiko',
|
'paramiko',
|
||||||
'PIL',
|
'PIL',
|
||||||
'python-magic',
|
'python-magic',
|
||||||
'ssh',
|
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 3 - Alpha',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue