forked from quotientbot/quotient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
46 lines (41 loc) · 954 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
[tool.poetry]
name = "quotient-bot"
version = "0.1.0"
description = ""
authors = ["deadaf <[email protected]>"]
license = "MPL 2.0"
readme = "README.md"
packages = [{include = "quotient_bot"}]
[tool.poetry.dependencies]
python = "^3.11"
"discord.py" = "^2.3.0"
tortoise-orm = "^0.19.3"
colorama = "^0.4.6"
asyncpg = "^0.27.0"
dateparser = "^1.1.8"
aerich = "^0.7.1"
parsedatetime = "^2.6"
pillow = "^9.5.0"
psutil = "^5.9.5"
pynacl = "^1.5.0"
jishaku = "^2.5.1"
humanize = "^4.6.0"
pygit2 = "^1.12.1"
aiocache = {extras = ["msgpack"], version = "^0.12.1"}
ujson = "^5.8.0"
imagehash = "^4.3.1"
python-socketio = "^5.8.0"
aiohttp-asgi = "^0.5.2"
fastapi = "^0.98.0"
python-multipart = "^0.0.6"
lru-dict = "^1.2.0"
jinja2 = "^3.1.2"
prettytable = "^3.8.0"
[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
isort = "^5.12.0"
[tool.black]
line-length = 122
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"