bugfix
This commit is contained in:
parent
18e4300fe8
commit
43443b36d4
16
ahserver.egg-info/PKG-INFO
Executable file → Normal file
16
ahserver.egg-info/PKG-INFO
Executable file → Normal file
@ -9,6 +9,22 @@ Classifier: Operating System :: OS Independent
|
|||||||
Classifier: Programming Language :: Python :: 3
|
Classifier: Programming Language :: Python :: 3
|
||||||
Classifier: License :: OSI Approved :: MIT License
|
Classifier: License :: OSI Approved :: MIT License
|
||||||
Description-Content-Type: text/markdown
|
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
|
# ahserver
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
asyncio
|
asyncio
|
||||||
aiofiles
|
aiofiles
|
||||||
aiodns
|
aiodns
|
||||||
cchardet
|
|
||||||
aiohttp
|
aiohttp
|
||||||
aiohttp_session
|
aiohttp_session
|
||||||
aiohttp_auth_autz
|
aiohttp_auth_autz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
asyncio
|
asyncio
|
||||||
aiofiles
|
aiofiles
|
||||||
aiodns
|
aiodns
|
||||||
cchardet
|
# cchardet
|
||||||
aiohttp
|
aiohttp
|
||||||
aiohttp_session
|
aiohttp_session
|
||||||
aiohttp_auth_autz
|
aiohttp_auth_autz
|
||||||
|
Loading…
Reference in New Issue
Block a user