Skip to content

Commit

Permalink
dev extras
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Dec 19, 2023
1 parent 01f568d commit 88377f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
tracker_requires = open("src/luxonis_ml/tracker/requirements.txt").readlines()
embeddings_requires = open("src/luxonis_ml/embeddings/requirements.txt").readlines()
all_requires = utils_requires + data_requires + tracker_requires + embeddings_requires
dev_requires = open("src/luxonis_ml/dev/requirements.txt").readlines() + all_requires

setup(
name="luxonis-ml",
Expand All @@ -26,6 +27,7 @@
"tracker": tracker_requires,
"embedd": embeddings_requires,
"all": all_requires,
"dev": dev_requires,
},
include_package_data=True,
classifiers=[
Expand Down

0 comments on commit 88377f3

Please sign in to comment.