Introduce Pipenv
Replace requirements.txt with pipenv for consistent development environments. Pipenv maintains a superior Lockfile similar to NPM. Added additional development dependencies and mypy configuration.
This contains a package update too:
-
alembicfrom1.12.1to1.13.2 -
flaskfrom3.0.0to3.0.3 -
SQLAlchemyfrom2.0.23to2.0.31
Edited by karp