add mypy to the dev_requirements so we can get stubgen

release/4.3a0
Varun Agrawal 2024-08-25 16:45:23 -04:00
parent 48215b9063
commit 5f43b69c43
1 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
-r requirements.txt
pyparsing>=2.4.2
pyparsing>=2.4.2
mypy>=1.11.2