forked from github/pelican
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.
11 lines
130 B
Text
11 lines
130 B
Text
# Tests
|
|
Pygments==2.7.4
|
|
pytest
|
|
pytest-cov
|
|
pytest-xdist[psutil]
|
|
|
|
# Optional Packages
|
|
Markdown==3.3.3
|
|
BeautifulSoup4
|
|
lxml
|
|
typogrify
|