IndiumRevolt/pyproject.toml

26 lines
655 B
TOML
Raw Normal View History

[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]
2023-10-07 20:37:45 -04:00
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"