mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-10-21 16:27:15 +08:00
✨ 新增原神扫码绑定
绑定CK,需要安装依赖poetry install
This commit is contained in:
parent
cc363ca948
commit
266b57ea16
28
poetry.lock
generated
28
poetry.lock
generated
@ -1127,6 +1127,29 @@ type = "legacy"
|
|||||||
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
||||||
reference = "tsinghua"
|
reference = "tsinghua"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "qrcode"
|
||||||
|
version = "7.3.1"
|
||||||
|
description = "QR Code image generator"
|
||||||
|
category = "main"
|
||||||
|
optional = false
|
||||||
|
python-versions = ">=3.6"
|
||||||
|
|
||||||
|
[package.dependencies]
|
||||||
|
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
||||||
|
|
||||||
|
[package.extras]
|
||||||
|
all = ["zest.releaser", "tox", "pytest", "pytest", "pytest-cov", "pillow"]
|
||||||
|
dev = ["tox", "pytest"]
|
||||||
|
maintainer = ["zest.releaser"]
|
||||||
|
pil = ["pillow"]
|
||||||
|
test = ["pytest", "pytest-cov"]
|
||||||
|
|
||||||
|
[package.source]
|
||||||
|
type = "legacy"
|
||||||
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
||||||
|
reference = "tsinghua"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "requests"
|
name = "requests"
|
||||||
version = "2.28.1"
|
version = "2.28.1"
|
||||||
@ -1679,7 +1702,7 @@ reference = "tsinghua"
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "0698b5610a641bb5e546688b2fa039053ce981df14006652bf3ba2c60c3863f9"
|
content-hash = "52e844c62959c2ed83ce37b58e50bb6be6bfd6bf734af15c9a6fccea9d813a34"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiosqlite = [
|
aiosqlite = [
|
||||||
@ -2600,6 +2623,9 @@ pyyaml = [
|
|||||||
{file = "PyYAML-6.0-cp39-cp39-win_amd64.whl", hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c"},
|
{file = "PyYAML-6.0-cp39-cp39-win_amd64.whl", hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c"},
|
||||||
{file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"},
|
{file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"},
|
||||||
]
|
]
|
||||||
|
qrcode = [
|
||||||
|
{file = "qrcode-7.3.1.tar.gz", hash = "sha256:375a6ff240ca9bd41adc070428b5dfc1dcfbb0f2507f1ac848f6cded38956578"},
|
||||||
|
]
|
||||||
requests = [
|
requests = [
|
||||||
{file = "requests-2.28.1-py3-none-any.whl", hash = "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349"},
|
{file = "requests-2.28.1-py3-none-any.whl", hash = "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349"},
|
||||||
{file = "requests-2.28.1.tar.gz", hash = "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"},
|
{file = "requests-2.28.1.tar.gz", hash = "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "LittlePaimon"
|
name = "LittlePaimon"
|
||||||
version = "3.0.0rc2"
|
version = "3.0.0rc7"
|
||||||
description = "小派蒙!原神qq群机器人,基于NoneBot2的UID查询、抽卡导出分析、模拟抽卡、实时便签、札记等多功能小助手。"
|
description = "小派蒙!原神qq群机器人,基于NoneBot2的UID查询、抽卡导出分析、模拟抽卡、实时便签、札记等多功能小助手。"
|
||||||
authors = ["惜月 <277073121@qq.com>"]
|
authors = ["惜月 <277073121@qq.com>"]
|
||||||
license = "AGPL"
|
license = "AGPL"
|
||||||
|
@ -4,43 +4,36 @@ aiosqlite==0.17.0; python_version >= "3.7" and python_version < "4.0"
|
|||||||
amis-python==1.0.6; python_version >= "3.7" and python_version < "4.0"
|
amis-python==1.0.6; python_version >= "3.7" and python_version < "4.0"
|
||||||
anyio==3.6.2; python_full_version >= "3.6.2" and python_version >= "3.8" and python_version < "4.0"
|
anyio==3.6.2; python_full_version >= "3.6.2" and python_version >= "3.8" and python_version < "4.0"
|
||||||
apscheduler==3.9.1.post1; python_version >= "3.8" and python_version < "4.0" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.8"
|
apscheduler==3.9.1.post1; python_version >= "3.8" and python_version < "4.0" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.8"
|
||||||
arrow==1.2.3; python_full_version >= "3.7.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
|
||||||
backports.zoneinfo==0.2.1; python_version >= "3.8" and python_version < "3.9" and python_full_version < "3.0.0" and (python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.8") or python_full_version >= "3.5.0" and python_version < "3.9" and python_version >= "3.8" and (python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.8")
|
backports.zoneinfo==0.2.1; python_version >= "3.8" and python_version < "3.9" and python_full_version < "3.0.0" and (python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.8") or python_full_version >= "3.5.0" and python_version < "3.9" and python_version >= "3.8" and (python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.8")
|
||||||
beautifulsoup4==4.11.1; python_full_version >= "3.6.0"
|
beautifulsoup4==4.11.1; python_full_version >= "3.6.0"
|
||||||
binaryornot==0.4.4; python_full_version >= "3.7.3" and python_full_version < "4.0.0"
|
certifi==2022.9.24; python_version >= "3.7"
|
||||||
certifi==2022.9.24; python_full_version >= "3.7.3" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4"
|
click==8.1.3; python_version >= "3.8" and python_version < "4.0"
|
||||||
chardet==5.0.0; python_full_version >= "3.7.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
colorama==0.4.6; python_version >= "3.8" and python_full_version < "3.0.0" and platform_system == "Windows" and python_version < "4.0" and sys_platform == "win32" or python_full_version >= "3.7.0" and platform_system == "Windows" and python_version >= "3.8" and python_version < "4.0" and sys_platform == "win32"
|
||||||
charset-normalizer==2.1.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.7.3" and python_full_version < "4.0.0"
|
|
||||||
click==8.1.3; python_full_version >= "3.7.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
|
|
||||||
colorama==0.4.6; python_full_version >= "3.7.3" and platform_system == "Windows" and python_full_version < "4.0.0" and (python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" and sys_platform == "win32" or python_version >= "3.8" and python_version < "4.0" and sys_platform == "win32" and python_full_version >= "3.7.0") and python_version >= "3.8" and python_version < "4.0"
|
|
||||||
contourpy==1.0.6; python_version >= "3.8"
|
contourpy==1.0.6; python_version >= "3.8"
|
||||||
cookiecutter==1.7.3; python_full_version >= "3.7.3" and python_full_version < "4.0.0"
|
|
||||||
cycler==0.11.0; python_version >= "3.8"
|
cycler==0.11.0; python_version >= "3.8"
|
||||||
ecdsa==0.18.0; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
|
ecdsa==0.18.0; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
|
||||||
expandvars==0.9.0; python_version >= "3.4"
|
expandvars==0.9.0; python_version >= "3.4"
|
||||||
fastapi==0.79.1; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.7.3" and python_full_version < "4.0.0"
|
fastapi==0.79.1; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.6.1"
|
||||||
fonttools==4.38.0; python_version >= "3.8"
|
fonttools==4.38.0; python_version >= "3.8"
|
||||||
gitdb==4.0.9; python_version >= "3.7"
|
gitdb==4.0.9; python_version >= "3.7"
|
||||||
gitpython==3.1.29; python_version >= "3.7"
|
gitpython==3.1.29; python_version >= "3.7"
|
||||||
greenlet==1.1.3; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
|
greenlet==1.1.3; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
|
||||||
h11==0.12.0; python_version >= "3.8" and python_version < "4.0"
|
h11==0.12.0; python_version >= "3.8" and python_version < "4.0"
|
||||||
httpcore==0.15.0; python_full_version >= "3.7.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
httpcore==0.15.0; python_version >= "3.7"
|
||||||
httptools==0.5.0; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.5.0"
|
httptools==0.5.0; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.5.0"
|
||||||
httpx==0.23.0; python_version >= "3.7"
|
httpx==0.23.0; python_version >= "3.7"
|
||||||
idna==3.4
|
idna==3.4
|
||||||
iso8601==1.1.0; python_full_version >= "3.6.2" and python_version < "4.0" and python_version >= "3.7"
|
iso8601==1.1.0; python_full_version >= "3.6.2" and python_version < "4.0" and python_version >= "3.7"
|
||||||
jieba==0.42.1
|
jieba==0.42.1
|
||||||
jinja2-time==0.2.0; python_full_version >= "3.7.3" and python_full_version < "4.0.0"
|
jinja2==3.1.2; python_version >= "3.7" and python_version < "4.0"
|
||||||
jinja2==3.1.2; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.7.3" and python_full_version < "4.0.0"
|
|
||||||
joblib==1.2.0; python_version >= "3.8"
|
joblib==1.2.0; python_version >= "3.8"
|
||||||
kiwisolver==1.4.4; python_version >= "3.8"
|
kiwisolver==1.4.4; python_version >= "3.8"
|
||||||
loguru==0.6.0; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.7.3" and python_full_version < "4.0.0"
|
loguru==0.6.0; python_version >= "3.8" and python_version < "4.0"
|
||||||
lxml==4.9.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
|
lxml==4.9.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
|
||||||
markupsafe==2.1.1; python_version >= "3.7" and python_version < "4.0"
|
markupsafe==2.1.1; python_version >= "3.7" and python_version < "4.0"
|
||||||
matplotlib==3.6.2; python_version >= "3.8"
|
matplotlib==3.6.2; python_version >= "3.8"
|
||||||
msgpack==1.0.4; python_version >= "3.8" and python_version < "4.0"
|
msgpack==1.0.4; python_version >= "3.8" and python_version < "4.0"
|
||||||
multidict==6.0.2; python_version >= "3.8" and python_version < "4.0"
|
multidict==6.0.2; python_version >= "3.8" and python_version < "4.0"
|
||||||
nb-cli==0.6.7; python_full_version >= "3.7.3" and python_full_version < "4.0.0"
|
|
||||||
nonebot-adapter-onebot==2.1.5; python_version >= "3.8" and python_version < "4.0"
|
nonebot-adapter-onebot==2.1.5; python_version >= "3.8" and python_version < "4.0"
|
||||||
nonebot-plugin-apscheduler==0.2.0; python_version >= "3.8" and python_version < "4.0"
|
nonebot-plugin-apscheduler==0.2.0; python_version >= "3.8" and python_version < "4.0"
|
||||||
nonebot2==2.0.0rc1; python_version >= "3.8" and python_version < "4.0"
|
nonebot2==2.0.0rc1; python_version >= "3.8" and python_version < "4.0"
|
||||||
@ -48,26 +41,22 @@ numpy==1.23.4; python_version >= "3.8"
|
|||||||
packaging==21.3; python_version >= "3.8"
|
packaging==21.3; python_version >= "3.8"
|
||||||
pillow==9.3.0; python_version >= "3.7"
|
pillow==9.3.0; python_version >= "3.7"
|
||||||
playwright==1.27.1; python_version >= "3.7"
|
playwright==1.27.1; python_version >= "3.7"
|
||||||
poyo==0.5.0; python_full_version >= "3.7.3" and python_full_version < "4.0.0"
|
|
||||||
prompt-toolkit==3.0.32; python_full_version >= "3.7.3" and python_full_version < "4.0.0"
|
|
||||||
psutil==5.9.4; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
|
psutil==5.9.4; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
|
||||||
pyasn1==0.4.8; python_version >= "3.6" and python_version < "4"
|
pyasn1==0.4.8; python_version >= "3.6" and python_version < "4"
|
||||||
pydantic==1.9.2; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.7.3" and python_full_version < "4.0.0"
|
pydantic==1.9.2; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.6.1"
|
||||||
pyee==8.1.0; python_version >= "3.7"
|
pyee==8.1.0; python_version >= "3.7"
|
||||||
pyfiglet==0.8.post1; python_full_version >= "3.7.3" and python_full_version < "4.0.0"
|
pygtrie==2.5.0; python_version >= "3.8" and python_version < "4.0"
|
||||||
pygtrie==2.5.0; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.7.3" and python_full_version < "4.0.0"
|
|
||||||
pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.8"
|
pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.8"
|
||||||
pypika-tortoise==0.1.6; python_version >= "3.7" and python_version < "4.0"
|
pypika-tortoise==0.1.6; python_version >= "3.7" and python_version < "4.0"
|
||||||
pypinyin==0.47.1; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0" and python_version < "4")
|
pypinyin==0.47.1; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0" and python_version < "4")
|
||||||
python-dateutil==2.8.2; python_full_version >= "3.7.3" and python_version >= "3.8" and python_full_version < "4.0.0"
|
python-dateutil==2.8.2; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8"
|
||||||
python-dotenv==0.21.0
|
python-dotenv==0.21.0
|
||||||
python-jose==3.3.0
|
python-jose==3.3.0
|
||||||
python-slugify==6.1.2; python_full_version >= "3.7.3" and python_full_version < "4.0.0"
|
|
||||||
pytz-deprecation-shim==0.1.0.post0; python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.8"
|
pytz-deprecation-shim==0.1.0.post0; python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.8"
|
||||||
pytz==2022.6; python_version >= "3.7" and python_version < "4.0" and (python_version >= "3.8" and python_version < "4.0" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.8")
|
pytz==2022.6; python_version >= "3.7" and python_version < "4.0" and (python_version >= "3.8" and python_version < "4.0" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.8")
|
||||||
pyyaml==6.0; python_version >= "3.8" and python_version < "4.0"
|
pyyaml==6.0; python_version >= "3.8" and python_version < "4.0"
|
||||||
requests==2.28.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.7.3" and python_full_version < "4.0.0"
|
qrcode==7.3.1; python_version >= "3.6"
|
||||||
rfc3986==1.5.0; python_full_version >= "3.7.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
rfc3986==1.5.0; python_version >= "3.7"
|
||||||
rsa==4.9; python_version >= "3.6" and python_version < "4"
|
rsa==4.9; python_version >= "3.6" and python_version < "4"
|
||||||
ruamel.yaml.clib==0.2.7; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.5"
|
ruamel.yaml.clib==0.2.7; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.5"
|
||||||
ruamel.yaml==0.17.21; python_version >= "3"
|
ruamel.yaml==0.17.21; python_version >= "3"
|
||||||
@ -75,26 +64,23 @@ scikit-learn==1.1.3; python_version >= "3.8"
|
|||||||
scipy==1.9.3; python_version >= "3.8"
|
scipy==1.9.3; python_version >= "3.8"
|
||||||
setuptools-scm==7.0.5; python_version >= "3.8"
|
setuptools-scm==7.0.5; python_version >= "3.8"
|
||||||
shapely==1.8.5.post1; python_version >= "3.6"
|
shapely==1.8.5.post1; python_version >= "3.6"
|
||||||
six==1.16.0; python_full_version >= "3.7.3" and python_version >= "3.8" and python_version < "4" and python_full_version < "4.0.0"
|
six==1.16.0; python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.5.0" and python_version >= "3.8" and python_version < "4"
|
||||||
smmap==5.0.0; python_version >= "3.7"
|
smmap==5.0.0; python_version >= "3.7"
|
||||||
sniffio==1.3.0; python_full_version >= "3.7.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
|
sniffio==1.3.0; python_full_version >= "3.6.2" and python_version >= "3.8" and python_version < "4.0"
|
||||||
soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
|
soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
|
||||||
starlette==0.19.1; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.6.1"
|
starlette==0.19.1; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.6.1"
|
||||||
text-unidecode==1.3; python_full_version >= "3.7.3" and python_full_version < "4.0.0"
|
|
||||||
threadpoolctl==3.1.0; python_version >= "3.8"
|
threadpoolctl==3.1.0; python_version >= "3.8"
|
||||||
tomli==2.0.1; python_version >= "3.8"
|
tomli==2.0.1; python_version >= "3.8"
|
||||||
tomlkit==0.10.2; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.7.3" and python_full_version < "4.0.0"
|
tomlkit==0.10.2; python_version >= "3.8" and python_version < "4.0"
|
||||||
tortoise-orm==0.19.2; python_version >= "3.7" and python_version < "4.0"
|
tortoise-orm==0.19.2; python_version >= "3.7" and python_version < "4.0"
|
||||||
tqdm==4.64.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
|
tqdm==4.64.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
|
||||||
typing-extensions==4.4.0; python_version >= "3.8" and python_version <= "3.8" and python_full_version >= "3.7.3" and python_full_version < "4.0.0"
|
typing-extensions==4.4.0; python_version >= "3.8" and python_version <= "3.8" and python_full_version >= "3.6.1"
|
||||||
tzdata==2022.6; python_version >= "3.8" and python_version < "4.0" and python_full_version < "3.0.0" and platform_system == "Windows" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.8" and platform_system == "Windows"
|
tzdata==2022.6; python_version >= "3.8" and python_version < "4.0" and python_full_version < "3.0.0" and platform_system == "Windows" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.8" and platform_system == "Windows"
|
||||||
tzlocal==4.2; python_version >= "3.8" and python_version < "4.0" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.8"
|
tzlocal==4.2; python_version >= "3.8" and python_version < "4.0" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.8"
|
||||||
ujson==5.5.0; python_version >= "3.7"
|
ujson==5.5.0; python_version >= "3.7"
|
||||||
urllib3==1.26.12; python_full_version >= "3.7.3" and python_version < "4" and python_version >= "3.7" and python_full_version < "4.0.0"
|
uvicorn==0.18.3; python_version >= "3.8" and python_version < "4.0"
|
||||||
uvicorn==0.18.3; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.7.3" and python_full_version < "4.0.0"
|
|
||||||
uvloop==0.17.0; sys_platform != "win32" and sys_platform != "cygwin" and platform_python_implementation != "PyPy" and python_version >= "3.8" and python_version < "4.0"
|
uvloop==0.17.0; sys_platform != "win32" and sys_platform != "cygwin" and platform_python_implementation != "PyPy" and python_version >= "3.8" and python_version < "4.0"
|
||||||
watchfiles==0.18.1; python_version >= "3.8" and python_version < "4.0"
|
watchfiles==0.18.1; python_version >= "3.8" and python_version < "4.0"
|
||||||
wcwidth==0.2.5; python_full_version >= "3.7.3" and python_full_version < "4.0.0"
|
|
||||||
websockets==10.4; python_version >= "3.8" and python_version < "4.0"
|
websockets==10.4; python_version >= "3.8" and python_version < "4.0"
|
||||||
win32-setctime==1.1.0; python_version >= "3.8" and python_version < "4.0" and sys_platform == "win32"
|
win32-setctime==1.1.0; python_version >= "3.8" and python_version < "4.0" and sys_platform == "win32"
|
||||||
yarl==1.8.1; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.7.3" and python_full_version < "4.0.0"
|
yarl==1.8.1; python_version >= "3.8" and python_version < "4.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user