1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 22:23:13 +00:00
Lumi/pyproject.toml

28 lines
642 B
TOML
Raw Normal View History

2024-07-14 16:07:00 +00:00
[tool.poetry]
authors = ["wlinator <dokimakimaki@gmail.com>"]
description = "A Discord application, can serve as a template for your own bot."
license = "GNU General Public License v3.0"
name = "lumi"
package-mode = false
readme = "README.md"
version = "0.1.0"
[tool.poetry.dependencies]
dropbox = "^12.0.2"
httpx = "^0.27.0"
loguru = "^0.7.2"
mysql-connector-python = "^9.0.0"
pre-commit = "^3.7.1"
psutil = "^6.0.0"
2024-08-12 08:21:53 +00:00
py-cord = "^2.5.0"
2024-07-14 16:07:00 +00:00
pyright = "^1.1.371"
python = "^3.12"
python-dotenv = "^1.0.1"
2024-08-12 08:21:53 +00:00
pytimeparse = "^1.1.8"
2024-07-14 16:07:00 +00:00
pytz = "^2024.1"
ruff = "^0.5.2"
[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]