forked from aldebaran/qibuild
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
54 lines (42 loc) · 824 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# For pylint:
astroid==1.3.8
logilab-astng==0.24.3
pylint==0.28
# For running pyflakes and pylint
# on a buildfarm (brings pep8 and pyflakes)
flake8==2.5.1
# For driving CI (invoke is better than a makefile)
invoke==0.12.0
# Brought by sphinxcontrib-spelling, but buggy
# in 1.9
pbr==1.8.1
# For releasing to Pypi
twine==1.6.4
# For qipy
virtualenv==12.0.7
# For qisys.version
packaging==16.5
# For doc:
Sphinx==1.3.1
docutils==0.11
pyparsing==1.5.6
pyenchant==1.6.6
breathe==4.1.0
# For tests
mock==1.0.1
pytest==2.8.2
py==1.4.31
pytest-cov==1.6
pytest-timeout==1.0.0
pytest-xdist==1.13.1
# For qidoc tests
BeautifulSoup4==4.2.1
sphinxcontrib-doxylink==1.3
sphinxcontrib-spelling==2.1.1
sphinx-intl==0.9.5
# For coverage
cov-core==1.7
coverage==3.6
gcovr==3.2
# For more checks, thanks pyflakes
pyflakes==0.6.1