Browse Source

Merge #1200: Bump twisted from 21.7.0 to 22.2.0 in /jmbase

b4c8bf0 Bump twisted from 21.7.0 to 22.2.0 in /jmbase (dependabot[bot])
master
Adam Gibson 4 years ago
parent
commit
af891868c2
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='', author_email='',
license='GPL', license='GPL',
packages=['jmbase'], packages=['jmbase'],
install_requires=['twisted==21.7.0', 'service-identity', install_requires=['twisted==22.2.0', 'service-identity',
'chromalog==1.0.5'], 'chromalog==1.0.5'],
python_requires='>=3.6', python_requires='>=3.6',
zip_safe=False) zip_safe=False)

Loading…
Cancel
Save