13 lines
270 B
TOML
13 lines
270 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 = []
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"dataframely>=1.13.0",
|
|
"pytest>=8.4.2",
|
|
]
|