diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 268a9c3..515c8f5 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -55,8 +55,8 @@ Thank you for your interest in contributing to our package! This document outlin 11. **Export Dependencies**: Export dependencies for development and production. ```bash - poetry export -f requirements.txt --output packages/requirements.txt --without-hashes - poetry export -f requirements.txt --dev --output packages/requirements-dev.txt --without-hashes + poetry export -f requirements.txt --output requirements/requirements.txt --without-hashes + poetry export -f requirements.txt --dev --output requirements/dev.txt --without-hashes ``` ## Commitizen Message Rule diff --git a/requirements/dev.txt b/requirements/dev.txt new file mode 100644 index 0000000..a057101 --- /dev/null +++ b/requirements/dev.txt @@ -0,0 +1,74 @@ +alabaster==0.7.16 ; python_version >= "3.10" and python_version < "4.0" +argcomplete==3.4.0 ; python_version >= "3.10" and python_version < "4.0" +astroid==3.2.4 ; python_version >= "3.10" and python_version < "4.0" +babel==2.15.0 ; python_version >= "3.10" and python_version < "4.0" +bandit[toml]==1.7.10 ; python_version >= "3.10" and python_version < "4.0" +black==24.4.2 ; python_version >= "3.10" and python_version < "4.0" +cachetools==5.4.0 ; python_version >= "3.10" and python_version < "4.0" +certifi==2024.7.4 ; python_version >= "3.10" and python_version < "4.0" +cfgv==3.4.0 ; python_version >= "3.10" and python_version < "4.0" +chardet==5.2.0 ; python_version >= "3.10" and python_version < "4.0" +charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "4.0" +click==8.1.7 ; python_version >= "3.10" and python_version < "4.0" +codecov==2.1.13 ; python_version >= "3.10" and python_version < "4.0" +colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" +commitizen==3.28.0 ; python_version >= "3.10" and python_version < "4.0" +coverage==7.6.0 ; python_version >= "3.10" and python_version < "4.0" +coverage[toml]==7.6.0 ; python_version >= "3.10" and python_version < "4.0" +decli==0.6.2 ; python_version >= "3.10" and python_version < "4.0" +dill==0.3.8 ; python_version >= "3.10" and python_version < "4.0" +distlib==0.3.8 ; python_version >= "3.10" and python_version < "4.0" +docformatter==1.7.5 ; python_version >= "3.10" and python_version < "4.0" +docutils==0.20.1 ; python_version >= "3.10" and python_version < "4.0" +exceptiongroup==1.2.2 ; python_version >= "3.10" and python_version < "3.11" +filelock==3.15.4 ; python_version >= "3.10" and python_version < "4.0" +identify==2.6.0 ; python_version >= "3.10" and python_version < "4.0" +idna==3.7 ; python_version >= "3.10" and python_version < "4.0" +imagesize==1.4.1 ; python_version >= "3.10" and python_version < "4.0" +iniconfig==2.0.0 ; python_version >= "3.10" and python_version < "4.0" +isort==5.13.2 ; python_version >= "3.10" and python_version < "4.0" +jinja2==3.1.4 ; python_version >= "3.10" and python_version < "4.0" +markdown-it-py==3.0.0 ; python_version >= "3.10" and python_version < "4.0" +markupsafe==2.1.5 ; python_version >= "3.10" and python_version < "4.0" +mccabe==0.7.0 ; python_version >= "3.10" and python_version < "4.0" +mdurl==0.1.2 ; python_version >= "3.10" and python_version < "4.0" +mypy-extensions==1.0.0 ; python_version >= "3.10" and python_version < "4.0" +mypy==1.11.1 ; python_version >= "3.10" and python_version < "4.0" +nodeenv==1.9.1 ; python_version >= "3.10" and python_version < "4.0" +packaging==24.1 ; python_version >= "3.10" and python_version < "4.0" +pathspec==0.12.1 ; python_version >= "3.10" and python_version < "4.0" +pbr==6.1.0 ; python_version >= "3.10" and python_version < "4.0" +platformdirs==4.2.2 ; python_version >= "3.10" and python_version < "4.0" +pluggy==1.5.0 ; python_version >= "3.10" and python_version < "4.0" +pre-commit==3.8.0 ; python_version >= "3.10" and python_version < "4.0" +prompt-toolkit==3.0.36 ; python_version >= "3.10" and python_version < "4.0" +pygments==2.18.0 ; python_version >= "3.10" and python_version < "4.0" +pylint==3.2.6 ; python_version >= "3.10" and python_version < "4.0" +pyproject-api==1.7.1 ; python_version >= "3.10" and python_version < "4.0" +pytest-cov==5.0.0 ; python_version >= "3.10" and python_version < "4.0" +pytest==8.3.2 ; python_version >= "3.10" and python_version < "4.0" +pyyaml==6.0.1 ; python_version >= "3.10" and python_version < "4.0" +questionary==2.0.1 ; python_version >= "3.10" and python_version < "4.0" +requests==2.32.3 ; python_version >= "3.10" and python_version < "4.0" +rich==13.9.3 ; python_version >= "3.10" and python_version < "4.0" +ruff==0.7.1 ; python_version >= "3.10" and python_version < "4.0" +snowballstemmer==2.2.0 ; python_version >= "3.10" and python_version < "4.0" +sphinx-rtd-theme==2.0.0 ; python_version >= "3.10" and python_version < "4.0" +sphinx==7.4.7 ; python_version >= "3.10" and python_version < "4.0" +sphinxcontrib-applehelp==2.0.0 ; python_version >= "3.10" and python_version < "4.0" +sphinxcontrib-devhelp==2.0.0 ; python_version >= "3.10" and python_version < "4.0" +sphinxcontrib-htmlhelp==2.1.0 ; python_version >= "3.10" and python_version < "4.0" +sphinxcontrib-jquery==4.1 ; python_version >= "3.10" and python_version < "4.0" +sphinxcontrib-jsmath==1.0.1 ; python_version >= "3.10" and python_version < "4.0" +sphinxcontrib-qthelp==2.0.0 ; python_version >= "3.10" and python_version < "4.0" +sphinxcontrib-serializinghtml==2.0.0 ; python_version >= "3.10" and python_version < "4.0" +stevedore==5.3.0 ; python_version >= "3.10" and python_version < "4.0" +termcolor==2.4.0 ; python_version >= "3.10" and python_version < "4.0" +tomli==2.0.2 ; python_version >= "3.10" and python_full_version <= "3.11.0a6" +tomlkit==0.13.0 ; python_version >= "3.10" and python_version < "4.0" +tox==4.16.0 ; python_version >= "3.10" and python_version < "4.0" +typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "4.0" +untokenize==0.1.1 ; python_version >= "3.10" and python_version < "4.0" +urllib3==2.2.2 ; python_version >= "3.10" and python_version < "4.0" +virtualenv==20.26.3 ; python_version >= "3.10" and python_version < "4.0" +wcwidth==0.2.13 ; python_version >= "3.10" and python_version < "4.0" diff --git a/requirements/requirements.txt b/requirements/requirements.txt new file mode 100644 index 0000000..d7db857 --- /dev/null +++ b/requirements/requirements.txt @@ -0,0 +1,5 @@ +certifi==2024.7.4 ; python_version >= "3.10" and python_version < "4.0" +charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "4.0" +idna==3.7 ; python_version >= "3.10" and python_version < "4.0" +requests==2.32.3 ; python_version >= "3.10" and python_version < "4.0" +urllib3==2.2.2 ; python_version >= "3.10" and python_version < "4.0"