README.md
pyproject.toml
src/taq/__init__.py
src/taq/cache.py
src/taq/cli.py
src/taq/dist_info.py
src/taq/environment.py
src/taq/exceptions.py
src/taq/py.typed
src/taq/pypi.py
src/taq/requirements_file.py
src/taq/resolver.py
src/taq/scripts.py
src/taq/uninstall_support.py
src/taq/wheel_installer.py
src/taq.egg-info/PKG-INFO
src/taq.egg-info/SOURCES.txt
src/taq.egg-info/dependency_links.txt
src/taq.egg-info/entry_points.txt
src/taq.egg-info/requires.txt
src/taq.egg-info/top_level.txt
src/taq/commands/__init__.py
src/taq/commands/install.py
src/taq/commands/list_cmd.py
src/taq/commands/outdated.py
src/taq/commands/show.py
src/taq/commands/uninstall.py
src/taq/commands/upgrade.py
tests/test_environment.py
tests/test_pypi.py
tests/test_requirements_file.py
tests/test_resolver.py
tests/test_scripts.py
tests/test_wheel_installer.py