itsMarco-G commited on
Commit
3dfa980
·
1 Parent(s): 301a5d7

Add ultralytics dependency for app

Browse files
Files changed (2) hide show
  1. pyproject.toml +3 -1
  2. setup.cfg +4 -0
pyproject.toml CHANGED
@@ -5,7 +5,9 @@ description = "Add your description here"
5
  readme = "README.md"
6
  requires-python = ">=3.10"
7
  dependencies = [
8
- "reachy-mini"
 
 
9
  ]
10
  keywords = ["reachy-mini-app"]
11
 
 
5
  readme = "README.md"
6
  requires-python = ">=3.10"
7
  dependencies = [
8
+ "reachy-mini",
9
+ "ultralytics",
10
+ "opencv-python"
11
  ]
12
  keywords = ["reachy-mini-app"]
13
 
setup.cfg CHANGED
@@ -6,6 +6,10 @@ description = Phone focus companion for Reachy Mini
6
  [options]
7
  packages = find:
8
  python_requires = >=3.10
 
 
 
 
9
 
10
  [options.entry_points]
11
  reachy_mini_apps =
 
6
  [options]
7
  packages = find:
8
  python_requires = >=3.10
9
+ install_requires =
10
+ reachy-mini
11
+ ultralytics
12
+ opencv-python
13
 
14
  [options.entry_points]
15
  reachy_mini_apps =