You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
362 B
15 lines
362 B
[tool.poetry]
|
|
name = "donationalerts-api"
|
|
version = "1.0.4"
|
|
description = "https://github.com/Fsoky/Donation-Alerts-API-Python"
|
|
readme = "README.md"
|
|
authors = ["Fsoky Community <[email protected]>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|
|
|