Add missing dependency

Added missing `aiofiles` to tox.ini and cleaned up requirements files.
This commit is contained in:
Brian Bates 2017-02-05 11:44:01 -08:00
parent 6f0b09509e
commit 82f383b64f
3 changed files with 19 additions and 18 deletions

View File

@ -1,18 +1,18 @@
httptools
ujson
uvloop
aiohttp
aiocache
pytest
coverage
tox
gunicorn
bottle
kyoukai
falcon
tornado
aiofiles
aiohttp
beautifulsoup4
bottle
coverage
falcon
gunicorn
httptools
kyoukai
pytest
recommonmark
sphinx
sphinx_rtd_theme
recommonmark
beautifulsoup4
tornado
tox
ujson
uvloop

View File

@ -1,4 +1,4 @@
aiofiles
httptools
ujson
uvloop
aiofiles

View File

@ -1,16 +1,16 @@
[tox]
envlist = py35, py36, flake8
[travis]
[travis]
python =
3.5: py35, flake8
3.6: py36, flake8
[testenv]
[testenv]
deps =
aiofiles
aiohttp
pytest
beautifulsoup4
@ -18,6 +18,7 @@ deps =
commands =
pytest tests {posargs}
[testenv:flake8]
deps =
flake8