mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -04:00
fix issues with django 3.2
This commit is contained in:
parent
0c321a06d0
commit
1b67dd5c45
2 changed files with 4 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -37,7 +37,7 @@ INSTALL_REQUIRES = [
|
|||
# ./archivebox/vendor/
|
||||
"requests>=2.24.0",
|
||||
"mypy-extensions>=0.4.3",
|
||||
"django>=3.1.3",
|
||||
"django>=3.1.3,<3.2",
|
||||
"django-extensions>=3.0.3",
|
||||
"dateparser",
|
||||
"ipython",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue