install_requires
This commit is contained in:
parent
5b55d25470
commit
62229c1453
6
setup.py
6
setup.py
@ -40,6 +40,12 @@ setuptools.setup(
|
|||||||
url="https://bitbucket.org/davte/datelepot",
|
url="https://bitbucket.org/davte/datelepot",
|
||||||
packages=setuptools.find_packages(),
|
packages=setuptools.find_packages(),
|
||||||
platforms=['any'],
|
platforms=['any'],
|
||||||
|
install_requires=[
|
||||||
|
'aiohttp>=3.4.4',
|
||||||
|
'bs4>=0.0.1',
|
||||||
|
'dataset>=1.1.0',
|
||||||
|
'telepot>=12.7'
|
||||||
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
"Framework :: AsyncIO",
|
"Framework :: AsyncIO",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user