Add, use requirements-dev.txt
This commit is contained in:
parent
52626cb84c
commit
2b5ec65bff
2 changed files with 7 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -9,7 +9,7 @@ mypy: venv/bin/mypy
|
|||
# Update CONTRIBUTING.md if these commands change
|
||||
venv/bin/mypy:
|
||||
python -mvenv venv
|
||||
venv/bin/pip install -r requirements.txt 'mypy!=1.7.0'
|
||||
venv/bin/pip install -r requirements-dev.txt
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
|
|
|||
6
requirements-dev.txt
Normal file
6
requirements-dev.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# SPDX-FileCopyrightText: 2023 Jeff Epler
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
-r requirements.txt
|
||||
mypy
|
||||
Loading…
Reference in a new issue