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:
-
alembic
from1.12.1
to1.13.2
-
flask
from3.0.0
to3.0.3
-
SQLAlchemy
from2.0.23
to2.0.31
Edited by karp