Skip to content

Commit

Permalink
Trying to fix pyopenssl
Browse files Browse the repository at this point in the history
  • Loading branch information
danimaribeiro committed Jan 3, 2024
1 parent 2b03edc commit 9315556
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
Expand Up @@ -2,7 +2,7 @@
signxml==2.9.0 ; python_version < '3.7'
signxml ; python_version >= '3.7'
lxml >= 4.2.1
cryptography >= 3.4.8
cryptography >= 3.4.8, <= 23.2.0
pyOpenSSL >= 22.1.0
certifi >= 2018.1.18

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
'xmlsec >= 1.3.13', # apt update;apt install libxmlsec1-dev pkg-config -y
'lxml >= 4.2.1',
'cryptography >= 3.4.8',
'pyOpenSSL >= 17.5.0',
'pyOpenSSL >= 17.5.0 <= 23.2.0',
'certifi >= 2018.1.18',
'urllib3',
'Jinja2',
Expand Down

0 comments on commit 9315556

Please sign in to comment.