Added
- A new `jetzt_metadata.json` is introduced. This file will be used to maintain project metadata including installed dependencies. **UNFORTUNATELY THIS INTRODUCES BREAKING CHANGES**. You need to scaffold a new project, install dependencies again, and finally move your code manually from prior projects.
- Ability to list outdated dependencies. The ability to actually install the updates is coming soon.
Changed
- Jetzt is no longer depending on `requirements.txt` and `requirements-dev.txt` for dependency management, `jetzt_metadata.json` is used instead.
Removed
Fixed