Browse Source

Merge #805: Pin cryptography module to v3.3.2

b1ac4f625c Pin cryptography module to v3.3.2 (Kristaps Kaupe)

Pull request description:

  Newer versions instroduces Rust as a dependency, which causes problems for some people / platforms - https://github.com/pyca/cryptography/issues/5771 .

Top commit has no ACKs.

Tree-SHA512: 1efb4916cc94f30217f8cc19bbedc10350363b1f00d0c57410d3959082789fd43c5f8b739eafc1ef40ae4e431123b69dc787aa712b8231a566257ed5deb8f369
master
Kristaps Kaupe 5 years ago
parent
commit
9989d4de16
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 2
      jmdaemon/setup.py

2
jmdaemon/setup.py

@ -9,6 +9,6 @@ setup(name='joinmarketdaemon',
author_email='',
license='GPL',
packages=['jmdaemon'],
install_requires=['txtorcon', 'pyopenssl', 'libnacl', 'joinmarketbase==0.8.2dev'],
install_requires=['txtorcon', 'cryptography==3.3.2', 'pyopenssl', 'libnacl', 'joinmarketbase==0.8.2dev'],
python_requires='>=3.6',
zip_safe=False)

Loading…
Cancel
Save