-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
41 lines (37 loc) · 901 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
[tool.poetry]
name = "bigbedbot-py"
version = "0.1.0"
description = ""
authors = ["mikezom <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.8"
graia-ariadne = {extras = ["full"], version = "^0.7.6"}
prompt-toolkit = "^3.0.29"
graia-saya = "^0.0.15"
numpy = "^1.22.4"
regex = "^2022.6.2"
graiax-silkcoder = "^0.2.8"
bs4 = "^0.0.1"
requests = "^2.28.0"
selenium = "^4.2.0"
feedparser = "^6.0.10"
thefuzz = "^0.19.0"
python-levenshtein = "^0.12.2"
pillow = "^9.1.1"
jieba = "^0.42.1"
Cython = "^0.29.21"
librosa = "^0.8.0"
matplotlib = "^3.3.1"
phonemizer = "^2.2.1"
scipy = "^1.5.2"
tensorboard = "^2.3.0"
torchvision = "^0.7.0"
Unidecode = "^1.1.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "tuna-tsinghua"
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
default = false