Browse Source

Merge #424: Bump twisted from 18.9.0 to 19.7.0 in /jmbase

9066ad4 Bump twisted from 18.9.0 to 19.7.0 in /jmbase (dependabot[bot])
master
Adam Gibson 6 years ago
parent
commit
643d57a8ed
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 2
      jmbase/setup.py

2
jmbase/setup.py

@ -9,6 +9,6 @@ setup(name='joinmarketbase',
author_email='', author_email='',
license='GPL', license='GPL',
packages=['jmbase'], packages=['jmbase'],
install_requires=['future', 'twisted==18.9.0', 'service-identity', install_requires=['future', 'twisted==19.7.0', 'service-identity',
'chromalog==1.0.5'], 'chromalog==1.0.5'],
zip_safe=False) zip_safe=False)

Loading…
Cancel
Save