.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
pyproject.toml
run_tests.py
.github/dependabot.yml
.github/workflows/publish.yml
.github/workflows/test.yml
tests/__init__.py
tests/test_console.py
tests/test_parse.py
tests/test_update.py
tests/test_update_license.py
tests/utils.py
tests/fixtures/pypi-package1.json
tests/fixtures/pypi-package2.json
tests/fixtures/pypi-package3-1.0.0.json
tests/fixtures/pypi-package3-2.0.0.json
tests/fixtures/pypi-package3-3.0.0.json
tests/fixtures/pypi-package3.json
tests/fixtures/pypi-package4.json
tests/fixtures/pypi-package5.json
tests/fixtures/pypi-package6.json
tests/fixtures/requirements-initial.txt
updatable/__init__.py
updatable/__main__.py
updatable/console.py
updatable/utils.py
updatable.egg-info/PKG-INFO
updatable.egg-info/SOURCES.txt
updatable.egg-info/dependency_links.txt
updatable.egg-info/entry_points.txt
updatable.egg-info/requires.txt
updatable.egg-info/top_level.txt