ds-voidlinux-popcorn/pyproject.toml

17 lines
338 B
TOML

[project]
name = "popcorn-dataset"
version = "0.1.0"
description = "A full CSV representation of the Voidlinux popcorn data"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiofiles>=24.1.0",
"aiohttp>=3.13.0",
"yarl>=1.22.0",
]
[dependency-groups]
dev = [
"dataframely>=1.13.0",
"pytest>=8.4.2",
]