Skip to content

Commit

Permalink
updated dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic182 committed Sep 22, 2020
1 parent 234e629 commit fb260f3
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,29 @@
# pip-compile dev-requirements.in
#
alabaster==0.7.12 # via sphinx
attrs==19.1.0 # via packaging
babel==2.7.0 # via sphinx
certifi==2019.6.16 # via requests
babel==2.8.0 # via sphinx
certifi==2020.6.20 # via requests
chardet==3.0.4 # via requests
docutils==0.15.2 # via sphinx
idna==2.8 # via requests
imagesize==1.1.0 # via sphinx
jinja2==2.10.1 # via sphinx
docutils==0.16 # via sphinx
idna==2.10 # via requests
imagesize==1.2.0 # via sphinx
jinja2==2.11.2 # via sphinx
markupsafe==1.1.1 # via jinja2
packaging==19.1 # via sphinx
pygments==2.4.2 # via sphinx
pyparsing==2.4.2 # via packaging
pytz==2019.2 # via babel
requests==2.22.0 # via sphinx
six==1.12.0 # via packaging
snowballstemmer==1.9.0 # via sphinx
sphinx==3.0.3 # via -r dev-requirements.in
sphinxcontrib-applehelp==1.0.1 # via sphinx
sphinxcontrib-devhelp==1.0.1 # via sphinx
sphinxcontrib-htmlhelp==1.0.2 # via sphinx
packaging==20.4 # via sphinx
pygments==2.7.1 # via sphinx
pyparsing==2.4.7 # via packaging
pytz==2020.1 # via babel
requests==2.24.0 # via sphinx
six==1.15.0 # via packaging
snowballstemmer==2.0.0 # via sphinx
sphinx==3.2.1 # via -r dev-requirements.in
sphinxcontrib-applehelp==1.0.2 # via sphinx
sphinxcontrib-devhelp==1.0.2 # via sphinx
sphinxcontrib-htmlhelp==1.0.3 # via sphinx
sphinxcontrib-jsmath==1.0.1 # via sphinx
sphinxcontrib-qthelp==1.0.2 # via sphinx
sphinxcontrib-serializinghtml==1.1.3 # via sphinx
urllib3==1.25.3 # via requests
sphinxcontrib-qthelp==1.0.3 # via sphinx
sphinxcontrib-serializinghtml==1.1.4 # via sphinx
urllib3==1.25.10 # via requests

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit fb260f3

Please sign in to comment.