openstates-sqlite/pyproject.toml
2024-09-16 20:03:59 -05:00

12 lines
259 B
TOML

[project]
name = "ossql"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = ["peewee>=3.17.6", "pyyaml>=6.0.2"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"