Skip to content

Commit

Permalink
packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 19, 2024
1 parent 11bc8af commit 95b2e21
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion requirements/extras.txt

This file was deleted.

7 changes: 1 addition & 6 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,4 @@ flake8==3.7.9
pytest==8.2.2
pytest-cov==2.8.1
cov-core==1.15.0
sphinx==2.2.1
sphinx-rtd-theme==0.4.3
mock_msm~=0.9.2
ovos-stt-plugin-vosk>=0.1.3
python-vlc==1.1.2
ovos-bus-client~=0.0.8
ovos-bus-client<1.0.0
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ def required(requirements_file):
package_data={'': package_files('ovos_config')},
include_package_data=True,
install_requires=required('requirements/requirements.txt'),
extras_require={
"extras": required("requirements/extras.txt")
},
entry_points={
'console_scripts': [
'ovos-config=ovos_config.__main__:config'
Expand Down

0 comments on commit 95b2e21

Please sign in to comment.