From 43443b36d46896c55df2bbe1b2d59e0289c993a9 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 23 Oct 2024 10:32:47 +0800 Subject: [PATCH] bugfix --- ahserver.egg-info/PKG-INFO | 16 ++++++++++++++++ ahserver.egg-info/requires.txt | 1 - requirements.txt | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) mode change 100755 => 100644 ahserver.egg-info/PKG-INFO diff --git a/ahserver.egg-info/PKG-INFO b/ahserver.egg-info/PKG-INFO old mode 100755 new mode 100644 index 48b751f..fd49e91 --- a/ahserver.egg-info/PKG-INFO +++ b/ahserver.egg-info/PKG-INFO @@ -9,6 +9,22 @@ Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3 Classifier: License :: OSI Approved :: MIT License Description-Content-Type: text/markdown +Requires-Dist: asyncio +Requires-Dist: aiofiles +Requires-Dist: aiodns +Requires-Dist: aiohttp +Requires-Dist: aiohttp_session +Requires-Dist: aiohttp_auth_autz +Requires-Dist: aiohttp-cors +Requires-Dist: aiomysql +Requires-Dist: aioredis +Requires-Dist: psycopg2-binary +Requires-Dist: aiopg +Requires-Dist: jinja2 +Requires-Dist: ujson +Requires-Dist: openpyxl +Requires-Dist: pillow +Requires-Dist: py-natpmp # ahserver diff --git a/ahserver.egg-info/requires.txt b/ahserver.egg-info/requires.txt index 842a655..860562f 100644 --- a/ahserver.egg-info/requires.txt +++ b/ahserver.egg-info/requires.txt @@ -1,7 +1,6 @@ asyncio aiofiles aiodns -cchardet aiohttp aiohttp_session aiohttp_auth_autz diff --git a/requirements.txt b/requirements.txt index 842a655..f6a16e0 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ asyncio aiofiles aiodns -cchardet +# cchardet aiohttp aiohttp_session aiohttp_auth_autz