FireBot/pyproject.toml

19 lines
383 B
TOML
Raw Permalink Normal View History

2023-10-23 22:10:07 +00:00
[tool.poetry]
2023-11-23 18:27:21 +00:00
name = "fire-ircbot"
version = "1.0.0"
description = "An ircbot"
2023-10-23 22:10:07 +00:00
authors = ["Firepup Sixfifty <firepup650@gmail.com>"]
[tool.poetry.dependencies]
2023-11-23 18:27:21 +00:00
python = "^3.9"
2023-10-23 22:10:07 +00:00
apiclient = "^1.0.4"
2023-11-24 07:13:30 +00:00
python-dotenv = "^1.0.0"
2024-03-06 18:33:04 +00:00
pylast = "^5.2.0"
2024-05-13 16:02:36 +00:00
black = "^24.4.2"
2023-10-23 22:10:07 +00:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"