File: test_requirements.txt

package info (click to toggle)
vim-youcompleteme 0%2B20161219%2Bgit194ff33-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,196 kB
  • ctags: 890
  • sloc: python: 6,165; sh: 60; makefile: 27
file content (10 lines) | stat: -rw-r--r-- 386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# Flake8 3.x dropped support of Python 2.6 and 3.3
flake8     <  3.0.0; python_version == '2.6' or python_version == '3.3'
flake8     >= 3.0.0; python_version == '2.7' or python_version >  '3.3'
mock       >= 1.0.1
nose       >= 1.3.7
PyHamcrest >= 1.8.0
# This needs to be kept in sync with submodule checkout in
# third_party/ycmd/third_party
future     == 0.15.2
codecov    >= 2.0.5