.bandit
.codecov.yml
.coveragerc
.flake8
.gitattributes
.gitignore
.pre-commit-config.yaml
.pre-commit-hooks.yaml
.readthedocs.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
towncrier.toml
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/chronographer.yml
.github/ISSUE_TEMPLATE/bug-report.md
.github/ISSUE_TEMPLATE/feature-request.md
.github/workflows/ci.yml
.github/workflows/cron.yml
.github/workflows/release.yml
.github/workflows/reusable-qa.yml
changelog.d/.draft_changelog_partial.md
changelog.d/.gitignore
changelog.d/.towncrier_template.md.jinja
changelog.d/README.md
docs/.gitignore
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/requirements.in
docs/requirements.txt
docs/cli/index.md
docs/cli/pip-compile.md
docs/cli/pip-sync.md
docs/pkg/.gitignore
examples/django.in
examples/flask.in
examples/hypothesis.in
examples/protection.in
examples/sentry.in
examples/readme/constraints.txt
examples/readme/pyproject.toml
img/pip-tools-overview.svg
pip_tools.egg-info/PKG-INFO
pip_tools.egg-info/SOURCES.txt
pip_tools.egg-info/dependency_links.txt
pip_tools.egg-info/entry_points.txt
pip_tools.egg-info/requires.txt
pip_tools.egg-info/top_level.txt
piptools/__init__.py
piptools/__main__.py
piptools/build.py
piptools/cache.py
piptools/exceptions.py
piptools/locations.py
piptools/logging.py
piptools/py.typed
piptools/resolver.py
piptools/subprocess_utils.py
piptools/sync.py
piptools/utils.py
piptools/writer.py
piptools/_compat/__init__.py
piptools/_compat/path_compat.py
piptools/_compat/pip_compat.py
piptools/repositories/__init__.py
piptools/repositories/base.py
piptools/repositories/local.py
piptools/repositories/pypi.py
piptools/scripts/__init__.py
piptools/scripts/_deprecations.py
piptools/scripts/compile.py
piptools/scripts/options.py
piptools/scripts/sync.py
tests/__init__.py
tests/conftest.py
tests/constants.py
tests/test_build.py
tests/test_cache.py
tests/test_cli_compile.py
tests/test_cli_sync.py
tests/test_fake_index.py
tests/test_logging.py
tests/test_minimal_upgrade.py
tests/test_pip_compat.py
tests/test_repository_local.py
tests/test_repository_pypi.py
tests/test_resolver.py
tests/test_subprocess_utils.py
tests/test_sync.py
tests/test_top_level_editable.py
tests/test_utils.py
tests/test_writer.py
tests/utils.py
tests/test_data/fake-editables.json
tests/test_data/fake-index.json
tests/test_data/minimal_wheels/small-fake-multi-arch-0.1.tar.gz
tests/test_data/minimal_wheels/small_fake_a-0.1-py2.py3-none-any.whl
tests/test_data/minimal_wheels/small_fake_a-0.2-py2.py3-none-any.whl
tests/test_data/minimal_wheels/small_fake_a-0.3b1-py2.py3-none-any.whl
tests/test_data/minimal_wheels/small_fake_b-0.1-py2.py3-none-any.whl
tests/test_data/minimal_wheels/small_fake_b-0.2-py2.py3-none-any.whl
tests/test_data/minimal_wheels/small_fake_b-0.3-py2.py3-none-any.whl
tests/test_data/minimal_wheels/small_fake_multi_arch-0.1-py2.py3-none-manylinux1_i686.whl
tests/test_data/minimal_wheels/small_fake_multi_arch-0.1-py2.py3-none-manylinux1_x86_64.whl
tests/test_data/minimal_wheels/small_fake_multi_arch-0.1-py2.py3-none-win32.whl
tests/test_data/minimal_wheels/small_fake_with_deps-0.1-py2.py3-none-any.whl
tests/test_data/minimal_wheels/small_fake_with_deps_and_sub_deps-0.1-py2.py3-none-any.whl
tests/test_data/minimal_wheels/small_fake_with_unpinned_deps-0.1-py2.py3-none-any.whl
tests/test_data/packages/fake_with_deps/pyproject.toml
tests/test_data/packages/fake_with_deps/fake_with_deps/__init__.py
tests/test_data/packages/small_fake_a/setup.py
tests/test_data/packages/small_fake_with_build_deps/pyproject.toml
tests/test_data/packages/small_fake_with_build_deps/setup.py
tests/test_data/packages/small_fake_with_build_deps/backend/backend.py
tests/test_data/packages/small_fake_with_deps/setup.py
tests/test_data/packages/small_fake_with_deps_and_sub_deps/setup.py
tests/test_data/packages/small_fake_with_pyproject/pyproject.toml
tests/test_data/packages/small_fake_with_subdir/subdir/setup.py
tests/test_data/packages/small_fake_with_unpinned_deps/setup.py