poetry.lock 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. [[package]]
  2. name = "audioread"
  3. version = "2.1.9"
  4. description = "multi-library, cross-platform audio decoding"
  5. category = "main"
  6. optional = false
  7. python-versions = "*"
  8. [[package]]
  9. name = "certifi"
  10. version = "2021.10.8"
  11. description = "Python package for providing Mozilla's CA Bundle."
  12. category = "main"
  13. optional = false
  14. python-versions = "*"
  15. [[package]]
  16. name = "charset-normalizer"
  17. version = "2.0.12"
  18. description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
  19. category = "main"
  20. optional = false
  21. python-versions = ">=3.5.0"
  22. [package.extras]
  23. unicode_backport = ["unicodedata2"]
  24. [[package]]
  25. name = "click"
  26. version = "8.0.4"
  27. description = "Composable command line interface toolkit"
  28. category = "main"
  29. optional = false
  30. python-versions = ">=3.6"
  31. [package.dependencies]
  32. colorama = {version = "*", markers = "platform_system == \"Windows\""}
  33. [[package]]
  34. name = "colorama"
  35. version = "0.4.4"
  36. description = "Cross-platform colored terminal text."
  37. category = "main"
  38. optional = false
  39. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  40. [[package]]
  41. name = "commonmark"
  42. version = "0.9.1"
  43. description = "Python parser for the CommonMark Markdown spec"
  44. category = "main"
  45. optional = false
  46. python-versions = "*"
  47. [package.extras]
  48. test = ["flake8 (==3.7.8)", "hypothesis (==3.55.3)"]
  49. [[package]]
  50. name = "idna"
  51. version = "3.3"
  52. description = "Internationalized Domain Names in Applications (IDNA)"
  53. category = "main"
  54. optional = false
  55. python-versions = ">=3.5"
  56. [[package]]
  57. name = "numpy"
  58. version = "1.22.2"
  59. description = "NumPy is the fundamental package for array computing with Python."
  60. category = "main"
  61. optional = false
  62. python-versions = ">=3.8"
  63. [[package]]
  64. name = "pyacoustid"
  65. version = "1.2.2"
  66. description = "bindings for Chromaprint acoustic fingerprinting and the Acoustid API"
  67. category = "main"
  68. optional = false
  69. python-versions = "*"
  70. [package.dependencies]
  71. audioread = "*"
  72. requests = "*"
  73. [[package]]
  74. name = "pygments"
  75. version = "2.11.2"
  76. description = "Pygments is a syntax highlighting package written in Python."
  77. category = "main"
  78. optional = false
  79. python-versions = ">=3.5"
  80. [[package]]
  81. name = "requests"
  82. version = "2.27.1"
  83. description = "Python HTTP for Humans."
  84. category = "main"
  85. optional = false
  86. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
  87. [package.dependencies]
  88. certifi = ">=2017.4.17"
  89. charset-normalizer = {version = ">=2.0.0,<2.1.0", markers = "python_version >= \"3\""}
  90. idna = {version = ">=2.5,<4", markers = "python_version >= \"3\""}
  91. urllib3 = ">=1.21.1,<1.27"
  92. [package.extras]
  93. socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"]
  94. use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"]
  95. [[package]]
  96. name = "rich"
  97. version = "11.2.0"
  98. description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
  99. category = "main"
  100. optional = false
  101. python-versions = ">=3.6.2,<4.0.0"
  102. [package.dependencies]
  103. colorama = ">=0.4.0,<0.5.0"
  104. commonmark = ">=0.9.0,<0.10.0"
  105. pygments = ">=2.6.0,<3.0.0"
  106. [package.extras]
  107. jupyter = ["ipywidgets (>=7.5.1,<8.0.0)"]
  108. [[package]]
  109. name = "urllib3"
  110. version = "1.26.8"
  111. description = "HTTP library with thread-safe connection pooling, file post, and more."
  112. category = "main"
  113. optional = false
  114. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
  115. [package.extras]
  116. brotli = ["brotlipy (>=0.6.0)"]
  117. secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
  118. socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
  119. [metadata]
  120. lock-version = "1.1"
  121. python-versions = "^3.10"
  122. content-hash = "8c25537d733e8f48e66f2612d9e0af3f695d256b280661d9f2db2c13ca0b8a4a"
  123. [metadata.files]
  124. audioread = [
  125. {file = "audioread-2.1.9.tar.gz", hash = "sha256:a3480e42056c8e80a8192a54f6729a280ef66d27782ee11cbd63e9d4d1523089"},
  126. ]
  127. certifi = [
  128. {file = "certifi-2021.10.8-py2.py3-none-any.whl", hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569"},
  129. {file = "certifi-2021.10.8.tar.gz", hash = "sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872"},
  130. ]
  131. charset-normalizer = [
  132. {file = "charset-normalizer-2.0.12.tar.gz", hash = "sha256:2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597"},
  133. {file = "charset_normalizer-2.0.12-py3-none-any.whl", hash = "sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df"},
  134. ]
  135. click = [
  136. {file = "click-8.0.4-py3-none-any.whl", hash = "sha256:6a7a62563bbfabfda3a38f3023a1db4a35978c0abd76f6c9605ecd6554d6d9b1"},
  137. {file = "click-8.0.4.tar.gz", hash = "sha256:8458d7b1287c5fb128c90e23381cf99dcde74beaf6c7ff6384ce84d6fe090adb"},
  138. ]
  139. colorama = [
  140. {file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"},
  141. {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"},
  142. ]
  143. commonmark = [
  144. {file = "commonmark-0.9.1-py2.py3-none-any.whl", hash = "sha256:da2f38c92590f83de410ba1a3cbceafbc74fee9def35f9251ba9a971d6d66fd9"},
  145. {file = "commonmark-0.9.1.tar.gz", hash = "sha256:452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60"},
  146. ]
  147. idna = [
  148. {file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"},
  149. {file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"},
  150. ]
  151. numpy = [
  152. {file = "numpy-1.22.2-cp310-cp310-macosx_10_14_x86_64.whl", hash = "sha256:515a8b6edbb904594685da6e176ac9fbea8f73a5ebae947281de6613e27f1956"},
  153. {file = "numpy-1.22.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:76a4f9bce0278becc2da7da3b8ef854bed41a991f4226911a24a9711baad672c"},
  154. {file = "numpy-1.22.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:168259b1b184aa83a514f307352c25c56af111c269ffc109d9704e81f72e764b"},
  155. {file = "numpy-1.22.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3556c5550de40027d3121ebbb170f61bbe19eb639c7ad0c7b482cd9b560cd23b"},
  156. {file = "numpy-1.22.2-cp310-cp310-win_amd64.whl", hash = "sha256:aafa46b5a39a27aca566198d3312fb3bde95ce9677085efd02c86f7ef6be4ec7"},
  157. {file = "numpy-1.22.2-cp38-cp38-macosx_10_14_x86_64.whl", hash = "sha256:55535c7c2f61e2b2fc817c5cbe1af7cb907c7f011e46ae0a52caa4be1f19afe2"},
  158. {file = "numpy-1.22.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:60cb8e5933193a3cc2912ee29ca331e9c15b2da034f76159b7abc520b3d1233a"},
  159. {file = "numpy-1.22.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0b536b6840e84c1c6a410f3a5aa727821e6108f3454d81a5cd5900999ef04f89"},
  160. {file = "numpy-1.22.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2638389562bda1635b564490d76713695ff497242a83d9b684d27bb4a6cc9d7a"},
  161. {file = "numpy-1.22.2-cp38-cp38-win32.whl", hash = "sha256:6767ad399e9327bfdbaa40871be4254d1995f4a3ca3806127f10cec778bd9896"},
  162. {file = "numpy-1.22.2-cp38-cp38-win_amd64.whl", hash = "sha256:03ae5850619abb34a879d5f2d4bb4dcd025d6d8fb72f5e461dae84edccfe129f"},
  163. {file = "numpy-1.22.2-cp39-cp39-macosx_10_14_x86_64.whl", hash = "sha256:d76a26c5118c4d96e264acc9e3242d72e1a2b92e739807b3b69d8d47684b6677"},
  164. {file = "numpy-1.22.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:15efb7b93806d438e3bc590ca8ef2f953b0ce4f86f337ef4559d31ec6cf9d7dd"},
  165. {file = "numpy-1.22.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:badca914580eb46385e7f7e4e426fea6de0a37b9e06bec252e481ae7ec287082"},
  166. {file = "numpy-1.22.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:94dd11d9f13ea1be17bac39c1942f527cbf7065f94953cf62dfe805653da2f8f"},
  167. {file = "numpy-1.22.2-cp39-cp39-win32.whl", hash = "sha256:8cf33634b60c9cef346663a222d9841d3bbbc0a2f00221d6bcfd0d993d5543f6"},
  168. {file = "numpy-1.22.2-cp39-cp39-win_amd64.whl", hash = "sha256:59153979d60f5bfe9e4c00e401e24dfe0469ef8da6d68247439d3278f30a180f"},
  169. {file = "numpy-1.22.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4a176959b6e7e00b5a0d6f549a479f869829bfd8150282c590deee6d099bbb6e"},
  170. {file = "numpy-1.22.2.zip", hash = "sha256:076aee5a3763d41da6bef9565fdf3cb987606f567cd8b104aded2b38b7b47abf"},
  171. ]
  172. pyacoustid = [
  173. {file = "pyacoustid-1.2.2.tar.gz", hash = "sha256:c279d9c30a7f481f1420fc37db65833b5f9816cd364dc2acaa93a11c482d4141"},
  174. ]
  175. pygments = [
  176. {file = "Pygments-2.11.2-py3-none-any.whl", hash = "sha256:44238f1b60a76d78fc8ca0528ee429702aae011c265fe6a8dd8b63049ae41c65"},
  177. {file = "Pygments-2.11.2.tar.gz", hash = "sha256:4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a"},
  178. ]
  179. requests = [
  180. {file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"},
  181. {file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"},
  182. ]
  183. rich = [
  184. {file = "rich-11.2.0-py3-none-any.whl", hash = "sha256:d5f49ad91fb343efcae45a2b2df04a9755e863e50413623ab8c9e74f05aee52b"},
  185. {file = "rich-11.2.0.tar.gz", hash = "sha256:1a6266a5738115017bb64a66c59c717e7aa047b3ae49a011ede4abdeffc6536e"},
  186. ]
  187. urllib3 = [
  188. {file = "urllib3-1.26.8-py2.py3-none-any.whl", hash = "sha256:000ca7f471a233c2251c6c7023ee85305721bfdf18621ebff4fd17a8653427ed"},
  189. {file = "urllib3-1.26.8.tar.gz", hash = "sha256:0e7c33d9a63e7ddfcb86780aac87befc2fbddf46c58dbb487e0855f7ceec283c"},
  190. ]