File: requirements.txt

package info (click to toggle)
python-azure-devtools 1.2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 832 kB
  • sloc: python: 1,850; makefile: 8; sh: 2
file content (9 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
codecov==2.0.9
mock==2.0.0
pylint==2.5.3;  python_version > '3'
pylint==1.8.4;  python_version < '3'
isort==4.3.21   # https://github.com/PyCQA/pylint/pull/3725
pytest==3.5.1
pytest-cov==2.5.1

-e .[ci_tools]