Allow latest Python-Markdown to be installed

Pinning dependencies to specific versions creates conflicts when other
packages require more recent versions. We can do our part by allowing
for a wider range of dependency versions, specifying only the oldest
version that will still work. Meanwhile, we ensure that test
environments use a specific pinned dependency in order to match the
expected functional test output.
This commit is contained in:
Justin Mayer 2021-01-15 13:04:07 +01:00
commit ce5d063513
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ pytest-cov
pytest-xdist[psutil]
# Optional Packages
Markdown >= 3.1
Markdown==3.3.3
BeautifulSoup4
lxml
typogrify