fix issues with django 3.2

This commit is contained in:
Nick Sweeting 2021-04-10 06:22:07 -04:00
parent 0c321a06d0
commit 1b67dd5c45
2 changed files with 4 additions and 2 deletions

View file

@ -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",