File: setup.cfg

package info (click to toggle)
kivy 2.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 35,316 kB
  • sloc: python: 80,678; ansic: 5,326; javascript: 780; objc: 725; lisp: 195; sh: 173; makefile: 150
file content (76 lines) | stat: -rw-r--r-- 1,850 bytes parent folder | download | duplicates (2)
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
67
68
69
70
71
72
73
74
75
76
[kivy]
cython_min = 0.29.1
cython_max = 3.0.11
cython_exclude = 
python_versions = 3.8 - 3.13

[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.8.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~=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"
	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"
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

[egg_info]
tag_build = 
tag_date = 0