Switch from pycryptodome to cryptography library
This commit is contained in:
@@ -5,7 +5,7 @@ with io.open('README.md', encoding='utf-8') as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
setuptools.setup(name='bwb',
|
||||
version='1.0.9',
|
||||
version='1.1.0',
|
||||
description='bwb',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
@@ -14,5 +14,5 @@ setuptools.setup(name='bwb',
|
||||
license='QPL.txt',
|
||||
url='https://qotmail.com',
|
||||
packages=setuptools.find_packages(),
|
||||
install_requires=['base58', 'pycryptodome', 'pyotp'],
|
||||
install_requires=['base58', 'cryptography'],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user