1
0
Fork 0
mirror of https://github.com/myned/watcher.git synced 2024-11-01 12:22:38 +00:00
watcher/pyproject.toml

26 lines
494 B
TOML
Raw Normal View History

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