We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c67ff commit 57ed4d5Copy full SHA for 57ed4d5
setup.py
@@ -16,14 +16,14 @@
16
from setuptools import setup, find_packages
17
18
setup(name='parallel-ssh',
19
- version='0.80.0',
+ version='0.80.1',
20
description='Asynchronous parallel SSH library',
21
author='Panos Kittenis',
22
author_email='[email protected]',
23
url = "https://github.com/pkittenis/parallel-ssh",
24
packages = find_packages('.', exclude=(
25
'embedded_server', 'embedded_server.*')),
26
- install_requires = open('requirements.txt').readlines(),
+ install_requires = ['paramiko', 'gevent'],
27
classifiers = [
28
'License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)',
29
'Intended Audience :: Developers',
0 commit comments