Loading src/api/flask/web/api/routes/api.py +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ import psycopg2 import requests import redis from flask import Blueprint, render_template, request, jsonify from flask import Blueprint from path import Path from common.env import check_environment as ce Loading src/pyproject.toml +6 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,12 @@ scrapers = [ "beautifulsoup4~=4.10.0", "websocket~=0.2.1" ] api = [ "requests~=2.27.1", "psycopg2-binary==2.9.9", "flask>=2.0.2",, "redis==5.0.6" ] all = [ "psycopg2-binary==2.9.9", "pymssql==2.2.11", Loading Loading
src/api/flask/web/api/routes/api.py +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ import psycopg2 import requests import redis from flask import Blueprint, render_template, request, jsonify from flask import Blueprint from path import Path from common.env import check_environment as ce Loading
src/pyproject.toml +6 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,12 @@ scrapers = [ "beautifulsoup4~=4.10.0", "websocket~=0.2.1" ] api = [ "requests~=2.27.1", "psycopg2-binary==2.9.9", "flask>=2.0.2",, "redis==5.0.6" ] all = [ "psycopg2-binary==2.9.9", "pymssql==2.2.11", Loading