Skip to content

Commit

Permalink
ajustes no requiments.txt para suportar versão pyOpenSSL 22.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heronbrito committed Dec 23, 2022
1 parent 63f90e7 commit c85b458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lxml >= 4.2.1, < 5
coveralls
Jinja2
Jinja2 <= 3.0.3
signxml
urllib3 >= 1.22
suds-community
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
install_requires=[
'urllib3 >= 1.22',
'xmlsec >= 1.3.3', # apt update;apt install libxmlsec1-dev pkg-config -y
'Jinja2 >= 2.8',
'Jinja2 >= 2.8, <= 3.0.3',
'lxml >= 4.2.1, < 5',
'cryptography >= 2.1.4',
'pyOpenSSL == 22.1.0',
Expand Down

0 comments on commit c85b458

Please sign in to comment.