Add types-certifi to Requirements.txt

Required after mypy update.
This commit is contained in:
Miron Moderau
2021-09-08 12:17:14 +02:00
parent 8f91f705ee
commit 468dfcc60d

View File

@@ -7,4 +7,5 @@ pytest-flakes==4.0.0
# because of pip bug https://github.com/pypa/pip/issues/4780
aiohttp==3.5.4
certifi==2019.3.9
types-certifi==2020.4.0
psutil==5.6.6; sys_platform == 'darwin'