diff --git a/.devcontainer/requirements-dev.txt b/.devcontainer/requirements-dev.txt index 3e6fa27..b37d77a 100644 --- a/.devcontainer/requirements-dev.txt +++ b/.devcontainer/requirements-dev.txt @@ -13,6 +13,7 @@ mypy Sphinx sphinx-rtd-theme -# Build and packaging - only install if not conflicting with system -setuptools -twine \ No newline at end of file +# Build and packaging +setuptools==78.1.1 +wheel==0.44.0 +twine==5.1.1