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