* Migrate WSGI to asyncio * Rename wsgi -> http * Python 3.4 compat * Move linting to Python 3.4 * lint * Lint * Fix Python 3.4 mock_open + binary data * Surpress logging aiohttp.access * Spelling * Sending files is a coroutine * More callback annotations and naming fixes * Fix ios
13 lines
233 B
Text
13 lines
233 B
Text
flake8>=3.0.4
|
|
pylint>=1.5.6
|
|
coveralls>=1.1
|
|
pytest>=2.9.2
|
|
pytest-aiohttp>=0.1.3
|
|
pytest-asyncio>=0.5.0
|
|
pytest-cov>=2.3.1
|
|
pytest-timeout>=1.0.0
|
|
pytest-catchlog>=1.2.2
|
|
pydocstyle>=1.0.0
|
|
requests_mock>=1.0
|
|
mypy-lang>=0.4
|
|
mock-open>=1.3.1
|