sanic/requirements-dev.txt

13 lines
244 B
Plaintext
Raw Normal View History

aiofiles
2017-03-29 04:38:35 +01:00
aiohttp==1.3.5
2017-04-11 22:02:49 +01:00
chardet<=2.3.0
beautifulsoup4
2016-10-16 00:19:43 +01:00
coverage
httptools
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