1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 13:02:38 +00:00
modufur/pyproject.toml

31 lines
703 B
TOML
Raw Normal View History

2022-02-21 07:10:57 +00:00
[tool.poetry]
name = "modufur"
version = "0.1.0"
description = "Modufur Discord Bot"
2022-06-07 21:36:20 +00:00
authors = ["Myned <dev@myned.dev>"]
2022-02-21 07:10:57 +00:00
license = "MIT"
[tool.poetry.dependencies]
python = "~3.10"
toml = "*"
uvloop = "*"
aiohttp = "*"
urlextract = "*"
tldextract = "*"
hikari = {extras = ["speedups"], version = "*"}
hikari-lightbulb = {git = "https://github.com/tandemdude/hikari-lightbulb.git", rev = "development"}
2022-02-21 07:10:57 +00:00
hikari-miru = "*"
2022-03-04 06:06:52 +00:00
songbird-py = "*"
youtube-search-python = "*"
2022-02-22 19:41:46 +00:00
pysaucenao = {git = "https://github.com/FujiMakoto/pysaucenao.git"}
2022-02-21 07:10:57 +00:00
[tool.poetry.dev-dependencies]
2022-02-21 20:53:53 +00:00
black = "*"
[tool.black]
line-length = 120
2022-02-21 07:10:57 +00:00
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"