Add requirements.txt instead of setup.cfg

This commit is contained in:
c-bata
2021-04-10 03:22:17 +09:00
parent b759bba048
commit 3b3017345c
5 changed files with 18 additions and 11 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ jobs:
architecture: x64
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip install --progress-bar off .[lint]
python -m pip install --progress-bar off --upgrade pip setuptools
pip install --progress-bar off flake8 black isort mypy
- run: flake8 . --show-source
- run: black --check --diff .
- run: isort --check --diff .