diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 16:12:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 16:12:08 +0000 |
commit | 0d286042a60f80eff5ced1f1800395537429b9d2 (patch) | |
tree | ba4a4b89d414179cf1dfac3354f317797e3fd832 /requirements | |
parent | Initial commit. (diff) | |
download | python-pallets-sphinx-themes-0d286042a60f80eff5ced1f1800395537429b9d2.tar.xz python-pallets-sphinx-themes-0d286042a60f80eff5ced1f1800395537429b9d2.zip |
Adding upstream version 2.0.3.upstream/2.0.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/dev.in | 2 | ||||
-rw-r--r-- | requirements/dev.txt | 44 |
2 files changed, 46 insertions, 0 deletions
diff --git a/requirements/dev.in b/requirements/dev.in new file mode 100644 index 0000000..5d56e25 --- /dev/null +++ b/requirements/dev.in @@ -0,0 +1,2 @@ +pip-tools +pre-commit diff --git a/requirements/dev.txt b/requirements/dev.txt new file mode 100644 index 0000000..9a73e1f --- /dev/null +++ b/requirements/dev.txt @@ -0,0 +1,44 @@ +# +# This file is autogenerated by pip-compile +# To update, run: +# +# pip-compile requirements/dev.in +# +backports.entry-points-selectable==1.1.0 + # via virtualenv +cfgv==3.3.1 + # via pre-commit +click==8.0.1 + # via pip-tools +distlib==0.3.2 + # via virtualenv +filelock==3.0.12 + # via virtualenv +identify==2.2.13 + # via pre-commit +nodeenv==1.6.0 + # via pre-commit +pep517==0.11.0 + # via pip-tools +pip-tools==6.2.0 + # via -r requirements/dev.in +platformdirs==2.3.0 + # via virtualenv +pre-commit==2.15.0 + # via -r requirements/dev.in +pyyaml==5.4.1 + # via pre-commit +six==1.16.0 + # via virtualenv +toml==0.10.2 + # via pre-commit +tomli==1.2.1 + # via pep517 +virtualenv==20.7.2 + # via pre-commit +wheel==0.37.0 + # via pip-tools + +# The following packages are considered to be unsafe in a requirements file: +# pip +# setuptools |