forked from github/pelican
Relax dependency minimum versions
Specifying a floor, but not a ceiling, for core dependencies should help prevent dependency resolution conflicts. Dependencies that affect functional test output are pinned more tightly.
This commit is contained in:
parent
ce4994bec8
commit
2b08497c32
4 changed files with 18 additions and 17 deletions
|
|
@ -1,11 +1,11 @@
|
|||
# Tests
|
||||
Pygments==2.8.0
|
||||
Pygments==2.8.1
|
||||
pytest
|
||||
pytest-cov
|
||||
pytest-xdist[psutil]
|
||||
|
||||
# Optional Packages
|
||||
Markdown==3.3.3
|
||||
Markdown==3.3.4
|
||||
BeautifulSoup4
|
||||
lxml
|
||||
typogrify
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue