add type stub packages

This commit is contained in:
David Lord 2021-08-10 06:51:41 -07:00
parent 78e82a3ef7
commit 31ce7d61cd
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 23 additions and 0 deletions

View file

@ -4,11 +4,21 @@
#
# pip-compile requirements/typing.in
#
cffi==1.14.6
# via cryptography
cryptography==3.4.7
# via -r requirements/typing.in
mypy==0.910
# via -r requirements/typing.in
mypy-extensions==0.4.3
# via mypy
pycparser==2.20
# via cffi
toml==0.10.2
# via mypy
types-dataclasses==0.1.7
# via -r requirements/typing.in
types-setuptools==57.0.2
# via -r requirements/typing.in
typing-extensions==3.10.0.0
# via mypy