add: versem to setuptools

This commit is contained in:
eggplants
2022-02-03 22:08:44 +09:00
parent f0776152b7
commit 193ac3d7d4
2 changed files with 6 additions and 4 deletions

View File

@@ -1,8 +1,9 @@
black
click click
requests
pytest
pytest-cov
codecov codecov
flake8 flake8
mypy mypy
black setuptools>=46.4.0
pytest
pytest-cov
requests

View File

@@ -54,6 +54,7 @@ dev =
mypy mypy
pytest pytest
pytest-cov pytest-cov
setuptools>=46.4.0
[options.entry_points] [options.entry_points]