18 lines
325 B
Text
18 lines
325 B
Text
|
[tool.poetry]
|
||
|
name = "fkeycapture"
|
||
|
version = "0.1.0"
|
||
|
description = "Replit source"
|
||
|
authors = ["Firepup650"]
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.8"
|
||
|
pip = "^23.1"
|
||
|
build = "^0.10.0"
|
||
|
twine = "^4.0.2"
|
||
|
|
||
|
[tool.poetry.dev-dependencies]
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core>=1.0.0"]
|
||
|
build-backend = "poetry.core.masonry.api"
|