21 lines
518 B
TOML
21 lines
518 B
TOML
[project]
|
|
name = "indiumrevolt"
|
|
version = "0.1.0"
|
|
description = "IndiumRevolt aims to recreate functionality of other popular bots from Discord, but on Revolt."
|
|
authors = [{name="cswimr", email="seaswimmerthefsh@gmail.com"}]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"colorthief>=0.2.1",
|
|
"mysql-connector-python==8.0.33",
|
|
"python-dotenv>=1.0.1",
|
|
"pytimeparse2>=1.7.1",
|
|
"revolt>=1.9.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pylint>=3.3.1",
|
|
"ruff>=0.7.3",
|
|
]
|