-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
47 lines (44 loc) · 1019 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
46
47
[tool.poetry]
name = "repl_python3_Kur0bot"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.8"
PyNaCl = "^1.4.0"
gtts = "^2.2.2"
pet-pet-gif = "^1.0.1"
Flask = "^2.0.1"
python-dateutil = "*"
yt-dlp = "2024.10.22"
mcrcon = "^0.7.0"
saucenao-api = {git = "https://github.com/jericjan/saucenao_api.git"}
aiohttp="<3.8.0"
#py-cord = {git = "https://github.com/Pycord-Development/pycord.git"}
black = "^22.6.0"
pytz = "^2021.3"
disnake = "^2.3.0"
tqdm = "^4.62.3"
arsenic = "^21.8"
Pillow = "^9.0.1"
pilmoji = "^2.0.1"
aiolimiter = "^1.0.0"
lorem = "^0.1.1"
translators = "^5.2.2"
opencv-python = "^4.6.0"
ffmpegcv = "^0.2.3"
pymongo = "^4.6.3"
pipdeptree = "^2.3.1"
darker = "^1.5.1"
pre-commit = "^2.20.0"
isort = "^5.10.1"
jisho-api = "^0.1.8"
openai = "^0.27.8"
g4f = "0.3.5.1"
nest-asyncio = "^1.6.0"
motor = "^3.4.0"
pylint = "^3.1.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"