IndiumRevolt/pyproject.toml
SeaswimmerTheFsh e7f569a9b0
Some checks failed
Pylint / Pylint (push) Failing after 51s
fix(poetry): remade poetry pyproejct file
2023-09-24 13:20:08 -04:00

25 lines
655 B
TOML

[tool.poetry]
name = "indiumrevolt"
version = "0.1.0"
description = "IndiumRevolt aims to recreate functionality of other popular bots from Discord, but on Revolt."
authors = ["SeaswimmerTheFsh"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
"revolt.py" = { git = "https://github.com/revoltchat/revolt.py.git", branch = "master" }
python-dotenv = "^1.0.0"
mysql-connector-python = "^8.1.0"
pytimeparse2 = "^1.7.1"
colorthief = "^0.2.1"
[tool.poetry.group.dev]
optional = true
[tool.poetry.group.dev.dependencies]
pylint = "^2.17.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"