2023-04-20 11:33:12 +00:00
|
|
|
[tool.poetry]
|
2023-11-23 19:31:13 +00:00
|
|
|
name = "fpsql-source"
|
2023-10-02 01:12:41 +00:00
|
|
|
version = "0.1.0"
|
2023-11-23 18:26:53 +00:00
|
|
|
description = "Source"
|
|
|
|
authors = ["Firepup Sixfifty <you@example.com>"]
|
2023-04-20 11:33:12 +00:00
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2023-10-02 01:12:41 +00:00
|
|
|
python = "^3.10.11"
|
2023-05-24 13:57:27 +00:00
|
|
|
black = "^23.3.0"
|
2023-04-20 11:33:12 +00:00
|
|
|
|
2023-10-02 01:12:41 +00:00
|
|
|
[tool.black]
|
2023-04-20 11:33:12 +00:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|