Skip to content

Commit dd2686c

Browse files
committed
update pip version 0.4.3
1 parent 762f040 commit dd2686c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name='PyNFe',
9-
version='0.4.2',
9+
version='0.4.3',
1010
author='TadaSoftware',
1111
author_email='tadasoftware@gmail.com',
1212
description="Interface library with the Brazilian Electronic Invoice web services",
@@ -31,10 +31,10 @@
3131
'pynfe': ['data/**/*.txt'],
3232
},
3333
install_requires=[
34-
'pyopenssl',
34+
'pyopenssl>=23.0.0',
3535
'requests',
3636
'lxml',
37-
'signxml',
37+
'signxml==2.10.1',
3838
],
3939
extras_require={
4040
'nfse': [

0 commit comments

Comments
 (0)