diff --git a/template/requirements/dev.in b/template/requirements/dev.in index 1c747e4..53ddf47 100644 --- a/template/requirements/dev.in +++ b/template/requirements/dev.in @@ -5,6 +5,7 @@ -r static.in -r test.in -r wheels.in +copier jupyterlab pip-compile-multi pre-commit diff --git a/template/requirements/docs.in b/template/requirements/docs.in index f0e0fb7..8966525 100644 --- a/template/requirements/docs.in +++ b/template/requirements/docs.in @@ -9,3 +9,6 @@ sphinx-autodoc-typehints sphinx-copybutton sphinx-design platformdirs<4 # temporary until virtualenv has release with support for this +# Temporary until questionary (dep of copier) updates +# See https://github.com/tmbo/questionary/blob/2df265534f3eb77aafcf70902e53e80beb1793e0/pyproject.toml#L36C43-L36C110 +prompt-toolkit==3.0.36