Commit 9ed41e7c authored by w2v1's avatar w2v1
Browse files

update pyproject.toml

parent 3bdbb4a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+6 −0
Original line number Diff line number Diff line
@@ -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",