Add mypy types for libraries that have them now

This commit is contained in:
Danielle McLean 2022-02-22 12:35:38 +11:00
parent 8d79be07da
commit 0ca50252dd
Signed by: 00dani
GPG key ID: 9DDE1EDE01E3A605
4 changed files with 61 additions and 9 deletions

View file

@ -56,3 +56,8 @@ pytest-django = "*"
werkzeug = "*"
watchdog = "*"
mypy = "*"
types-pyyaml = "*"
types-requests = "*"
types-python-slugify = "*"
types-bleach = "*"
types-markdown = "*"