This commit is contained in:
2024-10-29 11:50:16 +08:00
commit c84ee68cd8
3 changed files with 1232 additions and 0 deletions

13
Pipfile Normal file
View File

@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
bilibili-api-python = "*"
numpy = "*"
[dev-packages]
[requires]
python_version = "3.11"