setup.py se adiciona requirement 'xmlsec>=1.3.8'
FossilOrigin-Name: ee06e4310f7212ea7490048f6f3c13c2ab3793d65108d94bfe24cff1c9c29166
This commit is contained in:
parent
45407032ea
commit
ab43381501
7
setup.py
7
setup.py
@ -13,7 +13,12 @@ with open('README.rst') as readme_file:
|
||||
with open('HISTORY.rst') as history_file:
|
||||
history = history_file.read()
|
||||
|
||||
requirements = ['Click>=6.0', 'zeep>=3.4.0', 'pyOpenSSL>=19.1.0', 'xmlsig>=0.1.3', 'xades>=0.2.1']
|
||||
requirements = ['Click>=6.0',
|
||||
'zeep>=3.4.0',
|
||||
'pyOpenSSL>=19.1.0',
|
||||
'xmlsig>=0.1.3',
|
||||
'xades>=0.2.1',
|
||||
'xmlsec>=1.3.8']
|
||||
|
||||
setup_requirements = ['pytest-runner', ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user