Skip to content

Commit

Permalink
Bump pyOpenSSL and hence cryptography
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamISZ committed Jul 29, 2023
1 parent a242967 commit 05c21d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jmdaemon/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
packages=['jmdaemon'],
install_requires=['txtorcon==22.0.0',
'cryptography==3.3.2; platform_machine != "aarch64" and platform_machine != "amd64" and platform_machine != "x86_64"',
'cryptography==37.0.4; platform_machine == "aarch64" or platform_machine == "amd64" or platform_machine == "x86_64"',
'pyopenssl==21.0.0', 'libnacl==1.8.0',
'cryptography==41.0.2; platform_machine == "aarch64" or platform_machine == "amd64" or platform_machine == "x86_64"',
'pyopenssl==23.2.0', 'libnacl==1.8.0',
'joinmarketbase==0.9.10dev'],
python_requires='>=3.6',
zip_safe=False)

0 comments on commit 05c21d2

Please sign in to comment.