Skip to content

Commit

Permalink
debug (#3)
Browse files Browse the repository at this point in the history
* debug

* fix reqs

* fix reqs
  • Loading branch information
JarbasAl authored Jan 6, 2025
1 parent 4895821 commit 7c20f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ def required(requirements_file):
description='i2c detection for some devices',
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=required("requirements/requirements.txt"),
install_requires=required("requirements.txt"),
packages=['ovos_i2c_detection'],
)

0 comments on commit 7c20f16

Please sign in to comment.