poetry.lock 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # This file is automatically @generated by Poetry and should not be changed by hand.
  2. [[package]]
  3. name = "midiutil"
  4. version = "1.2.1"
  5. description = "A pure python library for creating multi-track MIDI files"
  6. category = "main"
  7. optional = false
  8. python-versions = "*"
  9. files = [
  10. {file = "MIDIUtil-1.2.1.tar.gz", hash = "sha256:79fa983bd1efc60785f68a8fe78fa8f45b8d7ec5898bf7cb7f3f7f3336d6a90a"},
  11. ]
  12. [[package]]
  13. name = "mingus"
  14. version = "0.6.1"
  15. description = "mingus is a music package for Python"
  16. category = "main"
  17. optional = false
  18. python-versions = "*"
  19. files = [
  20. {file = "mingus-0.6.1-py2.py3-none-any.whl", hash = "sha256:036a85b83d2f5542e2fe8fbfff77d2b29b82527360b1687f9ec7824fcd892f9f"},
  21. {file = "mingus-0.6.1.tar.gz", hash = "sha256:85ca22469f5b0758585bbc5cd8162bbe4da049ce37d79c144378a922be9faf05"},
  22. ]
  23. [package.dependencies]
  24. six = "*"
  25. [package.extras]
  26. fft = ["numpy"]
  27. fluidsynth = ["numpy"]
  28. [[package]]
  29. name = "six"
  30. version = "1.16.0"
  31. description = "Python 2 and 3 compatibility utilities"
  32. category = "main"
  33. optional = false
  34. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
  35. files = [
  36. {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
  37. {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
  38. ]
  39. [metadata]
  40. lock-version = "2.0"
  41. python-versions = "^3.11"
  42. content-hash = "43ec1231a175012bc6b993a1b5adf1e25fd09190124e47c5e14568630a7e0a09"