etianen / aiohttp-wsgi

WSGI adapter for aiohttp.
https://aiohttp-wsgi.readthedocs.io
BSD 3-Clause "New" or "Revised" License
232 stars 20 forks source link

Version of Python #3

Closed cinvoke closed 8 years ago

cinvoke commented 8 years ago

I do not see any dependency information. Is python3.4 a requisite for this because aiohttp requires it? And if so, can I use this with an app that was written in python2.7?

etianen commented 8 years ago

I'm afraid that it requires Python 3.3 or greater.

Dependencies are listed in the setup.py file: https://github.com/etianen/aiohttp-wsgi/blob/master/setup.py#L29

On Sat, 14 Nov 2015 at 11:19 Clay notifications@github.com wrote:

I do not see any dependency information. Is python3.4 a requisite for this because aiohttp requires it? And if so, can I use this with an app that was written in python2.7?

— Reply to this email directly or view it on GitHub https://github.com/etianen/aiohttp-wsgi/issues/3.