use new mypy TypedDict to manage config typing

This commit is contained in:
Nick Sweeting 2019-04-24 11:36:14 -04:00
parent 461a8b0d71
commit 11fd436305
5 changed files with 240 additions and 93 deletions

View file

@ -37,10 +37,11 @@ setuptools.setup(
python_requires='>=3.6',
install_requires=[
"dataclasses==0.6",
"mypy-extensions==0.4.1",
"base32-crockford==0.3.0",
"django==2.2",
"django-extensions==2.1.6",
"python-crontab",
"python-crontab==2.3.6",
"youtube-dl",
"ipython",