scrapple/pyproject.toml

12 lines
219 B
TOML
Raw Permalink Normal View History

2025-01-10 22:59:05 +00:00
[project]
name = "scrapple"
2021-05-22 18:29:40 +00:00
version = "0.1.0"
2025-01-10 22:59:05 +00:00
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"flask>=3.1.0",
"httpx>=0.28.1",
"ipython>=8.31.0",
]