2010-11-05 16:55:22 +00:00
|
|
|
[nosetests]
|
2011-01-20 23:02:29 +00:00
|
|
|
with-coverage=1
|
2010-11-05 16:55:22 +00:00
|
|
|
cover-package=kivy
|
|
|
|
with-id=1
|
|
|
|
verbosity=2
|
2017-12-30 22:49:44 +00:00
|
|
|
logging-level=DEBUG
|
2019-12-09 01:03:44 +00:00
|
|
|
|
2019-06-03 02:48:20 +00:00
|
|
|
[kivy]
|
|
|
|
cython_min=0.24
|
2020-05-24 08:28:47 +00:00
|
|
|
cython_max=0.29.19
|
2019-06-03 02:48:20 +00:00
|
|
|
cython_exclude=0.27,0.27.2
|
2019-12-09 01:03:44 +00:00
|
|
|
|
2019-07-12 07:10:34 +00:00
|
|
|
[coverage:run]
|
2020-05-24 07:58:38 +00:00
|
|
|
parallel = True
|
|
|
|
branch = True
|
|
|
|
omit =
|
|
|
|
*/pyinstaller/*_widget/*
|
2019-07-12 07:10:34 +00:00
|
|
|
plugins =
|
|
|
|
kivy.tools.coverage
|
2019-12-09 01:03:44 +00:00
|
|
|
|
|
|
|
[options]
|
|
|
|
install_requires =
|
|
|
|
Kivy-Garden>=0.1.4
|
|
|
|
docutils
|
|
|
|
pygments
|
2020-09-14 21:43:30 +00:00
|
|
|
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"
|
2019-12-09 01:03:44 +00:00
|
|
|
dependency_links = https://github.com/kivy-garden/garden/archive/master.zip
|
|
|
|
|
|
|
|
[options.extras_require]
|
|
|
|
tuio = oscpy
|
|
|
|
dev =
|
|
|
|
pytest>=3.6
|
|
|
|
pytest-cov
|
2020-04-29 04:05:32 +00:00
|
|
|
pytest_asyncio!=0.11.0
|
|
|
|
pytest-timeout
|
2019-12-09 01:03:44 +00:00
|
|
|
pyinstaller
|
|
|
|
sphinx
|
|
|
|
sphinxcontrib-blockdiag
|
|
|
|
sphinxcontrib-seqdiag
|
|
|
|
sphinxcontrib-actdiag
|
|
|
|
sphinxcontrib-nwdiag
|
2020-01-03 22:17:09 +00:00
|
|
|
flake8
|
2019-12-09 01:03:44 +00:00
|
|
|
base =
|
|
|
|
pillow
|
2019-12-20 21:06:54 +00:00
|
|
|
docutils
|
|
|
|
pygments
|
2019-12-29 03:54:51 +00:00
|
|
|
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"
|
2019-12-09 01:03:44 +00:00
|
|
|
pypiwin32; sys_platform == "win32"
|
|
|
|
full =
|
|
|
|
pillow
|
2019-12-20 21:06:54 +00:00
|
|
|
docutils
|
|
|
|
pygments
|
2019-12-29 03:54:51 +00:00
|
|
|
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"
|
2019-12-09 01:03:44 +00:00
|
|
|
pypiwin32; sys_platform == "win32"
|
2020-01-05 07:36:21 +00:00
|
|
|
|
|
|
|
[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
|