-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (39 loc) · 819 Bytes
/
pyproject.toml
File metadata and controls
39 lines (39 loc) · 819 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
34
35
36
37
38
39
[project]
name = "oa-detector"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
dependencies = [
"clip@git+https://github.com/ultralytics/CLIP.git",
"opencv-python",
"ultralytics",
"mypy",
"torch",
"fastapi",
"sse_starlette",
"numpy",
"pygments",
"shapely",
"duckdb",
"boto3",
"pyarrow",
"pylint",
"uvicorn",
"lap>=0.5.12",
"jupysql",
"duckdb-engine",
"rich",
"pyusb",
"ipykernel",
"matplotlib",
"notebook",
"jupyter-client",
"pyzmq",
"bokeh",
"jupyter_bokeh",
"ipywidgets_bokeh",
'pyobjc; platform_system == "Darwin"',
'pyobjc-framework-Quartz; platform_system == "Darwin"',
'pyobjc-framework-AVFoundation; platform_system == "Darwin"',
"sshsync>=0.11.2",
]