Skip to content

Commit

Permalink
Fix: Update dependencies for docs and cli
Browse files Browse the repository at this point in the history
  • Loading branch information
rjulian committed Aug 31, 2021
1 parent 2d19fb0 commit 0928a46
Showing 1 changed file with 45 additions and 13 deletions.
58 changes: 45 additions & 13 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,69 @@
alabaster==0.7.12
Babel==2.9.0
appdirs==1.4.4
aspy.yaml==1.3.0
astroid==2.7.3
attrs==21.2.0
Babel==2.9.1
backports.entry-points-selectable==1.1.0
black==21.8b0
certifi==2021.5.30
chardet==3.0.4
click==7.1.2
cffi==1.14.6
cfgv==3.3.1
chardet==4.0.0
charset-normalizer==2.0.4
click==8.0.1
coverage==5.5
Deprecated==1.2.12
distlib==0.3.2
docutils==0.17.1
idna==2.10
filelock==3.0.12
identify==2.2.13
idna==3.2
imagesize==1.2.0
Jinja2==2.11.3
importlib-metadata==4.8.1
isort==5.9.3
Jinja2==3.0.1
lazy-object-proxy==1.6.0
MarkupSafe==2.0.1
mccabe==0.6.1
mypy-extensions==0.4.3
nodeenv==1.6.0
packaging==21.0
pbr==5.5.1
prompt-toolkit==1.0.18
PyGithub==1.54.1
Pygments==2.8.1
pathspec==0.9.0
pbr==5.6.0
platformdirs==2.3.0
pre-commit==2.14.1
prompt-toolkit==1.0.14
pycparser==2.20
PyGithub==1.55
Pygments==2.10.0
pyhcl==0.4.4
PyInquirer==1.0.3
PyJWT==2.0.1
PyJWT==2.1.0
pylint==2.10.2
PyNaCl==1.4.0
pyparsing==2.4.7
pytz==2020.5
pytz==2021.1
PyYAML==5.4.1
reflex-cli==0.5
regex==2021.8.28
requests==2.26.0
six==1.15.0
six==1.16.0
snowballstemmer==2.1.0
Sphinx==3.5.4
Sphinx==4.1.2
sphinx-click==3.0.1
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
toml==0.10.2
tomli==1.2.1
typed-ast==1.4.3
typing-extensions==3.10.0.2
urllib3==1.26.6
virtualenv==20.7.2
wcwidth==0.2.5
wrapt==1.12.1
zipp==3.5.0

0 comments on commit 0928a46

Please sign in to comment.