Skip to content

Commit

Permalink
feat:extras_requirements
Browse files Browse the repository at this point in the history
default plugins that should be bundled in a "full" install
  • Loading branch information
JarbasAl committed Sep 11, 2024
1 parent 1754c79 commit 691f1de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements/extras.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ovos-gui-plugin-shell-companion>=0.0.0,<1.0.0
File renamed without changes.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ def get_description():
include_package_data=True,
packages=["ovos_gui"],
package_data={"": package_files('ovos_gui/res')},
install_requires=required('requirements.txt'),
install_requires=required('requirements/requirements.txt'),
extras_require={
"extras": required("requirements/extras.txt")
},
entry_points={
'console_scripts': [
'ovos-gui-service=ovos_gui.__main__:main',
Expand Down

0 comments on commit 691f1de

Please sign in to comment.