-
Notifications
You must be signed in to change notification settings - Fork 52
/
pyproject.toml
31 lines (27 loc) · 915 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
[tool.poetry]
name = "poketwo-support"
version = "0.1.0"
description = ""
authors = ["Oliver Ni <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.10"
motor = "^3.5.0"
jishaku = { git = "https://github.com/Gorialis/jishaku.git" }
discord-ext-menus = { git = "https://github.com/Rapptz/discord-ext-menus.git" }
dnspython = "^2.0.0"
discord-ext-events = { git = "https://github.com/oliver-ni/discord-ext-events", rev = "patch-1" }
durations-nlp = "^1.0.1"
aioredis = "^1.3.1"
discord-ext-menus-views = { git = "https://github.com/oliver-ni/discord-ext-menus-views.git" }
python-dateutil = "^2.8.2"
parsedatetime = "^2.6"
"discord.py" = { git = "https://github.com/poketwo/discord.py.git" }
httpx = "^0.25.0"
authlib = "^1.2.1"
[tool.poetry.dev-dependencies]
black = "^22.3.0"
[tool.black]
line-length = 120
[build-system]
requires = ["poetry-core>=1.0.0a5"]
build-backend = "poetry.core.masonry.api"