Scripting way to upload videos to peertube and youtube
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.

526 lines
22 KiB

  1. [[package]]
  2. category = "main"
  3. description = "Extensible memoizing collections and decorators"
  4. name = "cachetools"
  5. optional = false
  6. python-versions = "*"
  7. version = "3.1.1"
  8. [[package]]
  9. category = "main"
  10. description = "Python package for providing Mozilla's CA Bundle."
  11. name = "certifi"
  12. optional = false
  13. python-versions = "*"
  14. version = "2020.6.20"
  15. [[package]]
  16. category = "main"
  17. description = "Universal encoding detector for Python 2 and 3"
  18. name = "chardet"
  19. optional = false
  20. python-versions = "*"
  21. version = "3.0.4"
  22. [[package]]
  23. category = "main"
  24. description = "Updated configparser from Python 3.7 for Python 2.6+."
  25. name = "configparser"
  26. optional = false
  27. python-versions = ">=2.6"
  28. version = "3.8.1"
  29. [package.extras]
  30. docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
  31. testing = ["pytest (>=3.5,<3.7.3 || >3.7.3)", "pytest-checkdocs (>=1.2)", "pytest-flake8"]
  32. [[package]]
  33. category = "main"
  34. description = "Backports and enhancements for the contextlib module"
  35. name = "contextlib2"
  36. optional = false
  37. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  38. version = "0.6.0.post1"
  39. [[package]]
  40. category = "main"
  41. description = "Pythonic argument parser, that will make you smile"
  42. name = "docopt"
  43. optional = false
  44. python-versions = "*"
  45. version = "0.6.2"
  46. [[package]]
  47. category = "main"
  48. description = "Clean single-source support for Python 3 and 2"
  49. name = "future"
  50. optional = false
  51. python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
  52. version = "0.17.1"
  53. [[package]]
  54. category = "main"
  55. description = "Google API client core library"
  56. name = "google-api-core"
  57. optional = false
  58. python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
  59. version = "1.21.0"
  60. [package.dependencies]
  61. google-auth = ">=1.18.0,<2.0dev"
  62. googleapis-common-protos = ">=1.6.0,<2.0dev"
  63. protobuf = ">=3.12.0"
  64. pytz = "*"
  65. requests = ">=2.18.0,<3.0.0dev"
  66. setuptools = ">=34.0.0"
  67. six = ">=1.10.0"
  68. [package.extras]
  69. grpc = ["grpcio (>=1.29.0,<2.0dev)"]
  70. grpcgcp = ["grpcio-gcp (>=0.2.2)"]
  71. grpcio-gcp = ["grpcio-gcp (>=0.2.2)"]
  72. [[package]]
  73. category = "main"
  74. description = "Google API Client Library for Python"
  75. name = "google-api-python-client"
  76. optional = false
  77. python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
  78. version = "1.9.3"
  79. [package.dependencies]
  80. google-api-core = ">=1.18.0,<2dev"
  81. google-auth = ">=1.16.0"
  82. google-auth-httplib2 = ">=0.0.3"
  83. httplib2 = ">=0.9.2,<1dev"
  84. six = ">=1.6.1,<2dev"
  85. uritemplate = ">=3.0.0,<4dev"
  86. [[package]]
  87. category = "main"
  88. description = "Google Authentication Library"
  89. name = "google-auth"
  90. optional = false
  91. python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
  92. version = "1.18.0"
  93. [package.dependencies]
  94. cachetools = ">=2.0.0,<5.0"
  95. pyasn1-modules = ">=0.2.1"
  96. setuptools = ">=40.3.0"
  97. six = ">=1.9.0"
  98. [package.dependencies.rsa]
  99. python = ">=3"
  100. version = ">=3.1.4,<5"
  101. [[package]]
  102. category = "main"
  103. description = "Google Authentication Library: httplib2 transport"
  104. name = "google-auth-httplib2"
  105. optional = false
  106. python-versions = "*"
  107. version = "0.0.3"
  108. [package.dependencies]
  109. google-auth = "*"
  110. httplib2 = ">=0.9.1"
  111. [[package]]
  112. category = "main"
  113. description = "Google Authentication Library"
  114. name = "google-auth-oauthlib"
  115. optional = false
  116. python-versions = "*"
  117. version = "0.2.0"
  118. [package.dependencies]
  119. google-auth = "*"
  120. requests-oauthlib = ">=0.7.0"
  121. [package.extras]
  122. tool = ["click"]
  123. [[package]]
  124. category = "main"
  125. description = "Common protobufs used in Google APIs"
  126. name = "googleapis-common-protos"
  127. optional = false
  128. python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
  129. version = "1.52.0"
  130. [package.dependencies]
  131. protobuf = ">=3.6.0"
  132. [package.extras]
  133. grpc = ["grpcio (>=1.0.0)"]
  134. [[package]]
  135. category = "main"
  136. description = "A comprehensive HTTP client library."
  137. name = "httplib2"
  138. optional = false
  139. python-versions = "*"
  140. version = "0.12.3"
  141. [[package]]
  142. category = "main"
  143. description = "Internationalized Domain Names in Applications (IDNA)"
  144. name = "idna"
  145. optional = false
  146. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  147. version = "2.10"
  148. [[package]]
  149. category = "main"
  150. description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
  151. name = "oauthlib"
  152. optional = false
  153. python-versions = "*"
  154. version = "2.1.0"
  155. [package.extras]
  156. rsa = ["cryptography"]
  157. signals = ["blinker"]
  158. signedtoken = ["cryptography", "pyjwt (>=1.0.0)"]
  159. test = ["nose", "unittest2", "cryptography", "mock", "pyjwt (>=1.0.0)", "blinker"]
  160. [[package]]
  161. category = "main"
  162. description = "Protocol Buffers"
  163. name = "protobuf"
  164. optional = false
  165. python-versions = "*"
  166. version = "3.12.2"
  167. [package.dependencies]
  168. setuptools = "*"
  169. six = ">=1.9"
  170. [[package]]
  171. category = "main"
  172. description = "ASN.1 types and codecs"
  173. name = "pyasn1"
  174. optional = false
  175. python-versions = "*"
  176. version = "0.4.8"
  177. [[package]]
  178. category = "main"
  179. description = "A collection of ASN.1-based protocols modules."
  180. name = "pyasn1-modules"
  181. optional = false
  182. python-versions = "*"
  183. version = "0.2.8"
  184. [package.dependencies]
  185. pyasn1 = ">=0.4.6,<0.5.0"
  186. [[package]]
  187. category = "main"
  188. description = "File type identification using libmagic"
  189. name = "python-magic"
  190. optional = false
  191. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  192. version = "0.4.18"
  193. [[package]]
  194. category = "main"
  195. description = "File type identification using libmagic binary package"
  196. marker = "platform_system == \"Windows\""
  197. name = "python-magic-bin"
  198. optional = false
  199. python-versions = "*"
  200. version = "0.4.14"
  201. [[package]]
  202. category = "main"
  203. description = "World timezone definitions, modern and historical"
  204. name = "pytz"
  205. optional = false
  206. python-versions = "*"
  207. version = "2020.1"
  208. [[package]]
  209. category = "main"
  210. description = "Python HTTP for Humans."
  211. name = "requests"
  212. optional = false
  213. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  214. version = "2.24.0"
  215. [package.dependencies]
  216. certifi = ">=2017.4.17"
  217. chardet = ">=3.0.2,<4"
  218. idna = ">=2.5,<3"
  219. urllib3 = ">=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26"
  220. [package.extras]
  221. security = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)"]
  222. socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7)", "win-inet-pton"]
  223. [[package]]
  224. category = "main"
  225. description = "OAuthlib authentication support for Requests."
  226. name = "requests-oauthlib"
  227. optional = false
  228. python-versions = "*"
  229. version = "0.8.0"
  230. [package.dependencies]
  231. oauthlib = ">=0.6.2"
  232. requests = ">=2.0.0"
  233. [package.extras]
  234. rsa = ["oauthlib (>=0.6.2)", "requests (>=2.0.0)"]
  235. [[package]]
  236. category = "main"
  237. description = "A utility belt for advanced users of python-requests"
  238. name = "requests-toolbelt"
  239. optional = false
  240. python-versions = "*"
  241. version = "0.9.1"
  242. [package.dependencies]
  243. requests = ">=2.0.1,<3.0.0"
  244. [[package]]
  245. category = "main"
  246. description = "Pure-Python RSA implementation"
  247. marker = "python_version >= \"3\""
  248. name = "rsa"
  249. optional = false
  250. python-versions = "*"
  251. version = "4.4"
  252. [package.dependencies]
  253. pyasn1 = ">=0.1.3"
  254. [[package]]
  255. category = "main"
  256. description = "Simple data validation library"
  257. name = "schema"
  258. optional = false
  259. python-versions = "*"
  260. version = "0.7.2"
  261. [package.dependencies]
  262. contextlib2 = ">=0.5.5"
  263. [[package]]
  264. category = "main"
  265. description = "Python 2 and 3 compatibility utilities"
  266. name = "six"
  267. optional = false
  268. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
  269. version = "1.15.0"
  270. [[package]]
  271. category = "main"
  272. description = "tzinfo object for the local timezone"
  273. name = "tzlocal"
  274. optional = false
  275. python-versions = "*"
  276. version = "1.5.1"
  277. [package.dependencies]
  278. pytz = "*"
  279. [[package]]
  280. category = "main"
  281. description = "ASCII transliterations of Unicode text"
  282. name = "unidecode"
  283. optional = false
  284. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  285. version = "1.1.1"
  286. [[package]]
  287. category = "main"
  288. description = "URI templates"
  289. name = "uritemplate"
  290. optional = false
  291. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  292. version = "3.0.1"
  293. [[package]]
  294. category = "main"
  295. description = "HTTP library with thread-safe connection pooling, file post, and more."
  296. name = "urllib3"
  297. optional = false
  298. python-versions = "*"
  299. version = "1.22"
  300. [package.extras]
  301. secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
  302. socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7,<2.0)"]
  303. [metadata]
  304. content-hash = "f8eb99e94228881cc7a2c1f7fe0524732f7050ecc629321b275d7fe5c8e0e12c"
  305. python-versions = ">=3.5"
  306. [metadata.files]
  307. cachetools = [
  308. {file = "cachetools-3.1.1-py2.py3-none-any.whl", hash = "sha256:428266a1c0d36dc5aca63a2d7c5942e88c2c898d72139fca0e97fdd2380517ae"},
  309. {file = "cachetools-3.1.1.tar.gz", hash = "sha256:8ea2d3ce97850f31e4a08b0e2b5e6c34997d7216a9d2c98e0f3978630d4da69a"},
  310. ]
  311. certifi = [
  312. {file = "certifi-2020.6.20-py2.py3-none-any.whl", hash = "sha256:8fc0819f1f30ba15bdb34cceffb9ef04d99f420f68eb75d901e9560b8749fc41"},
  313. {file = "certifi-2020.6.20.tar.gz", hash = "sha256:5930595817496dd21bb8dc35dad090f1c2cd0adfaf21204bf6732ca5d8ee34d3"},
  314. ]
  315. chardet = [
  316. {file = "chardet-3.0.4-py2.py3-none-any.whl", hash = "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"},
  317. {file = "chardet-3.0.4.tar.gz", hash = "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"},
  318. ]
  319. configparser = [
  320. {file = "configparser-3.8.1-py2.py3-none-any.whl", hash = "sha256:45d1272aad6cfd7a8a06cf5c73f2ceb6a190f6acc1fa707e7f82a4c053b28b18"},
  321. {file = "configparser-3.8.1.tar.gz", hash = "sha256:bc37850f0cc42a1725a796ef7d92690651bf1af37d744cc63161dac62cabee17"},
  322. ]
  323. contextlib2 = [
  324. {file = "contextlib2-0.6.0.post1-py2.py3-none-any.whl", hash = "sha256:3355078a159fbb44ee60ea80abd0d87b80b78c248643b49aa6d94673b413609b"},
  325. {file = "contextlib2-0.6.0.post1.tar.gz", hash = "sha256:01f490098c18b19d2bd5bb5dc445b2054d2fa97f09a4280ba2c5f3c394c8162e"},
  326. ]
  327. docopt = [
  328. {file = "docopt-0.6.2.tar.gz", hash = "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491"},
  329. ]
  330. future = [
  331. {file = "future-0.17.1.tar.gz", hash = "sha256:67045236dcfd6816dc439556d009594abf643e5eb48992e36beac09c2ca659b8"},
  332. ]
  333. google-api-core = [
  334. {file = "google-api-core-1.21.0.tar.gz", hash = "sha256:fea9a434068406ddabe2704988d24d6c5bde3ecfc40823a34f43892d017b14f6"},
  335. {file = "google_api_core-1.21.0-py2.py3-none-any.whl", hash = "sha256:7b65e8e5ee59bd7517eab2bf9b3008e7b50fd9fb591d4efd780ead6859cd904b"},
  336. ]
  337. google-api-python-client = [
  338. {file = "google-api-python-client-1.9.3.tar.gz", hash = "sha256:220349ce189a85229fc46875d467101318495a4a735c0ff2f165b9bdbc7511a0"},
  339. {file = "google_api_python_client-1.9.3-py3-none-any.whl", hash = "sha256:f8e73dd6433f8218922c952e09adc4fc0dbc360f9959cf427565a16e8d4c5d25"},
  340. ]
  341. google-auth = [
  342. {file = "google-auth-1.18.0.tar.gz", hash = "sha256:d6b390d3bb0969061ffec7e5766c45c1b39e13c302691e35029f1ad1ccd8ca3b"},
  343. {file = "google_auth-1.18.0-py2.py3-none-any.whl", hash = "sha256:5e3f540b7b0b892000d542cea6b818b837c230e9a4db9337bb2973bcae0fc078"},
  344. ]
  345. google-auth-httplib2 = [
  346. {file = "google-auth-httplib2-0.0.3.tar.gz", hash = "sha256:098fade613c25b4527b2c08fa42d11f3c2037dda8995d86de0745228e965d445"},
  347. {file = "google_auth_httplib2-0.0.3-py2.py3-none-any.whl", hash = "sha256:f1c437842155680cf9918df9bc51c1182fda41feef88c34004bd1978c8157e08"},
  348. ]
  349. google-auth-oauthlib = [
  350. {file = "google-auth-oauthlib-0.2.0.tar.gz", hash = "sha256:226d1d0960f86ba5d9efd426a70b291eaba96f47d071657e0254ea969025728a"},
  351. {file = "google_auth_oauthlib-0.2.0-py2.py3-none-any.whl", hash = "sha256:81ba22acada4d13b1d83f9371ab19fd61f1250a542d21cf49e4dcf0637a7344a"},
  352. ]
  353. googleapis-common-protos = [
  354. {file = "googleapis-common-protos-1.52.0.tar.gz", hash = "sha256:560716c807117394da12cecb0a54da5a451b5cf9866f1d37e9a5e2329a665351"},
  355. {file = "googleapis_common_protos-1.52.0-py2.py3-none-any.whl", hash = "sha256:c8961760f5aad9a711d37b675be103e0cc4e9a39327e0d6d857872f698403e24"},
  356. ]
  357. httplib2 = [
  358. {file = "httplib2-0.12.3-py3-none-any.whl", hash = "sha256:23914b5487dfe8ef09db6656d6d63afb0cf3054ad9ebc50868ddc8e166b5f8e8"},
  359. {file = "httplib2-0.12.3.tar.gz", hash = "sha256:a18121c7c72a56689efbf1aef990139ad940fee1e64c6f2458831736cd593600"},
  360. ]
  361. idna = [
  362. {file = "idna-2.10-py2.py3-none-any.whl", hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"},
  363. {file = "idna-2.10.tar.gz", hash = "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"},
  364. ]
  365. oauthlib = [
  366. {file = "oauthlib-2.1.0-py2.py3-none-any.whl", hash = "sha256:d883b36b21a6ad813953803edfa563b1b579d79ca758fe950d1bc9e8b326025b"},
  367. {file = "oauthlib-2.1.0.tar.gz", hash = "sha256:ac35665a61c1685c56336bda97d5eefa246f1202618a1d6f34fccb1bdd404162"},
  368. ]
  369. protobuf = [
  370. {file = "protobuf-3.12.2-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:e1464a4a2cf12f58f662c8e6421772c07947266293fb701cb39cd9c1e183f63c"},
  371. {file = "protobuf-3.12.2-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:6f349adabf1c004aba53f7b4633459f8ca8a09654bf7e69b509c95a454755776"},
  372. {file = "protobuf-3.12.2-cp35-cp35m-macosx_10_9_intel.whl", hash = "sha256:be04fe14ceed7f8641e30f36077c1a654ff6f17d0c7a5283b699d057d150d82a"},
  373. {file = "protobuf-3.12.2-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:f4b73736108a416c76c17a8a09bc73af3d91edaa26c682aaa460ef91a47168d3"},
  374. {file = "protobuf-3.12.2-cp35-cp35m-win32.whl", hash = "sha256:5524c7020eb1fb7319472cb75c4c3206ef18b34d6034d2ee420a60f99cddeb07"},
  375. {file = "protobuf-3.12.2-cp35-cp35m-win_amd64.whl", hash = "sha256:bff02030bab8b969f4de597543e55bd05e968567acb25c0a87495a31eb09e925"},
  376. {file = "protobuf-3.12.2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:c9ca9f76805e5a637605f171f6c4772fc4a81eced4e2f708f79c75166a2c99ea"},
  377. {file = "protobuf-3.12.2-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:304e08440c4a41a0f3592d2a38934aad6919d692bb0edfb355548786728f9a5e"},
  378. {file = "protobuf-3.12.2-cp36-cp36m-win32.whl", hash = "sha256:b5a114ea9b7fc90c2cc4867a866512672a47f66b154c6d7ee7e48ddb68b68122"},
  379. {file = "protobuf-3.12.2-cp36-cp36m-win_amd64.whl", hash = "sha256:85b94d2653b0fdf6d879e39d51018bf5ccd86c81c04e18a98e9888694b98226f"},
  380. {file = "protobuf-3.12.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a7ab28a8f1f043c58d157bceb64f80e4d2f7f1b934bc7ff5e7f7a55a337ea8b0"},
  381. {file = "protobuf-3.12.2-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:eafe9fa19fcefef424ee089fb01ac7177ff3691af7cc2ae8791ae523eb6ca907"},
  382. {file = "protobuf-3.12.2-cp37-cp37m-win32.whl", hash = "sha256:612bc97e42b22af10ba25e4140963fbaa4c5181487d163f4eb55b0b15b3dfcd2"},
  383. {file = "protobuf-3.12.2-cp37-cp37m-win_amd64.whl", hash = "sha256:e72736dd822748b0721f41f9aaaf6a5b6d5cfc78f6c8690263aef8bba4457f0e"},
  384. {file = "protobuf-3.12.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:87535dc2d2ef007b9d44e309d2b8ea27a03d2fa09556a72364d706fcb7090828"},
  385. {file = "protobuf-3.12.2-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:50b5fee674878b14baea73b4568dc478c46a31dd50157a5b5d2f71138243b1a9"},
  386. {file = "protobuf-3.12.2-py2.py3-none-any.whl", hash = "sha256:a96f8fc625e9ff568838e556f6f6ae8eca8b4837cdfb3f90efcb7c00e342a2eb"},
  387. {file = "protobuf-3.12.2.tar.gz", hash = "sha256:49ef8ab4c27812a89a76fa894fe7a08f42f2147078392c0dee51d4a444ef6df5"},
  388. ]
  389. pyasn1 = [
  390. {file = "pyasn1-0.4.8-py2.4.egg", hash = "sha256:fec3e9d8e36808a28efb59b489e4528c10ad0f480e57dcc32b4de5c9d8c9fdf3"},
  391. {file = "pyasn1-0.4.8-py2.5.egg", hash = "sha256:0458773cfe65b153891ac249bcf1b5f8f320b7c2ce462151f8fa74de8934becf"},
  392. {file = "pyasn1-0.4.8-py2.6.egg", hash = "sha256:5c9414dcfede6e441f7e8f81b43b34e834731003427e5b09e4e00e3172a10f00"},
  393. {file = "pyasn1-0.4.8-py2.7.egg", hash = "sha256:6e7545f1a61025a4e58bb336952c5061697da694db1cae97b116e9c46abcf7c8"},
  394. {file = "pyasn1-0.4.8-py2.py3-none-any.whl", hash = "sha256:39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d"},
  395. {file = "pyasn1-0.4.8-py3.1.egg", hash = "sha256:78fa6da68ed2727915c4767bb386ab32cdba863caa7dbe473eaae45f9959da86"},
  396. {file = "pyasn1-0.4.8-py3.2.egg", hash = "sha256:08c3c53b75eaa48d71cf8c710312316392ed40899cb34710d092e96745a358b7"},
  397. {file = "pyasn1-0.4.8-py3.3.egg", hash = "sha256:03840c999ba71680a131cfaee6fab142e1ed9bbd9c693e285cc6aca0d555e576"},
  398. {file = "pyasn1-0.4.8-py3.4.egg", hash = "sha256:7ab8a544af125fb704feadb008c99a88805126fb525280b2270bb25cc1d78a12"},
  399. {file = "pyasn1-0.4.8-py3.5.egg", hash = "sha256:e89bf84b5437b532b0803ba5c9a5e054d21fec423a89952a74f87fa2c9b7bce2"},
  400. {file = "pyasn1-0.4.8-py3.6.egg", hash = "sha256:014c0e9976956a08139dc0712ae195324a75e142284d5f87f1a87ee1b068a359"},
  401. {file = "pyasn1-0.4.8-py3.7.egg", hash = "sha256:99fcc3c8d804d1bc6d9a099921e39d827026409a58f2a720dcdb89374ea0c776"},
  402. {file = "pyasn1-0.4.8.tar.gz", hash = "sha256:aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba"},
  403. ]
  404. pyasn1-modules = [
  405. {file = "pyasn1-modules-0.2.8.tar.gz", hash = "sha256:905f84c712230b2c592c19470d3ca8d552de726050d1d1716282a1f6146be65e"},
  406. {file = "pyasn1_modules-0.2.8-py2.4.egg", hash = "sha256:0fe1b68d1e486a1ed5473f1302bd991c1611d319bba158e98b106ff86e1d7199"},
  407. {file = "pyasn1_modules-0.2.8-py2.5.egg", hash = "sha256:fe0644d9ab041506b62782e92b06b8c68cca799e1a9636ec398675459e031405"},
  408. {file = "pyasn1_modules-0.2.8-py2.6.egg", hash = "sha256:a99324196732f53093a84c4369c996713eb8c89d360a496b599fb1a9c47fc3eb"},
  409. {file = "pyasn1_modules-0.2.8-py2.7.egg", hash = "sha256:0845a5582f6a02bb3e1bde9ecfc4bfcae6ec3210dd270522fee602365430c3f8"},
  410. {file = "pyasn1_modules-0.2.8-py2.py3-none-any.whl", hash = "sha256:a50b808ffeb97cb3601dd25981f6b016cbb3d31fbf57a8b8a87428e6158d0c74"},
  411. {file = "pyasn1_modules-0.2.8-py3.1.egg", hash = "sha256:f39edd8c4ecaa4556e989147ebf219227e2cd2e8a43c7e7fcb1f1c18c5fd6a3d"},
  412. {file = "pyasn1_modules-0.2.8-py3.2.egg", hash = "sha256:b80486a6c77252ea3a3e9b1e360bc9cf28eaac41263d173c032581ad2f20fe45"},
  413. {file = "pyasn1_modules-0.2.8-py3.3.egg", hash = "sha256:65cebbaffc913f4fe9e4808735c95ea22d7a7775646ab690518c056784bc21b4"},
  414. {file = "pyasn1_modules-0.2.8-py3.4.egg", hash = "sha256:15b7c67fabc7fc240d87fb9aabf999cf82311a6d6fb2c70d00d3d0604878c811"},
  415. {file = "pyasn1_modules-0.2.8-py3.5.egg", hash = "sha256:426edb7a5e8879f1ec54a1864f16b882c2837bfd06eee62f2c982315ee2473ed"},
  416. {file = "pyasn1_modules-0.2.8-py3.6.egg", hash = "sha256:cbac4bc38d117f2a49aeedec4407d23e8866ea4ac27ff2cf7fb3e5b570df19e0"},
  417. {file = "pyasn1_modules-0.2.8-py3.7.egg", hash = "sha256:c29a5e5cc7a3f05926aff34e097e84f8589cd790ce0ed41b67aed6857b26aafd"},
  418. ]
  419. python-magic = [
  420. {file = "python-magic-0.4.18.tar.gz", hash = "sha256:b757db2a5289ea3f1ced9e60f072965243ea43a2221430048fd8cacab17be0ce"},
  421. {file = "python_magic-0.4.18-py2.py3-none-any.whl", hash = "sha256:356efa93c8899047d1eb7d3eb91e871ba2f5b1376edbaf4cc305e3c872207355"},
  422. ]
  423. python-magic-bin = [
  424. {file = "python_magic_bin-0.4.14-py2.py3-none-macosx_10_6_intel.whl", hash = "sha256:7b1743b3dbf16601d6eedf4e7c2c9a637901b0faaf24ad4df4d4527e7d8f66a4"},
  425. {file = "python_magic_bin-0.4.14-py2.py3-none-win32.whl", hash = "sha256:34a788c03adde7608028203e2dbb208f1f62225ad91518787ae26d603ae68892"},
  426. {file = "python_magic_bin-0.4.14-py2.py3-none-win_amd64.whl", hash = "sha256:90be6206ad31071a36065a2fc169c5afb5e0355cbe6030e87641c6c62edc2b69"},
  427. ]
  428. pytz = [
  429. {file = "pytz-2020.1-py2.py3-none-any.whl", hash = "sha256:a494d53b6d39c3c6e44c3bec237336e14305e4f29bbf800b599253057fbb79ed"},
  430. {file = "pytz-2020.1.tar.gz", hash = "sha256:c35965d010ce31b23eeb663ed3cc8c906275d6be1a34393a1d73a41febf4a048"},
  431. ]
  432. requests = [
  433. {file = "requests-2.24.0-py2.py3-none-any.whl", hash = "sha256:fe75cc94a9443b9246fc7049224f75604b113c36acb93f87b80ed42c44cbb898"},
  434. {file = "requests-2.24.0.tar.gz", hash = "sha256:b3559a131db72c33ee969480840fff4bb6dd111de7dd27c8ee1f820f4f00231b"},
  435. ]
  436. requests-oauthlib = [
  437. {file = "requests-oauthlib-0.8.0.tar.gz", hash = "sha256:883ac416757eada6d3d07054ec7092ac21c7f35cb1d2cf82faf205637081f468"},
  438. {file = "requests_oauthlib-0.8.0-py2.py3-none-any.whl", hash = "sha256:50a8ae2ce8273e384895972b56193c7409601a66d4975774c60c2aed869639ca"},
  439. ]
  440. requests-toolbelt = [
  441. {file = "requests-toolbelt-0.9.1.tar.gz", hash = "sha256:968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0"},
  442. {file = "requests_toolbelt-0.9.1-py2.py3-none-any.whl", hash = "sha256:380606e1d10dc85c3bd47bf5a6095f815ec007be7a8b69c878507068df059e6f"},
  443. ]
  444. rsa = [
  445. {file = "rsa-4.4-py2.py3-none-any.whl", hash = "sha256:4afbaaecc3e9550c7351fdf0ab3fea1857ff616b85bab59215f00fb42e0e9582"},
  446. {file = "rsa-4.4.tar.gz", hash = "sha256:5d95293bbd0fbee1dd9cb4b72d27b723942eb50584abc8c4f5f00e4bcfa55307"},
  447. ]
  448. schema = [
  449. {file = "schema-0.7.2-py2.py3-none-any.whl", hash = "sha256:3a03c2e2b22e6a331ae73750ab1da46916da6ca861b16e6f073ac1d1eba43b71"},
  450. {file = "schema-0.7.2.tar.gz", hash = "sha256:b536f2375b49fdf56f36279addae98bd86a8afbd58b3c32ce363c464bed5fc1c"},
  451. ]
  452. six = [
  453. {file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"},
  454. {file = "six-1.15.0.tar.gz", hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259"},
  455. ]
  456. tzlocal = [
  457. {file = "tzlocal-1.5.1.tar.gz", hash = "sha256:4ebeb848845ac898da6519b9b31879cf13b6626f7184c496037b818e238f2c4e"},
  458. ]
  459. unidecode = [
  460. {file = "Unidecode-1.1.1-py2.py3-none-any.whl", hash = "sha256:1d7a042116536098d05d599ef2b8616759f02985c85b4fef50c78a5aaf10822a"},
  461. {file = "Unidecode-1.1.1.tar.gz", hash = "sha256:2b6aab710c2a1647e928e36d69c21e76b453cd455f4e2621000e54b2a9b8cce8"},
  462. ]
  463. uritemplate = [
  464. {file = "uritemplate-3.0.1-py2.py3-none-any.whl", hash = "sha256:07620c3f3f8eed1f12600845892b0e036a2420acf513c53f7de0abd911a5894f"},
  465. {file = "uritemplate-3.0.1.tar.gz", hash = "sha256:5af8ad10cec94f215e3f48112de2022e1d5a37ed427fbd88652fa908f2ab7cae"},
  466. ]
  467. urllib3 = [
  468. {file = "urllib3-1.22-py2.py3-none-any.whl", hash = "sha256:06330f386d6e4b195fbfc736b297f58c5a892e4440e54d294d7004e3a9bbea1b"},
  469. {file = "urllib3-1.22.tar.gz", hash = "sha256:cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f"},
  470. ]