12 lines
259 B
TOML
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"
|