Add script to retrieve raw data
This commit is contained in:
parent
8ef21489a3
commit
91b0496963
3 changed files with 788 additions and 1 deletions
|
|
@ -4,7 +4,11 @@ version = "0.1.0"
|
|||
description = "A full CSV representation of the Voidlinux popcorn data"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = []
|
||||
dependencies = [
|
||||
"aiofiles>=24.1.0",
|
||||
"aiohttp>=3.13.0",
|
||||
"yarl>=1.22.0",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue