Skip to content

Commit

Permalink
Relax version of most dependencies
Browse files Browse the repository at this point in the history
docutils has to be 0.20.1 to support Python 3.8, later versions do not
install anymore, and note rst2html.py is changed to rst2html starting
0.21.
  • Loading branch information
ymattw committed Nov 15, 2024
1 parent 1958c89 commit 189b535
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docutils == 0.20.1
pycodestyle ~= 2.12
Pygments ~= 2.17
coverage ~= 7.2
Pygments
coverage
docutils==0.20.1
pycodestyle

0 comments on commit 189b535

Please sign in to comment.