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-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"
|