1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2025-01-18 22:15:20 +00:00
modufur/pyproject.toml

31 lines
639 B
TOML
Raw Normal View History

2022-02-21 01:10:57 -06:00
[tool.poetry]
name = "modufur"
version = "0.1.0"
description = "Modufur Discord Bot"
2023-03-17 08:24:04 -05:00
authors = ["Myned <dev@bjork.tech>"]
2022-02-21 01:10:57 -06:00
license = "MIT"
[tool.poetry.dependencies]
2023-03-06 20:36:21 -06:00
python = ">=3.10,<3.12"
2022-02-21 01:10:57 -06:00
toml = "*"
uvloop = "*"
aiohttp = "*"
urlextract = "*"
tldextract = "*"
hikari = {extras = ["speedups"], version = "*"}
2023-03-06 20:36:21 -06:00
hikari-lightbulb = "*"
2022-02-21 01:10:57 -06:00
hikari-miru = "*"
2022-03-04 00:06:52 -06:00
songbird-py = "*"
youtube-search-python = "*"
2022-02-22 13:41:46 -06:00
pysaucenao = {git = "https://github.com/FujiMakoto/pysaucenao.git"}
2022-02-21 01:10:57 -06:00
2023-03-06 20:36:21 -06:00
[tool.poetry.group.dev.dependencies]
2022-02-21 14:53:53 -06:00
black = "*"
[tool.black]
line-length = 120
2022-02-21 01:10:57 -06:00
[build-system]
2023-03-17 08:49:20 -05:00
requires = ["poetry-core>=1.2.0"]
2022-02-21 01:10:57 -06:00
build-backend = "poetry.core.masonry.api"