Files
CanvasDL/pyproject.toml

11 lines
289 B
TOML

[project]
name = "canvasdl"
version = "0.1.0"
description = "Script for manually downloading all course content from Instructure Canvas, when they don't allow API key generation."
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"bs4>=0.0.2",
"requests>=2.32.5",
]