|
|
|
@ -10,6 +10,6 @@ setup(name='joinmarketbase', |
|
|
|
license='GPL', |
|
|
|
license='GPL', |
|
|
|
packages=['jmbase'], |
|
|
|
packages=['jmbase'], |
|
|
|
install_requires=['twisted==22.4.0', 'service-identity==21.1.0', |
|
|
|
install_requires=['twisted==22.4.0', 'service-identity==21.1.0', |
|
|
|
'chromalog==1.0.5'], |
|
|
|
'chromalog==1.0.5', 'pyaes==1.6.1'], |
|
|
|
python_requires='>=3.7', |
|
|
|
python_requires='>=3.7', |
|
|
|
zip_safe=False) |
|
|
|
zip_safe=False) |
|
|
|
|