[kivy] cython_min=0.29.1 cython_max=3.0.0 cython_exclude= python_versions=3.8 - 3.12 [coverage:run] parallel = True branch = True omit = */pyinstaller/*_widget/* plugins = kivy.tools.coverage concurrency = thread, multiprocessing [options] python_requires = >=3.8 install_requires = Kivy-Garden>=0.1.4 docutils pygments requests filetype kivy_deps.angle~=0.4.0; sys_platform == "win32" kivy_deps.sdl2~=0.7.0; sys_platform == "win32" kivy_deps.glew~=0.3.1; sys_platform == "win32" pypiwin32; sys_platform == "win32" 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 pytest-benchmark pyinstaller sphinx<=6.2.1 sphinxcontrib-jquery kivy_deps.gstreamer_dev~=0.3.3; sys_platform == "win32" kivy_deps.sdl2_dev~=0.7.0; sys_platform == "win32" kivy_deps.glew_dev~=0.3.1; sys_platform == "win32" flake8 pre-commit responses base = pillow>=9.5.0,<11 media = kivy_deps.gstreamer~=0.3.3; sys_platform == "win32" ffpyplayer; sys_platform == "linux" or sys_platform == "darwin" full = pillow>=9.5.0,<11 kivy_deps.gstreamer~=0.3.3; sys_platform == "win32" ffpyplayer; sys_platform == "linux" or sys_platform == "darwin" gstreamer = kivy_deps.gstreamer~=0.3.3; sys_platform == "win32" # don't use 0.4.0 because it was deleted angle = kivy_deps.angle~=0.4.0; sys_platform == "win32" sdl2 = kivy_deps.sdl2~=0.7.0; sys_platform == "win32" glew = kivy_deps.glew~=0.3.1; 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/,venv/ statistics = true show-source = true count = true