Commit c827f2e0 authored by haoyanbin's avatar haoyanbin

1

parent 6a0d3ede
import re import re
from flask import Blueprint, request, json from flask import Blueprint, request, json
# from pyecharts import options as opts
# from pyecharts.charts import Graph as pg
from app.model.base import dbconn, graph_driver from app.model.base import dbconn, graph_driver
bp = Blueprint('search', __name__, url_prefix='/search') bp = Blueprint('search', __name__, url_prefix='/search')
......
beautifulsoup4==4.12.3 beautifulsoup4==4.12.3
clickhouse-driver==0.2.7
Flask==3.0.3 Flask==3.0.3
py2neo==2021.2.3
pyecharts==2.0.5
PyMySQL==1.1.0 PyMySQL==1.1.0
Requests==2.31.0 Requests==2.31.0
neo4j~=5.20.0 neo4j~=5.20.0
pip~=24.0 pip~=24.0
wheel~=0.43.0 wheel~=0.43.0
openssl~=3.2.1 pyOpenSSL~=24.0.0
jinja2~=3.1.3 jinja2~=3.1.3
setuptools~=69.2.0 setuptools~=69.2.0
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment