Skip to content

Commit

Permalink
Try older pyopenssl and cryptography
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith committed Mar 28, 2023
1 parent da12884 commit 465575e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
include_package_data=True,
install_requires=[
'automat<22.10.0', # Twisted dep, newer versions don't work with ancient Python.
'cryptography<3.2', # To see if this avoids "undefined symbol: FIPS_mode".
'pyOpenSSL<21', # Maybe?
'Twisted>=20.3.0,<21.0.0',
'vumi>=0.6.19',
Expand Down

0 comments on commit 465575e

Please sign in to comment.