diff --git a/requirements/base.in b/requirements/base.in deleted file mode 100644 index 99eb67a..0000000 --- a/requirements/base.in +++ /dev/null @@ -1,3 +0,0 @@ - --c constraints.txt - diff --git a/requirements/base.txt b/requirements/base.txt deleted file mode 100644 index c52b940..0000000 --- a/requirements/base.txt +++ /dev/null @@ -1,6 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.8 -# by the following command: -# -# make upgrade -# diff --git a/requirements/constraints.txt b/requirements/constraints.txt deleted file mode 100644 index 52ac6d0..0000000 --- a/requirements/constraints.txt +++ /dev/null @@ -1,9 +0,0 @@ -# Version constraints for pip installation. -# -# This file doesn't install any packages. It specifies version constraints -# that will be applied if a package is needed. -# -# When pinning something here, please provide an explanation of why. Ideally, -# link to other information that will help people in the future to remove the -# pin when possible. Writing an issue against the offending project and -# linking to it here is good. diff --git a/requirements/dev.in b/requirements/dev.in deleted file mode 100644 index d4e5e7a..0000000 --- a/requirements/dev.in +++ /dev/null @@ -1,14 +0,0 @@ -# Additional requirements for development of this application --c constraints.txt - --r base.txt - -pylint -pycodestyle -pydocstyle -twine -coverage -pytest -pudb - - diff --git a/requirements/dev.txt b/requirements/dev.txt deleted file mode 100644 index 9698af9..0000000 --- a/requirements/dev.txt +++ /dev/null @@ -1,139 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.8 -# by the following command: -# -# make upgrade -# -astroid==3.1.0 - # via pylint -backports-tarfile==1.1.1 - # via jaraco-context -certifi==2024.2.2 - # via requests -cffi==1.16.0 - # via cryptography -charset-normalizer==3.3.2 - # via requests -coverage==7.5.0 - # via -r requirements/dev.in -cryptography==42.0.5 - # via secretstorage -dill==0.3.8 - # via pylint -docutils==0.20.1 - # via readme-renderer -exceptiongroup==1.2.1 - # via pytest -idna==3.7 - # via requests -importlib-metadata==7.1.0 - # via - # keyring - # twine -importlib-resources==6.4.0 - # via keyring -iniconfig==2.0.0 - # via pytest -isort==5.13.2 - # via pylint -jaraco-classes==3.4.0 - # via keyring -jaraco-context==5.3.0 - # via keyring -jaraco-functools==4.0.1 - # via keyring -jedi==0.19.1 - # via pudb -jeepney==0.8.0 - # via - # keyring - # secretstorage -keyring==25.2.0 - # via twine -markdown-it-py==3.0.0 - # via rich -mccabe==0.7.0 - # via pylint -mdurl==0.1.2 - # via markdown-it-py -more-itertools==10.2.0 - # via - # jaraco-classes - # jaraco-functools -nh3==0.2.17 - # via readme-renderer -packaging==24.0 - # via - # pudb - # pytest -parso==0.8.4 - # via jedi -pkginfo==1.10.0 - # via twine -platformdirs==4.2.1 - # via pylint -pluggy==1.5.0 - # via pytest -pudb==2024.1 - # via -r requirements/dev.in -pycodestyle==2.11.1 - # via -r requirements/dev.in -pycparser==2.22 - # via cffi -pydocstyle==6.3.0 - # via -r requirements/dev.in -pygments==2.17.2 - # via - # pudb - # readme-renderer - # rich -pylint==3.1.0 - # via -r requirements/dev.in -pytest==8.2.0 - # via -r requirements/dev.in -readme-renderer==43.0 - # via twine -requests==2.31.0 - # via - # requests-toolbelt - # twine -requests-toolbelt==1.0.0 - # via twine -rfc3986==2.0.0 - # via twine -rich==13.7.1 - # via twine -secretstorage==3.3.3 - # via keyring -snowballstemmer==2.2.0 - # via pydocstyle -tomli==2.0.1 - # via - # pylint - # pytest -tomlkit==0.12.4 - # via pylint -twine==5.0.0 - # via -r requirements/dev.in -typing-extensions==4.11.0 - # via - # astroid - # pylint - # rich - # urwid -urllib3==2.2.1 - # via - # requests - # twine -urwid==2.6.11 - # via - # pudb - # urwid-readline -urwid-readline==0.14 - # via pudb -wcwidth==0.2.13 - # via urwid -zipp==3.18.1 - # via - # importlib-metadata - # importlib-resources diff --git a/requirements/pip-tools.in b/requirements/pip-tools.in deleted file mode 100644 index de76110..0000000 --- a/requirements/pip-tools.in +++ /dev/null @@ -1,7 +0,0 @@ -# -# This file is autogenerated by pip-compile -# To update, run: -# -# make upgrade -# -pip-tools diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt deleted file mode 100644 index cd33986..0000000 --- a/requirements/pip-tools.txt +++ /dev/null @@ -1,32 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.8 -# by the following command: -# -# make upgrade -# -build==1.2.1 - # via pip-tools -click==8.1.7 - # via pip-tools -importlib-metadata==7.1.0 - # via build -packaging==24.0 - # via build -pip-tools==7.4.1 - # via -r requirements/pip-tools.in -pyproject-hooks==1.1.0 - # via - # build - # pip-tools -tomli==2.0.1 - # via - # build - # pip-tools -wheel==0.43.0 - # via pip-tools -zipp==3.18.1 - # via importlib-metadata - -# The following packages are considered to be unsafe in a requirements file: -# pip -# setuptools diff --git a/requirements/pip.in b/requirements/pip.in deleted file mode 100644 index 21ce8e9..0000000 --- a/requirements/pip.in +++ /dev/null @@ -1,5 +0,0 @@ -# Core dependencies for installing other packages - -pip -setuptools -wheel diff --git a/requirements/pip.txt b/requirements/pip.txt deleted file mode 100644 index e3ffcc7..0000000 --- a/requirements/pip.txt +++ /dev/null @@ -1,14 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.8 -# by the following command: -# -# make upgrade -# -wheel==0.43.0 - # via -r requirements/pip.in - -# The following packages are considered to be unsafe in a requirements file: -pip==24.0 - # via -r requirements/pip.in -setuptools==69.5.1 - # via -r requirements/pip.in