Skip to content

Commit

Permalink
πŸ“Œ Pin project's dependencies
Browse files Browse the repository at this point in the history
- Freeze sphinx-copybutton version number.
- Normalize package names to use dashes (-) as separators between words
in the package name. This is the canonical format for package names on PyPI.
  • Loading branch information
ebouchut committed Sep 30, 2024
1 parent 25c3fad commit 3cb1c33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx==5.3.0
sphinx_rtd_theme==1.2.0
sphinx_copybutton
myst_parser==0.18.1
sphinx-rtd-theme==1.2.0
sphinx-copybutton==0.5.2
myst-parser==0.18.1

0 comments on commit 3cb1c33

Please sign in to comment.