Add missing dependency
Added missing `aiofiles` to tox.ini and cleaned up requirements files.
This commit is contained in:
parent
6f0b09509e
commit
82f383b64f
|
@ -1,18 +1,18 @@
|
||||||
httptools
|
|
||||||
ujson
|
|
||||||
uvloop
|
|
||||||
aiohttp
|
|
||||||
aiocache
|
aiocache
|
||||||
pytest
|
|
||||||
coverage
|
|
||||||
tox
|
|
||||||
gunicorn
|
|
||||||
bottle
|
|
||||||
kyoukai
|
|
||||||
falcon
|
|
||||||
tornado
|
|
||||||
aiofiles
|
aiofiles
|
||||||
|
aiohttp
|
||||||
|
beautifulsoup4
|
||||||
|
bottle
|
||||||
|
coverage
|
||||||
|
falcon
|
||||||
|
gunicorn
|
||||||
|
httptools
|
||||||
|
kyoukai
|
||||||
|
pytest
|
||||||
|
recommonmark
|
||||||
sphinx
|
sphinx
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme
|
||||||
recommonmark
|
tornado
|
||||||
beautifulsoup4
|
tox
|
||||||
|
ujson
|
||||||
|
uvloop
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
|
aiofiles
|
||||||
httptools
|
httptools
|
||||||
ujson
|
ujson
|
||||||
uvloop
|
uvloop
|
||||||
aiofiles
|
|
||||||
|
|
7
tox.ini
7
tox.ini
|
@ -1,16 +1,16 @@
|
||||||
[tox]
|
[tox]
|
||||||
|
|
||||||
envlist = py35, py36, flake8
|
envlist = py35, py36, flake8
|
||||||
|
|
||||||
[travis]
|
|
||||||
|
|
||||||
|
[travis]
|
||||||
python =
|
python =
|
||||||
3.5: py35, flake8
|
3.5: py35, flake8
|
||||||
3.6: py36, flake8
|
3.6: py36, flake8
|
||||||
|
|
||||||
[testenv]
|
|
||||||
|
|
||||||
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
|
aiofiles
|
||||||
aiohttp
|
aiohttp
|
||||||
pytest
|
pytest
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
|
@ -18,6 +18,7 @@ deps =
|
||||||
commands =
|
commands =
|
||||||
pytest tests {posargs}
|
pytest tests {posargs}
|
||||||
|
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
deps =
|
deps =
|
||||||
flake8
|
flake8
|
||||||
|
|
Loading…
Reference in New Issue
Block a user