IndiumRevolt/pyproject.toml

32 lines
759 B
TOML
Raw Normal View History

[tool.poetry]
name = "indiumrevolt-py"
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"
packages = [{include = "indiumrevolt"}]
[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.0.33"
pytimeparse2 = "^1.7.1"
colorthief = "^0.2.1"
[tool.poetry.group.dev]
optional = true
[tool.poetry.group.dev.dependencies]
pylint = "^2.17.5"
[[tool.poetry.source]]
name = "PyPI"
priority = "primary"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"