File: dev_requirements.txt

package info (click to toggle)
python-msrest 0.6.21-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 836 kB
  • sloc: python: 8,599; makefile: 8; sh: 1
file content (14 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
-e .
mock;python_version<="2.7"
futures;python_version<="2.7"
httpretty>=0.8.10
coverage<5.0.0
pytest
pytest-cov
pytest-asyncio;python_full_version>="3.5.2"
mypy;python_full_version>="3.5.2"
pylint
aiohttp;python_full_version>="3.5.2"
# async in msrest was experimental, we won't update
trio==0.14.0;python_version == '3.5'
trio==0.16.0;python_version >= '3.6'