diff --git a/compendium_v2/routes/api.py b/compendium_v2/routes/api.py index 7879cdfe85c240856fa35ce97ba216c0f4951321..3c07cef3481a167a4f492d644ab7e1e77c2f0b73 100644 --- a/compendium_v2/routes/api.py +++ b/compendium_v2/routes/api.py @@ -4,15 +4,13 @@ API Endpoints .. contents:: :local: -/api/things +/api/data-entries/ --------------------- """ -import json import logging -import os from flask import Blueprint diff --git a/requirements-dev.txt b/requirements-dev.txt index 69f1e1e89507ccae62662ea846327db9414e6dc5..c2a4ff036fb2a3fe762b5289c92b47ddd5aa7d72 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt -flake8 +flake8==5.0.4 flake8-quotes isort mypy @@ -9,3 +9,5 @@ types-docutils types-jsonschema types-Flask-Cors types-setuptools +types-sqlalchemy +types-flask_migrate \ No newline at end of file