Browse Source

jmbase: upgrade twisted to latest (21.7.0)

master
nixbitcoin 4 years ago committed by Adam Gibson
parent
commit
20e2e85e70
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 2
      jmbase/setup.py

2
jmbase/setup.py

@ -9,7 +9,7 @@ setup(name='joinmarketbase',
author_email='',
license='GPL',
packages=['jmbase'],
install_requires=['twisted==20.3.0', 'service-identity',
install_requires=['twisted==21.7.0', 'service-identity',
'chromalog==1.0.5'],
python_requires='>=3.6',
zip_safe=False)

Loading…
Cancel
Save