mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-02 10:38:01 +00:00
ci: add wheel to dev dependencies for setup.py bdist_wheel command to work
This commit is contained in:
@@ -17,7 +17,7 @@ with io.open(os.path.join(here, 'CHANGELOG.md'), encoding='utf-8') as f:
|
||||
|
||||
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']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user