-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (29 loc) · 749 Bytes
/
pyproject.toml
File metadata and controls
33 lines (29 loc) · 749 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
29
30
31
32
33
[tool.poetry]
name = "mylangrobot"
version = "0.1.0"
description = ""
authors = ["nekanat <nekanat.stock@gmail.com>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.10,<3.12"
pymycobot = "^3.2.9"
openai = "^1.2.0"
python-dotenv = "^1.0.0"
opencv-python = "^4.8.1.78"
segment-anything = {git = "https://github.com/facebookresearch/segment-anything.git"}
supervision = "^0.16.0"
speechrecognition = "^3.10.0"
pyaudio = "^0.2.14"
soundfile = "^0.12.1"
openai-whisper = "^20231106"
torchvision = "0.16.0"
pydub = "^0.25.1"
kinpy = "^0.4.2"
pydantic = "^2.5.2"
[tool.poetry.group.dev.dependencies]
black = "^23.11.0"
isort = "^5.12.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"