mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-12 22:25:44 -04:00
use new mypy TypedDict to manage config typing
This commit is contained in:
parent
461a8b0d71
commit
11fd436305
5 changed files with 240 additions and 93 deletions
3
setup.py
3
setup.py
|
@ -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",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue