-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
46 lines (40 loc) · 1004 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[tool.poetry]
name = "Blue Brain-Bot"
version = "0.1.0"
description = "A Discord bot designed to make your server a safer and better place."
license = "GPLv3"
repository = "https://github.com/parafoxia/Solaris"
readme = "README.md"
authors = [
"Ethan Henderson <parafoxia@carberra.xyz>"
]
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
hikari = {extras = ["speedups"], version = "^2.0.0.dev111"}
hikari-lightbulb = "^2.2.4"
python-dotenv = "^0.21.0"
toml = "^0.10.2"
uvloop = "^0.17.0"
PyYAML = "^6.0"
lxml = "^4.9.1"
markdownify = "^0.11.6"
py-stackexchange = "^2.2.7"
psutil = "^5.9.2"
python-dateutil = "^2.8.2"
beautifulsoup4 = "^4.11.1"
six = "^1.16.0"
hikari-miru = "^1.1.2"
APScheduler = "^3.9.1"
pygount = "^1.4.0"
aiosqlite = "^0.17.0"
aiofiles = "^22.1.0"
rapidfuzz = "^2.11.1"
[tool.poetry.dev-dependencies]
black = "^19.10b0"
mypy = "^0.782"
[tool.black]
line-length = 119
target-version = ["py38"]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"