Skip to content

Commit

Permalink
Merge pull request #613 from asmacdo/opfvta
Browse files Browse the repository at this point in the history
bug-fixes for opfvta
  • Loading branch information
yarikoptic committed Jun 16, 2023
2 parents 27cacb4 + 47bda19 commit 51718fe
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,25 @@ def findsome(subdir, extensions):
'appdirs',
'attrs>=16.3.0',
'chardet',
'cryptography>=2.5',
'decorator',
'etelemetry>=0.2.0',
'fabric>=2.3.1',
'humanize',
'pyyaml',
'tqdm',
'jinja2',
'packaging',
# https://github.com/paramiko/paramiko/issues/1839
'paramiko==2.8.1',
'fabric>=2.3.1',
'cryptography>=2.5',
'pytz',
'scp',
'pycrypto',
'pyOpenSSL',
'requests',
'pytz',
'pyyaml',
'reprozip; sys_platform=="linux" or sys_platform=="linux2"',
'requests',
'rpaths',
'jinja2',
'scp',
'six',
'tqdm',
],
'debian': [
'python-debian',
Expand Down

0 comments on commit 51718fe

Please sign in to comment.