Skip to content

Commit

Permalink
Pin django<3.1 for the documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
maerteijn committed Nov 10, 2020
1 parent ab04a3c commit 3638e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# mark test target to require extras.
extras_require={
"dev": ["coverage", "mock", "twine", "wheel", "easy_thumbnails"],
"docs": ["sphinx", "sphinx_rtd_theme"],
"docs": ["sphinx", "sphinx_rtd_theme", "Django<3.1"],
"lint": ["flake8", "flake8-black", "flake8-bugbear", "black>=19.10b0"],
},
)

0 comments on commit 3638e05

Please sign in to comment.