.appveyor.yml
.bandit
.coveragerc
.fussyfox.yml
.gitignore
.pre-commit-config.yaml
.pre-commit-hooks.yaml
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.rst
setup.cfg
setup.py
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug-report.md
.github/ISSUE_TEMPLATE/feature-request.md
.github/workflows/cron.yml
examples/django.in
examples/flask.in
examples/hypothesis.in
examples/protection.in
examples/sentry.in
img/pip-tools-overview.png
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/not-zip-safe
pip_tools.egg-info/requires.txt
pip_tools.egg-info/top_level.txt
piptools/__init__.py
piptools/__main__.py
piptools/cache.py
piptools/click.py
piptools/exceptions.py
piptools/locations.py
piptools/logging.py
piptools/resolver.py
piptools/sync.py
piptools/utils.py
piptools/writer.py
piptools/_compat/__init__.py
piptools/_compat/contextlib.py
piptools/_compat/pip_compat.py
piptools/_compat/tempfile.py
piptools/repositories/__init__.py
piptools/repositories/base.py
piptools/repositories/local.py
piptools/repositories/pypi.py
piptools/scripts/__init__.py
piptools/scripts/compile.py
piptools/scripts/sync.py
tests/__init__.py
tests/conftest.py
tests/constants.py
tests/test_cache.py
tests/test_cli_compile.py
tests/test_cli_sync.py
tests/test_fake_index.py
tests/test_locations.py
tests/test_logging.py
tests/test_minimal_upgrade.py
tests/test_repository_local.py
tests/test_repository_pypi.py
tests/test_resolver.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_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/setup.py
tests/test_data/packages/small_fake_a/setup.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_unpinned_deps/setup.py