Initial Tweag-internal release.
- automatically parses all imports from Python scripts and Jupyter notebooks in a project.
- supports the most common file formats for declaring dependencies:
- `requirements.txt`, `requirements.in`, `requirements-all.txt`
- `setup.py`
- `setup.cfg`
- `pyproject.toml`
Refer to the project's readme or `fawltydeps --help` for more documentation.