Add install requires and Molly
This commit is contained in:
parent
b669615f12
commit
52ed901270
6
bwb/molly.py
Normal file
6
bwb/molly.py
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
from .common import common
|
||||||
|
|
||||||
|
class user(common):
|
||||||
|
TELEGRAM_ID = 556762656
|
||||||
|
|
||||||
|
bwb = user()
|
2
setup.py
2
setup.py
|
@ -1,10 +1,12 @@
|
||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
setuptools.setup(name='bwb',
|
setuptools.setup(name='bwb',
|
||||||
|
version="1.0.2",
|
||||||
description='bwb',
|
description='bwb',
|
||||||
long_description='bwb',
|
long_description='bwb',
|
||||||
author='bwb',
|
author='bwb',
|
||||||
license='QPL.txt',
|
license='QPL.txt',
|
||||||
url='https://qotmail.com',
|
url='https://qotmail.com',
|
||||||
packages=setuptools.find_packages(),
|
packages=setuptools.find_packages(),
|
||||||
|
install_requires=['base58', 'pycryptodome', 'pyotp'],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user