1
0
Fork 0
mirror of https://github.com/myned/watcher.git synced 2025-01-19 13:05:18 +00:00
watcher/pyproject.toml

26 lines
493 B
TOML
Raw Normal View History

2022-06-08 20:59:15 -05:00
[tool.poetry]
name = "watcher"
version = "0.1.0"
description = "Watcher Discord Bot"
authors = ["Myned <dev@myned.dev>"]
license = "MIT"
[tool.poetry.dependencies]
2023-03-06 21:09:43 -06:00
python = ">=3.10,<3.12"
2022-06-08 20:59:15 -05:00
toml = "*"
uvloop = "*"
sqlitedict = "*"
hikari = {extras = ["speedups"], version = "*"}
hikari-lightbulb = "*"
2022-07-05 17:19:59 -05:00
hikari-miru = "*"
2022-06-08 20:59:15 -05:00
2023-03-06 21:09:43 -06:00
[tool.poetry.group.dev.dependencies]
2022-06-08 20:59:15 -05:00
black = "*"
[tool.black]
line-length = 120
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"