mirror of
https://github.com/yulinfeng000/blive.git
synced 2024-12-26 21:00:35 +08:00
update requirements and setup.py
This commit is contained in:
parent
2ddb6ae327
commit
4c2d9d8228
@ -1,36 +1,45 @@
|
|||||||
aiodns==3.0.0
|
aiohttp==4.0.0a1
|
||||||
aiohttp==3.8.1
|
anyio==3.6.2
|
||||||
aiosignal==1.2.0
|
APScheduler==3.9.1
|
||||||
APScheduler==3.8.1
|
async-timeout==3.0.1
|
||||||
async-timeout==4.0.2
|
attrs==22.1.0
|
||||||
asynctest==0.13.0
|
bleach==5.0.1
|
||||||
attrs==21.4.0
|
-e git+https://github.com/yulinfeng000/blive.git@2ddb6ae327eac85d171bf41a26ab3d8bee56f04a#egg=blive
|
||||||
backports.zoneinfo==0.2.1
|
|
||||||
Brotli==1.0.9
|
Brotli==1.0.9
|
||||||
cchardet==2.1.7
|
certifi==2022.9.24
|
||||||
certifi==2021.10.8
|
cffi==1.15.1
|
||||||
cffi==1.15.0
|
chardet==3.0.4
|
||||||
charset-normalizer==2.0.10
|
charset-normalizer==2.1.1
|
||||||
click==8.0.3
|
commonmark==0.9.1
|
||||||
frozenlist==1.2.0
|
cryptography==38.0.4
|
||||||
idna==3.3
|
docutils==0.19
|
||||||
importlib-metadata==4.10.0
|
idna==3.4
|
||||||
loguru==0.5.3
|
importlib-metadata==5.1.0
|
||||||
multidict==5.2.0
|
jaraco.classes==3.2.3
|
||||||
mypy-extensions==0.4.3
|
jeepney==0.8.0
|
||||||
pathspec==0.9.0
|
keyring==23.11.0
|
||||||
platformdirs==2.4.1
|
more-itertools==9.0.0
|
||||||
pycares==4.1.2
|
multidict==4.7.6
|
||||||
|
pkginfo==1.8.3
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
pytz==2021.3
|
pyee==9.0.4
|
||||||
|
Pygments==2.13.0
|
||||||
|
pytz==2022.6
|
||||||
pytz-deprecation-shim==0.1.0.post0
|
pytz-deprecation-shim==0.1.0.post0
|
||||||
requests==2.27.0
|
readme-renderer==37.3
|
||||||
|
requests==2.28.1
|
||||||
|
requests-toolbelt==0.10.1
|
||||||
|
rfc3986==2.0.0
|
||||||
|
rich==12.6.0
|
||||||
|
SecretStorage==3.3.3
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
tomli==1.2.3
|
sniffio==1.3.0
|
||||||
typed-ast==1.5.1
|
tenacity==8.1.0
|
||||||
typing_extensions==4.0.1
|
twine==4.0.1
|
||||||
tzdata==2021.5
|
typing_extensions==4.4.0
|
||||||
tzlocal==4.1
|
tzdata==2022.6
|
||||||
urllib3==1.26.7
|
tzlocal==4.2
|
||||||
yarl==1.7.2
|
urllib3==1.26.13
|
||||||
zipp==3.7.0
|
webencodings==0.5.1
|
||||||
|
yarl==1.8.1
|
||||||
|
zipp==3.11.0
|
||||||
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ with open("./README.md", "r") as f:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="blive",
|
name="blive",
|
||||||
version="0.1.0",
|
version="0.1.1",
|
||||||
author="cam",
|
author="cam",
|
||||||
author_email="yulinfeng000@gmail.com",
|
author_email="yulinfeng000@gmail.com",
|
||||||
long_description=description,
|
long_description=description,
|
||||||
|
Loading…
Reference in New Issue
Block a user