comentarios, se remueve requirements_dev.txt

FossilOrigin-Name: 22450fbe7fb9f02c4723c2820d9b7bc3e0d7018a4cb900bdc4f6867e4550951f
This commit is contained in:
bit4bit
2022-02-12 00:28:49 +00:00
parent 48c56631ec
commit a9564f9a70
3 changed files with 15 additions and 23 deletions

View File

@@ -20,13 +20,12 @@ requirements = ['Click>=6.0',
'pyOpenSSL==20.0.1',
'xmlsig==0.1.7',
'xades==0.2.2',
'mock>=2.0.0',
'xmlsec==1.3.12',
'xmlschema>=1.8']
setup_requirements = ['pytest-runner', ]
test_requirements = ['pytest', ]
test_requirements = ['pytest', 'mock>=2.0.0']
setup(
author="Jovany Leandro G.C",