diff --git a/envs/pynteny-dev.yml b/envs/pynteny-dev.yml index 3bc013b..f6f48c7 100644 --- a/envs/pynteny-dev.yml +++ b/envs/pynteny-dev.yml @@ -18,4 +18,10 @@ dependencies: - psutil >= 5.9 - python-wget - streamlit=1.16 - - streamlit-aggrid \ No newline at end of file + - streamlit-aggrid + - pip: + - mkdocs + - mkdocs-gen-files + - pymdown-extensions + - mkdocs-jupyter + - mkdocstrings[python] \ No newline at end of file