Add mypy types for libraries that have them now
This commit is contained in:
parent
8d79be07da
commit
0ca50252dd
4 changed files with 61 additions and 9 deletions
5
Pipfile
5
Pipfile
|
@ -56,3 +56,8 @@ pytest-django = "*"
|
|||
werkzeug = "*"
|
||||
watchdog = "*"
|
||||
mypy = "*"
|
||||
types-pyyaml = "*"
|
||||
types-requests = "*"
|
||||
types-python-slugify = "*"
|
||||
types-bleach = "*"
|
||||
types-markdown = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue