[+] Python package

This commit is contained in:
2025-08-23 15:43:02 +09:00
parent 0eef675072
commit f4a0f330e0
7 changed files with 328 additions and 5 deletions
+18
View File
@@ -0,0 +1,18 @@
[project]
name = "bdfan"
version = "2025.08.23"
description = "Anime birthday dataset from https://bd.fan-web.jp"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
]
[dependency-groups]
dev = [
"hypy-utils>=1.0.29",
"beautifulsoup4>=4.13.4",
"hypy-utils>=1.0.29",
"orjson>=3.11.2",
"requests>=2.32.5",
"zstandard>=0.24.0",
]