Add validation dependencies to venv
This commit is contained in:
parent
7ceeb11b42
commit
de96b67fac
3 changed files with 394 additions and 1 deletions
|
|
@ -3,5 +3,11 @@ name = "popcorn-dataset"
|
|||
version = "0.1.0"
|
||||
description = "A full CSV representation of the Voidlinux popcorn data"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = []
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"dataframely>=1.13.0",
|
||||
"pytest>=8.4.2",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue