Skip to content

Commit

Permalink
Update of some requirements versions.
Browse files Browse the repository at this point in the history
You can now in all requirements files replace the '>=' with '==',
it will install, and the tests will succeed.

(However, the `nikola-site` example will not build.)
  • Loading branch information
aknrdureegaesr authored and Kwpolska committed Jan 17, 2024
1 parent aad1ec9 commit 17687ce
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions requirements-extras.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
-r requirements.txt
Jinja2>=2.7.2
Jinja2>=3.1.0
hsluv>=5.0.0
pyphen>=0.9.1
micawber>=0.3.0
pygal>=2.0.0
pygal>=2.0.11
typogrify>=2.0.4
phpserialize>=1.3
notebook>=4.0.0
ipykernel>=4.0.0
notebook>=6.0.0
ipykernel>=6.21.2
ghp-import>=1.0.0
aiohttp>=3.0.0
aiohttp>=3.8.6
watchdog>=0.8.3
ruamel.yaml>=0.15
ruamel.yaml>=0.15.98
toml>=0.9.2
html5lib>=1.0
html5lib>=1.0.1
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements-extras.txt
coverage>=4.5.1
pytest>=4.1.0
pytest>=4.3.0
pytest-cov>=2.6.1
feedparser>=6.0.10
freezegun>=0.3.10
Expand Down
26 changes: 13 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
doit>=0.32.0
Pygments>=1.6
Pillow>=2.4.0
python-dateutil>=2.6.0
docutils>=0.13
mako>=1.0.0
Markdown>=3.0.0
unidecode>=0.04.16
lxml>=3.3.5
doit>=0.33.1
Pygments>=2.4.2
Pillow>=9.1.0
python-dateutil>=2.8.2
docutils>=0.19
mako>=1.0.9
Markdown>=3.0
unidecode>=0.4.16
lxml>=4.5.2
PyRSS2Gen>=1.1
blinker>=1.3
setuptools>=24.2.0
natsort>=3.5.2
requests>=2.2.0
setuptools>=60.0.5
natsort>=5.1.0
requests>=2.31.0
piexif>=1.0.3
Babel>=2.6.0
Babel>=2.12.0

0 comments on commit 17687ce

Please sign in to comment.