mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Update setup.py
This commit is contained in:
parent
61b3ed80b0
commit
cee3936509
2 changed files with 11 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
# `royalnet`
|
# `royalnet` **alpha**
|
||||||
|
|
||||||
The fifth rewrite of [Royalnet](https://github.com/Steffo99/royalnet/)!
|
The fifth rewrite of [Royalnet](https://github.com/Steffo99/royalnet/)!
|
||||||
|
|
||||||
|
|
14
setup.py
14
setup.py
|
@ -13,10 +13,16 @@ setuptools.setup(
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
url="https://github.com/Steffo99/royalnet",
|
url="https://github.com/Steffo99/royalnet",
|
||||||
packages=setuptools.find_packages(),
|
packages=setuptools.find_packages(),
|
||||||
install_requires=[
|
install_requires=["python-telegram-bot>=11.1.0",
|
||||||
"python-telegram-bot>=11.1.0",
|
"websockets>=7.0",
|
||||||
"websockets>=7.0"
|
"psycopg2-binary>=2.8",
|
||||||
],
|
"aiohttp>=3.5.4",
|
||||||
|
"sqlalchemy>=1.3.2",
|
||||||
|
"Markdown>=3.1",
|
||||||
|
"dateparser>=0.7.1",
|
||||||
|
"discord.py>=1.0.1",
|
||||||
|
"youtube_dl>=2019.4.24",
|
||||||
|
"ffmpeg-python>=0.1.17"],
|
||||||
python_requires=">=3.7",
|
python_requires=">=3.7",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
|
|
Loading…
Reference in a new issue