File size: 226 Bytes
f1e5b38 |
1 2 3 4 5 6 7 8 9 10 |
[project]
name = "grundtvigs-works"
version = "0.1.0"
description = "code for processing and uploading grundvigs work from source data"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"datasets>=3.6.0",
]
|