mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-23 03:06:55 -04:00
feat: Bump django, update migration and change cmd to use JSONField
This commit is contained in:
parent
f61e6a74bb
commit
4b3f72202b
5 changed files with 8 additions and 8 deletions
|
@ -57,6 +57,7 @@ archivebox/core/migrations/0003_auto_20200630_1034.py
|
|||
archivebox/core/migrations/0004_auto_20200713_1552.py
|
||||
archivebox/core/migrations/0005_auto_20200728_0326.py
|
||||
archivebox/core/migrations/0006_auto_20201012_1520.py
|
||||
archivebox/core/migrations/0007_archiveresult.py
|
||||
archivebox/core/migrations/__init__.py
|
||||
archivebox/extractors/__init__.py
|
||||
archivebox/extractors/archive_org.py
|
||||
|
|
|
@ -2,7 +2,7 @@ requests==2.24.0
|
|||
atomicwrites==1.4.0
|
||||
mypy-extensions==0.4.3
|
||||
base32-crockford==0.3.0
|
||||
django==3.0.8
|
||||
django==3.1.3
|
||||
django-extensions==3.0.3
|
||||
dateparser
|
||||
ipython
|
||||
|
@ -13,7 +13,6 @@ w3lib==1.22.0
|
|||
|
||||
[dev]
|
||||
setuptools
|
||||
wheel
|
||||
twine
|
||||
flake8
|
||||
ipdb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue