sanic/requirements-dev.txt

14 lines
280 B
Plaintext
Raw Normal View History

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