1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-31 10:01:52 +02:00

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

@@ -19,6 +19,7 @@ youtube-dl = "*"
python-crontab = "*"
croniter = "*"
ipython = "*"
mypy-extensions = "*"
[requires]
python_version = "3.7"