add missing types stubs for deps
This commit is contained in:
@ -19,7 +19,6 @@ psycopg2-binary
|
||||
mysqlclient
|
||||
|
||||
# Testing
|
||||
mypy
|
||||
pytest
|
||||
pytest-cov
|
||||
codecov
|
||||
@ -37,6 +36,15 @@ flake8-cognitive-complexity
|
||||
flake8-functions
|
||||
flake8-expression-complexity
|
||||
|
||||
# types
|
||||
mypy
|
||||
types-ujson
|
||||
types-PyMySQL
|
||||
types-ipaddress
|
||||
types-enum34
|
||||
types-cryptography
|
||||
types-orjson
|
||||
|
||||
# Documantation
|
||||
mkdocs
|
||||
mkdocs-material
|
||||
|
||||
Reference in New Issue
Block a user