From 193ac3d7d414a22a1ae13003d94699270dc70db4 Mon Sep 17 00:00:00 2001 From: eggplants Date: Thu, 3 Feb 2022 22:08:44 +0900 Subject: [PATCH] add: versem to setuptools --- requirements-dev.txt | 9 +++++---- setup.cfg | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 24b2b39..288ffd3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,8 +1,9 @@ +black click -requests -pytest -pytest-cov codecov flake8 mypy -black +setuptools>=46.4.0 +pytest +pytest-cov +requests diff --git a/setup.cfg b/setup.cfg index acf9512..a4279c4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,6 +54,7 @@ dev = mypy pytest pytest-cov + setuptools>=46.4.0 [options.entry_points]