fpsql-py-package/pyproject.toml

21 lines
384 B
TOML
Raw Normal View History

2023-04-20 11:33:12 +00:00
[tool.poetry]
2023-05-24 13:57:27 +00:00
name = "firepup650"
version = "1.0.2"
2023-04-20 11:33:12 +00:00
description = "Replit source"
authors = ["Firepup650"]
[tool.poetry.dependencies]
python = "^3.8"
pip = "^23.1"
twine = "^4.0.2"
2023-05-24 13:57:27 +00:00
black = "^23.3.0"
keyrings-alt = "^4.2.0"
2023-05-26 01:34:32 +00:00
urllib3 = "1.26.16"
mypy = "^1.3.0"
2023-04-20 11:33:12 +00:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"