mirror of
https://github.com/yulinfeng000/blive.git
synced 2025-03-25 16:50:53 +08:00
release 0.1.2
This commit is contained in:
parent
6de7fb47e3
commit
d8f2b86330
4
setup.py
4
setup.py
@ -5,7 +5,7 @@ with open("./README.md", "r") as f:
|
||||
|
||||
setuptools.setup(
|
||||
name="blive",
|
||||
version="0.1.1",
|
||||
version="0.1.2",
|
||||
author="cam",
|
||||
author_email="yulinfeng000@gmail.com",
|
||||
long_description=description,
|
||||
@ -16,5 +16,5 @@ setuptools.setup(
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
],
|
||||
install_requires=["aiohttp","requests","APScheduler==3.9.1","brotli","pyee"]
|
||||
install_requires=["aiohttp","requests","APScheduler>=3.9.1","brotli","pyee"]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user