From 202eb238c73c4ab9dbd2a2eb9fc7ad4507e88166 Mon Sep 17 00:00:00 2001 From: DXC Date: Mon, 20 Apr 2026 14:44:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A4=E6=8E=A5=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 107 ++++++++++++++++-- src/gasflux/janitor.py | 2 +- 新建文本文档.txt => 生成API文件.txt | 0 3 files changed, 100 insertions(+), 9 deletions(-) rename 新建文本文档.txt => 生成API文件.txt (100%) diff --git a/requirements.txt b/requirements.txt index 4ff4bd5..84c1b2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,21 +1,112 @@ -# Automatically generated by https://github.com/damnever/pigar. - +aiofiles==25.1.0 +altgraph==0.17.5 +amqp==5.3.1 +aniso8601==10.0.1 +annotated-doc==0.0.4 +annotated-types==0.7.0 +anyio==4.12.1 +async-timeout==5.0.1 +attrs==25.4.0 +backports.asyncio.runner==1.2.0 +billiard==4.2.4 +blinker==1.9.0 +celery==5.6.2 +certifi==2026.1.4 +charset-normalizer==3.4.4 +click==8.3.1 +click-didyoumean==0.3.1 +click-plugins==1.1.1.2 +click-repl==0.3.0 +cligj==0.7.2 colorama==0.4.6 +contourpy==1.3.2 +coverage==7.13.1 +cycler==0.12.1 +et_xmlfile==2.0.0 +exceptiongroup==1.3.1 +fastapi==0.128.0 +fiona==1.10.1 +Flask==3.1.2 +flask-cors==6.0.2 +flask-restx==1.3.2 +fonttools==4.61.1 +geographiclib==2.1 +geopandas==0.14.3 geopy==2.4.1 +h11==0.16.0 +httpcore==1.0.9 +httpx==0.28.1 +idna==3.11 +ImageIO==2.37.2 +importlib_resources==6.5.2 +iniconfig==2.3.0 +itsdangerous==2.2.0 Jinja2==3.1.6 joblib==1.3.2 +jsonschema==4.26.0 +jsonschema-specifications==2025.9.1 +kiwisolver==1.4.9 +kombu==5.6.2 +lazy_loader==0.4 +llvmlite==0.46.0 +MarkupSafe==3.0.3 matplotlib==3.10.0 molmass==2023.8.30 +narwhals==2.14.0 +networkx==3.4.2 +numba==0.63.1 numpy==2.1.3 +openpyxl==3.1.5 +packaging==25.0 pandas==2.2.3 +pefile==2024.8.26 +pillow==12.1.0 +plotly==5.20.0 +pluggy==1.6.0 +prompt_toolkit==3.0.52 +psutil==7.2.1 pybaselines==1.1.0 -pyproj==3.6.1 +pydantic==2.12.5 +pydantic_core==2.41.5 +Pygments==2.19.2 +pyinstaller==6.17.0 +pyinstaller-hooks-contrib==2025.11 +pyogrio==0.12.1 +pyparsing==3.3.1 +pyproj==3.7.1 pytest==8.1.1 +pytest-asyncio +pytest-cov==7.0.0 +pytest-mock==3.15.1 +python-dateutil==2.9.0.post0 +python-multipart==0.0.21 +pytz==2025.2 +pywin32-ctypes==0.2.3 PyYAML==6.0.1 +redis==7.1.0 +referencing==0.37.0 +requests==2.32.5 +rpds-py==0.30.0 scikit-gstat==1.0.19 +scikit-image==0.24.0 +scikit-learn==1.7.2 scipy==1.15.1 -flask -werkzeug -flask-cors -waitress -psutil +shapely==2.1.2 +simplekml==1.3.6 +six==1.17.0 +starlette==0.50.0 +tenacity==9.1.2 +threadpoolctl==3.6.0 +tifffile==2025.5.10 +tomli==2.4.0 +tqdm==4.67.1 +typing-inspection==0.4.2 +typing_extensions==4.15.0 +tzdata==2025.3 +tzlocal==5.3.1 +urllib3==2.6.2 +uvicorn==0.40.0 +vine==5.1.0 +waitress==3.0.2 +wcwidth==0.2.14 +Werkzeug==3.1.5 diff --git a/src/gasflux/janitor.py b/src/gasflux/janitor.py index 2db1d43..0281b36 100644 --- a/src/gasflux/janitor.py +++ b/src/gasflux/janitor.py @@ -79,7 +79,7 @@ def cleanup_expired_tasks(): """).fetchall() if rows: - current_app.logger.info(f"Janitor found {len(rows)} expired tasks to clean up") + current_app.logger.info(f"Janitor found {len(rows)} expired tasks to clean up") for row in rows: task_id = row['task_id'] diff --git a/新建文本文档.txt b/生成API文件.txt similarity index 100% rename from 新建文本文档.txt rename to 生成API文件.txt