IndiumRevolt/pyproject.toml
cswimr 8d3363574a
Some checks failed
Actions / Lint Code (Ruff & Pylint) (push) Failing after 10s
chore(repo): update to UV
2024-11-12 12:55:13 -05:00

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",
]