IndiumRevolt/pyproject.toml
SeaswimmerTheFsh b97b8e83dc
All checks were successful
Pylint / Pylint (3.11) (push) Successful in 36s
fix(poetry): updated deps
2023-10-07 20:37:45 -04:00

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