openstates-sqlite/pyproject.toml

12 lines
259 B
TOML
Raw Permalink Normal View History

2024-09-17 01:03:59 +00:00
[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"