generated from anoadragon453/nio-template
-
Notifications
You must be signed in to change notification settings - Fork 6
/
pyproject.toml
39 lines (35 loc) · 955 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
[tool.black]
line-length = 160
[tool.poetry]
name = "nio-smith"
version = "0.0.9"
description = "A plugin-based bot for @matrix-org"
authors = ["alturiak"]
license = "Apache-2.0"
[tool.poetry.dependencies]
python = "~=3.11,<4.0.0"
matrix-nio = { version = "~=0.25.1", extras = ["e2e"] }
fuzzywuzzy = "~=0.18.0"
PyYAML = "~=6.0.1"
jsonpickle = "~=3.0.2"
Pillow = "~=10.3.0"
blurhash-python = "~=1.2.2"
requests = "~=2.32.0"
xkcd = "~=2.4.2"
commonmark = "~=0.9.1"
recommonmark = "~=0.7.1"
dateparser = "~=1.2.0"
humanize = "~=4.9.0"
pytz = "~=2024.1"
freetranslate = "~=0.2.2"
wikipedia = "~=1.4.0"
uvloop = { version = "~=0.20.0", markers = 'platform_system != "Windows"' }
python-Levenshtein = "~=0.25.0"
pycoingecko = "~=3.1.0"
urlextract = "~=1.9.0"
yarl = "~=1.9.4"
[tool.poetry.dev-dependencies]
black = { version = "~=23.3.0", allow-prereleases = true }
[build-system]
requires = ["poetry-core~=1.0.0"]
build-backend = "poetry.core.masonry.api"