kivy/setup.cfg

72 lines
1.7 KiB
INI
Raw Normal View History

2019-06-03 02:48:20 +00:00
[kivy]
cython_min=0.29.1
cython_max=3.0.11
cython_exclude=
python_versions=3.9 - 3.13
[coverage:run]
parallel = True
branch = True
omit =
*/pyinstaller/*_widget/*
plugins =
kivy.tools.coverage
concurrency = thread, multiprocessing
[options]
python_requires = >=3.9
install_requires =
Kivy-Garden>=0.1.4
docutils
pygments
requests
filetype
kivy_deps.angle~=0.4.0; sys_platform == "win32"
kivy_deps.sdl2~=0.8.0; sys_platform == "win32"
kivy_deps.glew~=0.3.1; sys_platform == "win32"
pypiwin32; sys_platform == "win32"
[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
pytest-benchmark
pyinstaller
sphinx~=6.2.1
sphinxcontrib-jquery~=4.1
kivy_deps.gstreamer_dev~=0.3.3; sys_platform == "win32"
kivy_deps.sdl2_dev~=0.8.0; sys_platform == "win32"
kivy_deps.glew_dev~=0.3.1; sys_platform == "win32"
2020-01-03 22:17:09 +00:00
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.8.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