C:\github\aiohttp-requests{homedir}.virtualenvs\aiohttp-requests\Lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and ...
import aiohttp from aiohttp import web # A simple handler for the / endpoint async def handle(request): return web.json_response({'message': 'Hello, World ...