-
Notifications
You must be signed in to change notification settings - Fork 3
/
pyproject.toml
38 lines (34 loc) · 874 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
[tool.poetry]
name = "nocaro"
version = "0.1.0"
description = ""
authors = ["Bobbyperson <bobbyperson12345@gmail.com>"]
license = "GNU GPLv3"
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = ">=3.11,<3.13,!=3.12.5"
aiosqlite = "^0.20.0"
pillow = "^11.0.0"
"discord.py" = {extras = ["voice"], version = "^2.4.0"}
discord-pretty-help = "^2.0.7"
requests = "^2.32.3"
ffmpy = "^0.4.0"
pyquery = "^2.0.1"
asyncio = "^3.4.3"
asyncpg = "^0.30.0"
matplotlib = "^3.9.2"
pydub = "^0.25.1"
emoji = "^2.14.0"
yfinance = "^0.2.50"
pandas = "^2.2.3"
pandas_market_calendars = "^4.4.2"
pyttsx3 = "^2.98"
discord-ext-menus = {git = "https://github.com/Rapptz/discord-ext-menus"}
[tool.poetry.group.dev.dependencies]
black = "^24.10.0"
ruff = "^0.8.1"
pre-commit = "^4.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"