-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
64 lines (60 loc) · 1.56 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
[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
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"
pre-commit
responses
ruff>=0.8.3,<1.0.0
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"