forked from kivy/kivy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
66 lines (61 loc) · 1.39 KB
/
setup.cfg
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
55
56
57
58
59
60
61
62
63
64
65
66
[nosetests]
with-coverage=1
cover-package=kivy
with-id=1
verbosity=2
logging-level=DEBUG
[kivy]
cython_min=0.24
cython_max=0.29.19
cython_exclude=0.27,0.27.2
[coverage:run]
parallel = True
branch = True
omit =
*/pyinstaller/*_widget/*
plugins =
kivy.tools.coverage
[options]
install_requires =
Kivy-Garden>=0.1.4
docutils
pygments
dependency_links = https://github.com/kivy-garden/garden/archive/master.zip
[options.extras_require]
tuio = oscpy
dev =
pytest>=3.6
pytest-cov
pytest_asyncio!=0.11.0
pytest-timeout
pyinstaller
sphinx
sphinxcontrib-blockdiag
sphinxcontrib-seqdiag
sphinxcontrib-actdiag
sphinxcontrib-nwdiag
flake8
base =
pillow
docutils
pygments
kivy_deps.angle~=0.2.0; sys_platform == "win32"
kivy_deps.sdl2~=0.2.0; sys_platform == "win32"
kivy_deps.glew~=0.2.0; sys_platform == "win32"
pypiwin32; sys_platform == "win32"
full =
pillow
docutils
pygments
kivy_deps.gstreamer~=0.2.0; sys_platform == "win32"
kivy_deps.angle~=0.2.0; sys_platform == "win32"
kivy_deps.sdl2~=0.2.0; sys_platform == "win32"
kivy_deps.glew~=0.2.0; sys_platform == "win32"
pypiwin32; sys_platform == "win32"
[flake8]
ignore = E125,E126,E127,E128,E402,E741,E731,W503,F401,W504,F841,E722
max-line-length = 80
exclude = __pycache__,.tox,.git/,doc/,build/,.eggs/
statistics = true
show-source = true
count = true