Skip to content

Commit

Permalink
Fix the openssl version
Browse files Browse the repository at this point in the history
  • Loading branch information
danimaribeiro committed Jan 4, 2024
1 parent 9315556 commit d95a466
Showing 1 changed file with 1 addition and 1 deletion.
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 <= 23.2.0',
'pyOpenSSL >= 17.5.0, <= 23.2.0',
'certifi >= 2018.1.18',
'urllib3',
'Jinja2',
Expand Down

0 comments on commit d95a466

Please sign in to comment.