Browse Source

Merge #1264: Bump twisted from 22.2.0 to 22.4.0 in /jmbase

15ac4de Bump twisted from 22.2.0 to 22.4.0 in /jmbase (dependabot[bot])
master
Adam Gibson 4 years ago
parent
commit
77a270d078
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==22.2.0', 'service-identity',
install_requires=['twisted==22.4.0', 'service-identity',
'chromalog==1.0.5'],
python_requires='>=3.6',
zip_safe=False)

Loading…
Cancel
Save