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
|
packaging
[:python_version < "3.8"]
importlib_metadata
[build-docs]
sphinx~=4.3.2
sphinx-rtd-theme~=1.2.2
[check-manifest]
check-manifest>=0.49
[dev]
mido[check-manifest]
mido[lint-code]
mido[test-code]
mido[lint-reuse]
mido[build-docs]
mido[release]
[lint-code]
ruff~=0.1.6
[lint-reuse]
reuse~=1.1.2
[ports-all]
mido[ports-pygame]
mido[ports-rtmidi]
mido[ports-rtmidi-python]
[ports-pygame]
PyGame~=2.5
[ports-rtmidi]
python-rtmidi~=1.5.4
[ports-rtmidi-python]
rtmidi-python~=0.2.2
[release]
twine~=4.0.2
[test-code]
pytest~=7.4.0
|