-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (26 loc) · 811 Bytes
/
pyproject.toml
File metadata and controls
29 lines (26 loc) · 811 Bytes
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 <rad57.2958@gmail.com>",
"Picowchew <58180935+Picowchew@users.noreply.github.com>",
"nyuszika7h <nyuszika7h@gmail.com>",
"Abitofevrything <54505189+abitofevrything@users.noreply.github.com>"
]
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"