Skip to content

Commit

Permalink
Update pkgs & versions used in recent writing env
Browse files Browse the repository at this point in the history
  • Loading branch information
douglatornell committed Sep 20, 2022
1 parent 05699a7 commit bd4a3fe
Showing 1 changed file with 32 additions and 28 deletions.
60 changes: 32 additions & 28 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,62 +4,65 @@
# (moad-docs)$ python3 -m pip list --format=freeze >> requirements.txt

alabaster==0.7.12
attrs==21.4.0
attrs==22.1.0
Babel==2.10.3
beautifulsoup4==4.11.1
bleach==5.0.1
brotlipy==0.7.0
certifi==2022.6.15
certifi==2022.9.14
cffi==1.15.1
cfgv==3.3.1
charset-normalizer==2.1.0
charset-normalizer==2.1.1
colorama==0.4.5
cryptography==37.0.4
defusedxml==0.7.1
distlib==0.3.4
distlib==0.3.5
docutils==0.17.1
entrypoints==0.4
fastjsonschema==2.15.3
filelock==3.7.1
identify==2.5.1
idna==3.3
fastjsonschema==2.16.2
filelock==3.8.0
identify==2.5.5
idna==3.4
imagesize==1.4.1
importlib-metadata==4.11.4
importlib-resources==5.8.0
importlib-resources==5.9.0
Jinja2==3.1.2
jsonschema==4.7.1
jupyter-client==7.3.4
jupyter-core==4.10.0
jsonschema==4.16.0
jupyter_client==7.3.5
jupyter_core==4.11.1
jupyterlab-pygments==0.2.2
lxml==4.9.1
MarkupSafe==2.1.1
mistune==2.0.3
nbclient==0.6.6
nbconvert==6.5.1
nbformat==5.4.0
mistune==2.0.4
nbclient==0.6.8
nbconvert==7.0.0
nbformat==5.5.0
nbsphinx==0.8.9
nest-asyncio==1.5.5
nodeenv==1.7.0
packaging==21.3
pandocfilters==1.5.0
pip==22.1.2
platformdirs==2.5.1
pip==22.2.2
pkgutil_resolve_name==1.3.10
platformdirs==2.5.2
pre-commit==2.20.0
pycparser==2.21
Pygments==2.12.0
Pygments==2.13.0
pyOpenSSL==22.0.0
pyparsing==3.0.9
pyrsistent==0.18.1
PySocks==1.7.1
python-dateutil==2.8.2
pytz==2022.1
pytz==2022.2.1
PyYAML==6.0
pyzmq==23.2.0
pyzmq==24.0.0
requests==2.28.1
setuptools==63.1.0
setuptools==65.3.0
six==1.16.0
snowballstemmer==2.2.0
soupsieve==2.3.1
Sphinx==5.0.2
soupsieve==2.3.2.post1
Sphinx==5.1.1
sphinx-notfound-page==0.8.3
sphinx-rtd-theme==1.0.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
Expand All @@ -70,10 +73,11 @@ sphinxcontrib-serializinghtml==1.1.5
tinycss2==1.1.1
toml==0.10.2
tornado==6.2
traitlets==5.3.0
traitlets==5.4.0
typing_extensions==4.3.0
ukkonen==1.0.1
urllib3==1.26.10
virtualenv==20.15.1
urllib3==1.26.11
virtualenv==20.16.5
webencodings==0.5.1
wheel==0.37.1
zipp==3.8.0
zipp==3.8.1

0 comments on commit bd4a3fe

Please sign in to comment.