Skip to content

Commit

Permalink
Update Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu authored Sep 15, 2021
1 parent 7e368e8 commit 913cbc2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ verify_ssl = true

[packages]
sphinx-php = {git = "https://github.com/fabpot/sphinx-php.git"}
sphinx-rtd-theme = "==0.1.6"
sphinxcontrib-spelling = "==4.2.0"
pyenchant = "~=2.0"
docutils = "==0.12"
Sphinx = "~=1.4.0"
sphinx-rtd-theme = "==1.0.0"
sphinxcontrib-spelling = "==7.2.0"
pyenchant = "~=3.2.1"
docutils = "==0.17"
Sphinx = "~=4.2.0"

[requires]
python_version = "3.7"

0 comments on commit 913cbc2

Please sign in to comment.