Skip to content

Commit

Permalink
add requirements.txt for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
m-julian committed May 10, 2024
1 parent 9a9e30b commit 75529f2
Showing 1 changed file with 115 additions and 0 deletions.
115 changes: 115 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
alabaster==0.7.16
ansiwrap==0.8.4
ase==3.22.1
asttokens==2.4.1
attrs==23.2.0
Babel==2.15.0
beautifulsoup4==4.12.3
bleach==6.1.0
cclib==1.8.1
certifi==2024.2.2
cfgv==3.4.0
charset-normalizer==3.3.2
comm==0.2.2
concurrent-log-handler==0.9.25
console-menu==0.8.0
contourpy==1.2.1
cycler==0.12.1
debugpy==1.8.1
decorator==5.1.1
defusedxml==0.7.1
distlib==0.3.8
docutils==0.20.1
exceptiongroup==1.2.1
executing==2.0.1
fastjsonschema==2.19.1
filelock==3.14.0
fonttools==4.51.0
greenlet==3.0.3
-e git+ssh://[email protected]/popelier-group/ICHOR.git@9a9e30bd040a6096264ab1fabc18f951e835e7f5#egg=ichor_cli&subdirectory=ichor_cli
-e git+ssh://[email protected]/popelier-group/ICHOR.git@9a9e30bd040a6096264ab1fabc18f951e835e7f5#egg=ichor_core&subdirectory=ichor_core
-e git+ssh://[email protected]/popelier-group/ICHOR.git@9a9e30bd040a6096264ab1fabc18f951e835e7f5#egg=ichor_hpc&subdirectory=ichor_hpc
identify==2.5.36
idna==3.7
imagesize==1.4.1
iniconfig==2.0.0
ipykernel==6.29.4
ipython==8.24.0
jedi==0.19.1
Jinja2==3.1.4
jsonschema==4.22.0
jsonschema-specifications==2023.12.1
jupyter_client==8.6.1
jupyter_core==5.7.2
jupyterlab_pygments==0.3.0
kiwisolver==1.4.5
markdown-it-py==3.0.0
MarkupSafe==2.1.5
matplotlib==3.8.4
matplotlib-inline==0.1.7
mdit-py-plugins==0.4.0
mdurl==0.1.2
mistune==3.0.2
myst-parser==3.0.1
natsort==8.4.0
nbclient==0.10.0
nbconvert==7.16.4
nbformat==5.10.4
nbsphinx==0.9.4
nest-asyncio==1.6.0
nodeenv==1.8.0
numpy==1.26.4
packaging==24.0
pandas==2.2.2
pandocfilters==1.5.1
parso==0.8.4
periodictable==1.7.0
pexpect==4.9.0
pillow==10.3.0
platformdirs==4.2.1
pluggy==1.5.0
portalocker==2.8.2
pre-commit==3.7.0
prompt-toolkit==3.0.43
psutil==5.9.8
ptyprocess==0.7.0
pure-eval==0.2.2
pyarrow==16.0.0
Pygments==2.18.0
pyparsing==3.1.2
pytest==8.2.0
python-dateutil==2.9.0.post0
pytz==2024.1
PyYAML==6.0.1
pyzmq==26.0.3
referencing==0.35.1
requests==2.31.0
rpds-py==0.18.1
scipy==1.13.0
six==1.16.0
snowballstemmer==2.2.0
soupsieve==2.5
Sphinx==7.3.7
sphinx-rtd-theme==2.0.0
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
SQLAlchemy==2.0.30
stack-data==0.6.3
termcolor==2.4.0
textwrap3==0.9.2
tinycss2==1.3.0
tomli==2.0.1
tornado==6.4
traitlets==5.14.3
typing_extensions==4.11.0
tzdata==2024.1
urllib3==2.2.1
virtualenv==20.26.1
wcwidth==0.2.13
webencodings==0.5.1
XlsxWriter==3.2.0

0 comments on commit 75529f2

Please sign in to comment.