-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (25 loc) · 585 Bytes
/
Copy pathpyproject.toml
File metadata and controls
28 lines (25 loc) · 585 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
[tool.poetry]
name = "tmg-bot"
version = "0.1.0"
description = ""
authors = ["MathItYT <benjamin.ubilla@uc.cl>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
py-cord = "^2.6.1"
python-dotenv = "^1.0.1"
numpy = "^2.2.3"
sympy = "^1.13.3"
emoji = "^2.14.1"
manim = "^0.19.0"
opencv-python = "^4.11.0.86"
azure-ai-projects = "^1.0.0b9"
azure-identity = "^1.21.0"
openai = "^1.75.0"
pdf2image = "^1.17.0"
supabase = "^2.15.0"
[tool.poetry.scripts]
tmg-bot = "tmg_bot.__main__:main"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"