-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
29 lines (26 loc) · 811 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
[tool.poetry]
name = "Blood-on-the-Clocktower-Storyteller-Discord-Bot"
version = "0.4.0-beta"
description = "Discord Bot implementation of the new social deduction game, Blood on the Clocktower. Games are text-based and fully autonomous."
authors = [
"Xinverse <[email protected]>",
"Picowchew <[email protected]>",
"nyuszika7h <[email protected]>",
"Abitofevrything <[email protected]>"
]
license = "AGPLv3"
[tool.poetry.dependencies]
python = "^3.6"
demoji = "^0.4.0"
emoji = "^1.2.0"
Pillow = "^8.2.0"
psutil = "^5.8.0"
py-cord = "^1.7.3"
pytz = "^2021.1"
toml = "^0.10.2"
unidecode = "^1.2.0"
[tool.poetry.dev-dependencies]
isort = "^5.8.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"