-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
29 lines (26 loc) · 965 Bytes
/
Copy pathPipfile
File metadata and controls
29 lines (26 loc) · 965 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
# 1.4.0+ moves pyaudio to an optional extra; earlier 1.3.6 forced it as a hard
# dep, which made CI fail when no prebuilt wheel existed for the Python version
# (pyaudio then tries to compile from source and needs portaudio dev headers).
pyfluidsynth = ">=1.4.0"
pychord = "*"
music21 = "*"
pillow = "*"
mido = "*"
[dev-packages]
pytest = "~=7.4.0"
hypothesis = "*"
pyinstaller = "*"
macholib = "*" # PyInstaller dependency for macOS (included on all platforms for lock consistency)
pefile = "*" # PyInstaller dependency for Windows (included on all platforms for lock consistency)
colorama = "*" # Sphinx dependency for Windows (included on all platforms for lock consistency)
pywin32-ctypes = "*" # PyInstaller dependency for Windows (included on all platforms for lock consistency)
sphinx = "*"
sphinx_rtd_theme = "*"
rinohtype = "*"
[requires]
python_version = "3.14"