This commit is contained in:
yumoqing 2024-10-23 10:32:47 +08:00
parent 18e4300fe8
commit 43443b36d4
3 changed files with 17 additions and 2 deletions

16
ahserver.egg-info/PKG-INFO Executable file → Normal file
View File

@ -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

View File

@ -1,7 +1,6 @@
asyncio
aiofiles
aiodns
cchardet
aiohttp
aiohttp_session
aiohttp_auth_autz

View File

@ -1,7 +1,7 @@
asyncio
aiofiles
aiodns
cchardet
# cchardet
aiohttp
aiohttp_session
aiohttp_auth_autz