sanic/requirements-dev.txt

14 lines
280 B
Plaintext
Raw Normal View History

aiofiles
aiohttp>=2.3.0,<=3.2.1
2017-04-11 22:02:49 +01:00
chardet<=2.3.0
beautifulsoup4
2016-10-16 00:19:43 +01:00
coverage
httptools>=0.0.10
2017-03-29 04:34:34 +01:00
flake8
2018-01-31 21:58:48 +00:00
pytest==3.3.2
tox
2018-02-07 00:56:25 +00:00
ujson; sys_platform != "win32" and implementation_name == "cpython"
uvloop; sys_platform != "win32" and implementation_name == "cpython"
gunicorn
multidict>=4.0,<5.0