Renku is a simple cross platform Image Board and Booru browser
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

268 lines
11 KiB

4 years ago
  1. [[package]]
  2. category = "dev"
  3. description = "Atomic file writes."
  4. marker = "sys_platform == \"win32\""
  5. name = "atomicwrites"
  6. optional = false
  7. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  8. version = "1.4.0"
  9. [[package]]
  10. category = "dev"
  11. description = "Classes Without Boilerplate"
  12. name = "attrs"
  13. optional = false
  14. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  15. version = "19.3.0"
  16. [package.extras]
  17. azure-pipelines = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "pytest-azurepipelines"]
  18. dev = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "sphinx", "pre-commit"]
  19. docs = ["sphinx", "zope.interface"]
  20. tests = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"]
  21. [[package]]
  22. category = "dev"
  23. description = "Cross-platform colored terminal text."
  24. marker = "sys_platform == \"win32\""
  25. name = "colorama"
  26. optional = false
  27. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  28. version = "0.4.3"
  29. [[package]]
  30. category = "dev"
  31. description = "Read metadata from Python packages"
  32. marker = "python_version < \"3.8\""
  33. name = "importlib-metadata"
  34. optional = false
  35. python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
  36. version = "1.7.0"
  37. [package.dependencies]
  38. zipp = ">=0.5"
  39. [package.extras]
  40. docs = ["sphinx", "rst.linker"]
  41. testing = ["packaging", "pep517", "importlib-resources (>=1.3)"]
  42. [[package]]
  43. category = "dev"
  44. description = "More routines for operating on iterables, beyond itertools"
  45. name = "more-itertools"
  46. optional = false
  47. python-versions = ">=3.5"
  48. version = "8.4.0"
  49. [[package]]
  50. category = "dev"
  51. description = "Python compiler with full language support and CPython compatibility"
  52. name = "nuitka"
  53. optional = false
  54. python-versions = "*"
  55. version = "0.6.8.4"
  56. [[package]]
  57. category = "dev"
  58. description = "Core utilities for Python packages"
  59. name = "packaging"
  60. optional = false
  61. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  62. version = "20.4"
  63. [package.dependencies]
  64. pyparsing = ">=2.0.2"
  65. six = "*"
  66. [[package]]
  67. category = "dev"
  68. description = "plugin and hook calling mechanisms for python"
  69. name = "pluggy"
  70. optional = false
  71. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  72. version = "0.13.1"
  73. [package.dependencies]
  74. [package.dependencies.importlib-metadata]
  75. python = "<3.8"
  76. version = ">=0.12"
  77. [package.extras]
  78. dev = ["pre-commit", "tox"]
  79. [[package]]
  80. category = "dev"
  81. description = "library with cross-python path, ini-parsing, io, code, log facilities"
  82. name = "py"
  83. optional = false
  84. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  85. version = "1.9.0"
  86. [[package]]
  87. category = "dev"
  88. description = "Python parsing module"
  89. name = "pyparsing"
  90. optional = false
  91. python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
  92. version = "2.4.7"
  93. [[package]]
  94. category = "main"
  95. description = "Python bindings for the Qt cross platform application toolkit"
  96. name = "pyqt5"
  97. optional = false
  98. python-versions = ">=3.5"
  99. version = "5.15.0"
  100. [package.dependencies]
  101. PyQt5-sip = ">=12.8,<13"
  102. [[package]]
  103. category = "main"
  104. description = "The sip module support for PyQt5"
  105. name = "pyqt5-sip"
  106. optional = false
  107. python-versions = ">=3.5"
  108. version = "12.8.0"
  109. [[package]]
  110. category = "dev"
  111. description = "pytest: simple powerful testing with Python"
  112. name = "pytest"
  113. optional = false
  114. python-versions = ">=3.5"
  115. version = "5.4.3"
  116. [package.dependencies]
  117. atomicwrites = ">=1.0"
  118. attrs = ">=17.4.0"
  119. colorama = "*"
  120. more-itertools = ">=4.0.0"
  121. packaging = "*"
  122. pluggy = ">=0.12,<1.0"
  123. py = ">=1.5.0"
  124. wcwidth = "*"
  125. [package.dependencies.importlib-metadata]
  126. python = "<3.8"
  127. version = ">=0.12"
  128. [package.extras]
  129. checkqa-mypy = ["mypy (v0.761)"]
  130. testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"]
  131. [[package]]
  132. category = "dev"
  133. description = "Python 2 and 3 compatibility utilities"
  134. name = "six"
  135. optional = false
  136. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
  137. version = "1.15.0"
  138. [[package]]
  139. category = "dev"
  140. description = "Measures the displayed width of unicode strings in a terminal"
  141. name = "wcwidth"
  142. optional = false
  143. python-versions = "*"
  144. version = "0.2.5"
  145. [[package]]
  146. category = "dev"
  147. description = "Backport of pathlib-compatible object wrapper for zip files"
  148. marker = "python_version < \"3.8\""
  149. name = "zipp"
  150. optional = false
  151. python-versions = ">=3.6"
  152. version = "3.1.0"
  153. [package.extras]
  154. docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
  155. testing = ["jaraco.itertools", "func-timeout"]
  156. [metadata]
  157. content-hash = "43554ae10c12b014df8c1a5c415f46854ed1995de3465f872e26311f666e6d89"
  158. python-versions = "^3.6"
  159. [metadata.files]
  160. atomicwrites = [
  161. {file = "atomicwrites-1.4.0-py2.py3-none-any.whl", hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"},
  162. {file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"},
  163. ]
  164. attrs = [
  165. {file = "attrs-19.3.0-py2.py3-none-any.whl", hash = "sha256:08a96c641c3a74e44eb59afb61a24f2cb9f4d7188748e76ba4bb5edfa3cb7d1c"},
  166. {file = "attrs-19.3.0.tar.gz", hash = "sha256:f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72"},
  167. ]
  168. colorama = [
  169. {file = "colorama-0.4.3-py2.py3-none-any.whl", hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff"},
  170. {file = "colorama-0.4.3.tar.gz", hash = "sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1"},
  171. ]
  172. importlib-metadata = [
  173. {file = "importlib_metadata-1.7.0-py2.py3-none-any.whl", hash = "sha256:dc15b2969b4ce36305c51eebe62d418ac7791e9a157911d58bfb1f9ccd8e2070"},
  174. {file = "importlib_metadata-1.7.0.tar.gz", hash = "sha256:90bb658cdbbf6d1735b6341ce708fc7024a3e14e99ffdc5783edea9f9b077f83"},
  175. ]
  176. more-itertools = [
  177. {file = "more-itertools-8.4.0.tar.gz", hash = "sha256:68c70cc7167bdf5c7c9d8f6954a7837089c6a36bf565383919bb595efb8a17e5"},
  178. {file = "more_itertools-8.4.0-py3-none-any.whl", hash = "sha256:b78134b2063dd214000685165d81c154522c3ee0a1c0d4d113c80361c234c5a2"},
  179. ]
  180. nuitka = [
  181. {file = "Nuitka-0.6.8.4.tar.gz", hash = "sha256:487917779f6c8e4d91ea670d7a268c16402534b96b9cdba44b87d11d3fabde4d"},
  182. ]
  183. packaging = [
  184. {file = "packaging-20.4-py2.py3-none-any.whl", hash = "sha256:998416ba6962ae7fbd6596850b80e17859a5753ba17c32284f67bfff33784181"},
  185. {file = "packaging-20.4.tar.gz", hash = "sha256:4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8"},
  186. ]
  187. pluggy = [
  188. {file = "pluggy-0.13.1-py2.py3-none-any.whl", hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"},
  189. {file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"},
  190. ]
  191. py = [
  192. {file = "py-1.9.0-py2.py3-none-any.whl", hash = "sha256:366389d1db726cd2fcfc79732e75410e5fe4d31db13692115529d34069a043c2"},
  193. {file = "py-1.9.0.tar.gz", hash = "sha256:9ca6883ce56b4e8da7e79ac18787889fa5206c79dcc67fb065376cd2fe03f342"},
  194. ]
  195. pyparsing = [
  196. {file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"},
  197. {file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"},
  198. ]
  199. pyqt5 = [
  200. {file = "PyQt5-5.15.0-5.15.0-cp35.cp36.cp37.cp38-abi3-macosx_10_6_intel.whl", hash = "sha256:14be35c0c1bcc804791a096d2ef9950f12c6fd34dd11dbe61b8c769fefcdf98c"},
  201. {file = "PyQt5-5.15.0-5.15.0-cp35.cp36.cp37.cp38-abi3-manylinux2014_x86_64.whl", hash = "sha256:3605d34ba6291b9194c46035e228d6d01f39d120cf5ecc70301c11e7900fed21"},
  202. {file = "PyQt5-5.15.0-5.15.0-cp35.cp36.cp37.cp38-none-win32.whl", hash = "sha256:e05c86b8c4f02d62a5b355d426fd8d063781dd44c6a3f916640a5beb40efe60a"},
  203. {file = "PyQt5-5.15.0-5.15.0-cp35.cp36.cp37.cp38-none-win_amd64.whl", hash = "sha256:5bac0fab1e9891d73400c2470a9cb810e6bdbc7027a84ae4d3ec83436f1109ec"},
  204. {file = "PyQt5-5.15.0.tar.gz", hash = "sha256:c6f75488ffd5365a65893bc64ea82a6957db126fbfe33654bcd43ae1c30c52f9"},
  205. ]
  206. pyqt5-sip = [
  207. {file = "PyQt5_sip-12.8.0-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:9ef12754021bcc1246f97e00ea62b5594dd5c61192830639ab4a1640bd4b7940"},
  208. {file = "PyQt5_sip-12.8.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:fa3d70f370604efc67085849d3d1d3d2109faa716c520faf601d15845df64de6"},
  209. {file = "PyQt5_sip-12.8.0-cp35-cp35m-win32.whl", hash = "sha256:61aa60fb848d740581646603a12c2dcb8d7c4cbd2a9c476a1c891ec360ff0b87"},
  210. {file = "PyQt5_sip-12.8.0-cp35-cp35m-win_amd64.whl", hash = "sha256:8d9f4dc7dbae9783c5dafd66801875a2ebf9302c3addd5739f772285c1c1e91c"},
  211. {file = "PyQt5_sip-12.8.0-cp36-cp36m-macosx_10_6_intel.whl", hash = "sha256:9b69db29571dde679908fb237784a8e7af4a2cbf1b7bb25bdb86e487210e04d2"},
  212. {file = "PyQt5_sip-12.8.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:58eae636e0b1926cddec98a703319a47f671cef07d73aaa525ba421cd4adfeb5"},
  213. {file = "PyQt5_sip-12.8.0-cp36-cp36m-win32.whl", hash = "sha256:e6254647fa35e1260282aeb9c32a3dd363287b9a1ffcc4f22bd27e54178e92e4"},
  214. {file = "PyQt5_sip-12.8.0-cp36-cp36m-win_amd64.whl", hash = "sha256:f4c294bfaf2be8004583266d4621bfd3a387e12946f548f966a7fbec91845f1b"},
  215. {file = "PyQt5_sip-12.8.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:224e2fbb7088595940c348d168a317caa2110cbb7a5b957a8c3fc0d9296ee069"},
  216. {file = "PyQt5_sip-12.8.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:5c19c4ad67af087e8f4411da7422391b236b941f5f0697f615c5816455d1355d"},
  217. {file = "PyQt5_sip-12.8.0-cp37-cp37m-win32.whl", hash = "sha256:2a1153cda63f2632d3d5698f0cf29f6b1f1d5162305dc6f5b23336ad8f1039ed"},
  218. {file = "PyQt5_sip-12.8.0-cp37-cp37m-win_amd64.whl", hash = "sha256:94c80677b1e8c92fa080e24045d54ace5e4343c4ee6d0216675cd91d6f8e122a"},
  219. {file = "PyQt5_sip-12.8.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:2a2239d16a49ce6eaf10166a84424543111f8ebe49d3c124d02af91b01a58425"},
  220. {file = "PyQt5_sip-12.8.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:b1bbe763d431d26f9565cba3e99866768761366ab6d609d2506d194882156fa7"},
  221. {file = "PyQt5_sip-12.8.0-cp38-cp38-win32.whl", hash = "sha256:d7b8a8f89385ad9e3da38e0123c22c0efc18005e0e2731b6b95e4c21db2049d2"},
  222. {file = "PyQt5_sip-12.8.0-cp38-cp38-win_amd64.whl", hash = "sha256:1d65ce08a56282fb0273dd06585b8927b88d4fba71c01a54f8e2ac87ac1ed387"},
  223. {file = "PyQt5_sip-12.8.0.tar.gz", hash = "sha256:0a34b6596bdd28d52da3a51fa8d9bb0b287bcb605c2512aa3251b9028cc71f4d"},
  224. ]
  225. pytest = [
  226. {file = "pytest-5.4.3-py3-none-any.whl", hash = "sha256:5c0db86b698e8f170ba4582a492248919255fcd4c79b1ee64ace34301fb589a1"},
  227. {file = "pytest-5.4.3.tar.gz", hash = "sha256:7979331bfcba207414f5e1263b5a0f8f521d0f457318836a7355531ed1a4c7d8"},
  228. ]
  229. six = [
  230. {file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"},
  231. {file = "six-1.15.0.tar.gz", hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259"},
  232. ]
  233. wcwidth = [
  234. {file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"},
  235. {file = "wcwidth-0.2.5.tar.gz", hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83"},
  236. ]
  237. zipp = [
  238. {file = "zipp-3.1.0-py3-none-any.whl", hash = "sha256:aa36550ff0c0b7ef7fa639055d797116ee891440eac1a56f378e2d3179e0320b"},
  239. {file = "zipp-3.1.0.tar.gz", hash = "sha256:c599e4d75c98f6798c509911d08a22e6c021d074469042177c8c86fb92eefd96"},
  240. ]