We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 762f040 + dd2686c commit 33c7b07Copy full SHA for 33c7b07
1 file changed
setup.py
@@ -6,7 +6,7 @@
6
7
setuptools.setup(
8
name='PyNFe',
9
- version='0.4.2',
+ version='0.4.3',
10
author='TadaSoftware',
11
author_email='tadasoftware@gmail.com',
12
description="Interface library with the Brazilian Electronic Invoice web services",
@@ -31,10 +31,10 @@
31
'pynfe': ['data/**/*.txt'],
32
},
33
install_requires=[
34
- 'pyopenssl',
+ 'pyopenssl>=23.0.0',
35
'requests',
36
'lxml',
37
- 'signxml',
+ 'signxml==2.10.1',
38
],
39
extras_require={
40
'nfse': [
0 commit comments