Skip to content

Commit

Permalink
ci: add wheel to dev dependencies for setup.py bdist_wheel command to…
Browse files Browse the repository at this point in the history
… work
  • Loading branch information
Toilal committed Dec 13, 2023
1 parent 0cfb12f commit a49278d
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 @@ -17,7 +17,7 @@

install_requires = ['rebulk>=3.2.0', 'babelfish>=0.6.0', 'python-dateutil', 'importlib-resources;python_version<"3.9"']

dev_require = ['tox', 'mkdocs', 'mkdocs-material', 'pyinstaller', 'python-semantic-release']
dev_require = ['tox', 'mkdocs', 'mkdocs-material', 'pyinstaller', 'python-semantic-release', 'wheel']

tests_require = ['pytest', 'pytest-mock', 'pytest-benchmark', 'pytest-cov', 'pylint', 'PyYAML']

Expand Down

0 comments on commit a49278d

Please sign in to comment.