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.

567 lines
23 KiB

  1. [[package]]
  2. category = "main"
  3. description = "Command Arguments for Humans."
  4. name = "args"
  5. optional = false
  6. python-versions = "*"
  7. version = "0.1.0"
  8. [[package]]
  9. category = "main"
  10. description = "Extensible memoizing collections and decorators"
  11. name = "cachetools"
  12. optional = false
  13. python-versions = "*"
  14. version = "3.1.1"
  15. [[package]]
  16. category = "main"
  17. description = "Python package for providing Mozilla's CA Bundle."
  18. name = "certifi"
  19. optional = false
  20. python-versions = "*"
  21. version = "2020.12.5"
  22. [[package]]
  23. category = "main"
  24. description = "Universal encoding detector for Python 2 and 3"
  25. name = "chardet"
  26. optional = false
  27. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  28. version = "4.0.0"
  29. [[package]]
  30. category = "main"
  31. description = "Python Command Line Interface Tools"
  32. name = "clint"
  33. optional = false
  34. python-versions = "*"
  35. version = "0.5.1"
  36. [package.dependencies]
  37. args = "*"
  38. [[package]]
  39. category = "main"
  40. description = "Updated configparser from Python 3.8 for Python 2.6+."
  41. name = "configparser"
  42. optional = false
  43. python-versions = ">=3.6"
  44. version = "5.0.2"
  45. [package.extras]
  46. docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"]
  47. testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pytest-cov", "pytest-enabler", "pytest-black (>=0.3.7)", "pytest-mypy"]
  48. [[package]]
  49. category = "main"
  50. description = "Backports and enhancements for the contextlib module"
  51. name = "contextlib2"
  52. optional = false
  53. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  54. version = "0.6.0.post1"
  55. [[package]]
  56. category = "main"
  57. description = "Pythonic argument parser, that will make you smile"
  58. name = "docopt"
  59. optional = false
  60. python-versions = "*"
  61. version = "0.6.2"
  62. [[package]]
  63. category = "main"
  64. description = "Clean single-source support for Python 3 and 2"
  65. name = "future"
  66. optional = false
  67. python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
  68. version = "0.18.2"
  69. [[package]]
  70. category = "main"
  71. description = "Google API client core library"
  72. name = "google-api-core"
  73. optional = false
  74. python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*"
  75. version = "1.28.0"
  76. [package.dependencies]
  77. google-auth = ">=1.25.0,<2.0dev"
  78. googleapis-common-protos = ">=1.6.0,<2.0dev"
  79. packaging = ">=14.3"
  80. protobuf = ">=3.12.0"
  81. pytz = "*"
  82. requests = ">=2.18.0,<3.0.0dev"
  83. setuptools = ">=40.3.0"
  84. six = ">=1.13.0"
  85. [package.extras]
  86. grpc = ["grpcio (>=1.29.0,<2.0dev)"]
  87. grpcgcp = ["grpcio-gcp (>=0.2.2)"]
  88. grpcio-gcp = ["grpcio-gcp (>=0.2.2)"]
  89. [[package]]
  90. category = "main"
  91. description = "Google API Client Library for Python"
  92. name = "google-api-python-client"
  93. optional = false
  94. python-versions = ">=3.6"
  95. version = "2.5.0"
  96. [package.dependencies]
  97. google-api-core = ">=1.21.0,<2dev"
  98. google-auth = ">=1.16.0,<2dev"
  99. google-auth-httplib2 = ">=0.1.0"
  100. httplib2 = ">=0.15.0,<1dev"
  101. six = ">=1.13.0,<2dev"
  102. uritemplate = ">=3.0.0,<4dev"
  103. [[package]]
  104. category = "main"
  105. description = "Google Authentication Library"
  106. name = "google-auth"
  107. optional = false
  108. python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*"
  109. version = "1.30.0"
  110. [package.dependencies]
  111. cachetools = ">=2.0.0,<5.0"
  112. pyasn1-modules = ">=0.2.1"
  113. setuptools = ">=40.3.0"
  114. six = ">=1.9.0"
  115. [package.dependencies.rsa]
  116. python = ">=3.6"
  117. version = ">=3.1.4,<5"
  118. [package.extras]
  119. aiohttp = ["aiohttp (>=3.6.2,<4.0.0dev)"]
  120. pyopenssl = ["pyopenssl (>=20.0.0)"]
  121. reauth = ["pyu2f (>=0.1.5)"]
  122. [[package]]
  123. category = "main"
  124. description = "Google Authentication Library: httplib2 transport"
  125. name = "google-auth-httplib2"
  126. optional = false
  127. python-versions = "*"
  128. version = "0.1.0"
  129. [package.dependencies]
  130. google-auth = "*"
  131. httplib2 = ">=0.15.0"
  132. six = "*"
  133. [[package]]
  134. category = "main"
  135. description = "Google Authentication Library"
  136. name = "google-auth-oauthlib"
  137. optional = false
  138. python-versions = ">=3.6"
  139. version = "0.4.4"
  140. [package.dependencies]
  141. google-auth = ">=1.0.0"
  142. requests-oauthlib = ">=0.7.0"
  143. [package.extras]
  144. tool = ["click (>=6.0.0)"]
  145. [[package]]
  146. category = "main"
  147. description = "Common protobufs used in Google APIs"
  148. name = "googleapis-common-protos"
  149. optional = false
  150. python-versions = ">=3.6"
  151. version = "1.53.0"
  152. [package.dependencies]
  153. protobuf = ">=3.12.0"
  154. [package.extras]
  155. grpc = ["grpcio (>=1.0.0)"]
  156. [[package]]
  157. category = "main"
  158. description = "A comprehensive HTTP client library."
  159. name = "httplib2"
  160. optional = false
  161. python-versions = "*"
  162. version = "0.19.1"
  163. [package.dependencies]
  164. pyparsing = ">=2.4.2,<3"
  165. [[package]]
  166. category = "main"
  167. description = "Internationalized Domain Names in Applications (IDNA)"
  168. name = "idna"
  169. optional = false
  170. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  171. version = "2.10"
  172. [[package]]
  173. category = "main"
  174. description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
  175. name = "oauthlib"
  176. optional = false
  177. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  178. version = "3.1.0"
  179. [package.extras]
  180. rsa = ["cryptography"]
  181. signals = ["blinker"]
  182. signedtoken = ["cryptography", "pyjwt (>=1.0.0)"]
  183. [[package]]
  184. category = "main"
  185. description = "Core utilities for Python packages"
  186. name = "packaging"
  187. optional = false
  188. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  189. version = "20.9"
  190. [package.dependencies]
  191. pyparsing = ">=2.0.2"
  192. [[package]]
  193. category = "main"
  194. description = "Protocol Buffers"
  195. name = "protobuf"
  196. optional = false
  197. python-versions = "*"
  198. version = "3.17.0"
  199. [package.dependencies]
  200. six = ">=1.9"
  201. [[package]]
  202. category = "main"
  203. description = "ASN.1 types and codecs"
  204. name = "pyasn1"
  205. optional = false
  206. python-versions = "*"
  207. version = "0.4.8"
  208. [[package]]
  209. category = "main"
  210. description = "A collection of ASN.1-based protocols modules."
  211. name = "pyasn1-modules"
  212. optional = false
  213. python-versions = "*"
  214. version = "0.2.8"
  215. [package.dependencies]
  216. pyasn1 = ">=0.4.6,<0.5.0"
  217. [[package]]
  218. category = "main"
  219. description = "Python parsing module"
  220. name = "pyparsing"
  221. optional = false
  222. python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
  223. version = "2.4.7"
  224. [[package]]
  225. category = "main"
  226. description = "World timezone definitions, modern and historical"
  227. name = "pytz"
  228. optional = false
  229. python-versions = "*"
  230. version = "2021.1"
  231. [[package]]
  232. category = "main"
  233. description = "Python HTTP for Humans."
  234. name = "requests"
  235. optional = false
  236. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  237. version = "2.25.1"
  238. [package.dependencies]
  239. certifi = ">=2017.4.17"
  240. chardet = ">=3.0.2,<5"
  241. idna = ">=2.5,<3"
  242. urllib3 = ">=1.21.1,<1.27"
  243. [package.extras]
  244. security = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)"]
  245. socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7)", "win-inet-pton"]
  246. [[package]]
  247. category = "main"
  248. description = "OAuthlib authentication support for Requests."
  249. name = "requests-oauthlib"
  250. optional = false
  251. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  252. version = "1.3.0"
  253. [package.dependencies]
  254. oauthlib = ">=3.0.0"
  255. requests = ">=2.0.0"
  256. [package.extras]
  257. rsa = ["oauthlib (>=3.0.0)"]
  258. [[package]]
  259. category = "main"
  260. description = "A utility belt for advanced users of python-requests"
  261. name = "requests-toolbelt"
  262. optional = false
  263. python-versions = "*"
  264. version = "0.9.1"
  265. [package.dependencies]
  266. requests = ">=2.0.1,<3.0.0"
  267. [[package]]
  268. category = "main"
  269. description = "Pure-Python RSA implementation"
  270. marker = "python_version >= \"3.6\""
  271. name = "rsa"
  272. optional = false
  273. python-versions = "*"
  274. version = "4.4"
  275. [package.dependencies]
  276. pyasn1 = ">=0.1.3"
  277. [[package]]
  278. category = "main"
  279. description = "Simple data validation library"
  280. name = "schema"
  281. optional = false
  282. python-versions = "*"
  283. version = "0.7.4"
  284. [package.dependencies]
  285. contextlib2 = ">=0.5.5"
  286. [[package]]
  287. category = "main"
  288. description = "Python 2 and 3 compatibility utilities"
  289. name = "six"
  290. optional = false
  291. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
  292. version = "1.16.0"
  293. [[package]]
  294. category = "main"
  295. description = "tzinfo object for the local timezone"
  296. name = "tzlocal"
  297. optional = false
  298. python-versions = "*"
  299. version = "2.1"
  300. [package.dependencies]
  301. pytz = "*"
  302. [[package]]
  303. category = "main"
  304. description = "ASCII transliterations of Unicode text"
  305. name = "unidecode"
  306. optional = false
  307. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  308. version = "1.2.0"
  309. [[package]]
  310. category = "main"
  311. description = "URI templates"
  312. name = "uritemplate"
  313. optional = false
  314. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  315. version = "3.0.1"
  316. [[package]]
  317. category = "main"
  318. description = "HTTP library with thread-safe connection pooling, file post, and more."
  319. name = "urllib3"
  320. optional = false
  321. python-versions = "*"
  322. version = "1.22"
  323. [package.extras]
  324. secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
  325. socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7,<2.0)"]
  326. [metadata]
  327. content-hash = "30e57c25d84e4981a4a70f5d30f4b8e2a6163f56b44a1ca170372bfbf91ea527"
  328. python-versions = ">=3.6"
  329. [metadata.files]
  330. args = [
  331. {file = "args-0.1.0.tar.gz", hash = "sha256:a785b8d837625e9b61c39108532d95b85274acd679693b71ebb5156848fcf814"},
  332. ]
  333. cachetools = [
  334. {file = "cachetools-3.1.1-py2.py3-none-any.whl", hash = "sha256:428266a1c0d36dc5aca63a2d7c5942e88c2c898d72139fca0e97fdd2380517ae"},
  335. {file = "cachetools-3.1.1.tar.gz", hash = "sha256:8ea2d3ce97850f31e4a08b0e2b5e6c34997d7216a9d2c98e0f3978630d4da69a"},
  336. ]
  337. certifi = [
  338. {file = "certifi-2020.12.5-py2.py3-none-any.whl", hash = "sha256:719a74fb9e33b9bd44cc7f3a8d94bc35e4049deebe19ba7d8e108280cfd59830"},
  339. {file = "certifi-2020.12.5.tar.gz", hash = "sha256:1a4995114262bffbc2413b159f2a1a480c969de6e6eb13ee966d470af86af59c"},
  340. ]
  341. chardet = [
  342. {file = "chardet-4.0.0-py2.py3-none-any.whl", hash = "sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5"},
  343. {file = "chardet-4.0.0.tar.gz", hash = "sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa"},
  344. ]
  345. clint = [
  346. {file = "clint-0.5.1.tar.gz", hash = "sha256:05224c32b1075563d0b16d0015faaf9da43aa214e4a2140e51f08789e7a4c5aa"},
  347. ]
  348. configparser = [
  349. {file = "configparser-5.0.2-py3-none-any.whl", hash = "sha256:af59f2cdd7efbdd5d111c1976ecd0b82db9066653362f0962d7bf1d3ab89a1fa"},
  350. {file = "configparser-5.0.2.tar.gz", hash = "sha256:85d5de102cfe6d14a5172676f09d19c465ce63d6019cf0a4ef13385fc535e828"},
  351. ]
  352. contextlib2 = [
  353. {file = "contextlib2-0.6.0.post1-py2.py3-none-any.whl", hash = "sha256:3355078a159fbb44ee60ea80abd0d87b80b78c248643b49aa6d94673b413609b"},
  354. {file = "contextlib2-0.6.0.post1.tar.gz", hash = "sha256:01f490098c18b19d2bd5bb5dc445b2054d2fa97f09a4280ba2c5f3c394c8162e"},
  355. ]
  356. docopt = [
  357. {file = "docopt-0.6.2.tar.gz", hash = "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491"},
  358. ]
  359. future = [
  360. {file = "future-0.18.2.tar.gz", hash = "sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d"},
  361. ]
  362. google-api-core = [
  363. {file = "google-api-core-1.28.0.tar.gz", hash = "sha256:02646803bd728e12dd1f45ee1dcc31c12614c9a1ac451b9a1ce26aa65df9b957"},
  364. {file = "google_api_core-1.28.0-py2.py3-none-any.whl", hash = "sha256:a658a4e367511a444c7daf2c58855ff6fd7f7d138c154e5b17186c1f8154c8cb"},
  365. ]
  366. google-api-python-client = [
  367. {file = "google-api-python-client-2.5.0.tar.gz", hash = "sha256:656003c47cdcd1552238ed1265e95a2d14eea5e40a2a44e622880587664b3dd9"},
  368. {file = "google_api_python_client-2.5.0-py2.py3-none-any.whl", hash = "sha256:1b8baad33d467dc6c50eed9305bffa3b592919aa895b0c2e8f5654ff0c27f0a1"},
  369. ]
  370. google-auth = [
  371. {file = "google-auth-1.30.0.tar.gz", hash = "sha256:9ad25fba07f46a628ad4d0ca09f38dcb262830df2ac95b217f9b0129c9e42206"},
  372. {file = "google_auth-1.30.0-py2.py3-none-any.whl", hash = "sha256:588bdb03a41ecb4978472b847881e5518b5d9ec6153d3d679aa127a55e13b39f"},
  373. ]
  374. google-auth-httplib2 = [
  375. {file = "google-auth-httplib2-0.1.0.tar.gz", hash = "sha256:a07c39fd632becacd3f07718dfd6021bf396978f03ad3ce4321d060015cc30ac"},
  376. {file = "google_auth_httplib2-0.1.0-py2.py3-none-any.whl", hash = "sha256:31e49c36c6b5643b57e82617cb3e021e3e1d2df9da63af67252c02fa9c1f4a10"},
  377. ]
  378. google-auth-oauthlib = [
  379. {file = "google-auth-oauthlib-0.4.4.tar.gz", hash = "sha256:09832c6e75032f93818edf1affe4746121d640c625a5bef9b5c96af676e98eee"},
  380. {file = "google_auth_oauthlib-0.4.4-py2.py3-none-any.whl", hash = "sha256:0e92aacacfb94978de3b7972cf4b0f204c3cd206f74ddd0dc0b31e91164e6317"},
  381. ]
  382. googleapis-common-protos = [
  383. {file = "googleapis-common-protos-1.53.0.tar.gz", hash = "sha256:a88ee8903aa0a81f6c3cec2d5cf62d3c8aa67c06439b0496b49048fb1854ebf4"},
  384. {file = "googleapis_common_protos-1.53.0-py2.py3-none-any.whl", hash = "sha256:f6d561ab8fb16b30020b940e2dd01cd80082f4762fa9f3ee670f4419b4b8dbd0"},
  385. ]
  386. httplib2 = [
  387. {file = "httplib2-0.19.1-py3-none-any.whl", hash = "sha256:2ad195faf9faf079723f6714926e9a9061f694d07724b846658ce08d40f522b4"},
  388. {file = "httplib2-0.19.1.tar.gz", hash = "sha256:0b12617eeca7433d4c396a100eaecfa4b08ee99aa881e6df6e257a7aad5d533d"},
  389. ]
  390. idna = [
  391. {file = "idna-2.10-py2.py3-none-any.whl", hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"},
  392. {file = "idna-2.10.tar.gz", hash = "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"},
  393. ]
  394. oauthlib = [
  395. {file = "oauthlib-3.1.0-py2.py3-none-any.whl", hash = "sha256:df884cd6cbe20e32633f1db1072e9356f53638e4361bef4e8b03c9127c9328ea"},
  396. {file = "oauthlib-3.1.0.tar.gz", hash = "sha256:bee41cc35fcca6e988463cacc3bcb8a96224f470ca547e697b604cc697b2f889"},
  397. ]
  398. packaging = [
  399. {file = "packaging-20.9-py2.py3-none-any.whl", hash = "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a"},
  400. {file = "packaging-20.9.tar.gz", hash = "sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5"},
  401. ]
  402. protobuf = [
  403. {file = "protobuf-3.17.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:15351df904347da2081a2eebc42b192c29724eb57dbe56dae440be843f1e4779"},
  404. {file = "protobuf-3.17.0-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:5356981c1919782b8c2e3ea5c5d85ad5937b8178a025ac9edc2f2ca5b4a717ae"},
  405. {file = "protobuf-3.17.0-cp35-cp35m-macosx_10_9_intel.whl", hash = "sha256:eac0a2a7ea99e17175f6e7b53cdc9004ed786c072fbdf933def0e454e14fd323"},
  406. {file = "protobuf-3.17.0-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:4c8d0997fdc0a4cf9de7950d598ce6974b22e8618bbcf1d15e9842010cf8420a"},
  407. {file = "protobuf-3.17.0-cp35-cp35m-win32.whl", hash = "sha256:9ae321459d4890c3939c536382f75e232c9e91ce506310353c8a15ad5c379e0d"},
  408. {file = "protobuf-3.17.0-cp35-cp35m-win_amd64.whl", hash = "sha256:295944ef0772498d7bf75f6aa5d4dfcfd02f5ce70f735b406e52e43ac3914d38"},
  409. {file = "protobuf-3.17.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:850f429bd2399525d339d05bc809f090f16d3d88737bed637d355a5ee8d3b81a"},
  410. {file = "protobuf-3.17.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:809a96d5a1a74538728710f9104f43ae77f5e48bde274ee321b10a324ba52e4f"},
  411. {file = "protobuf-3.17.0-cp36-cp36m-win32.whl", hash = "sha256:8a3ac375539055164f31a330770f137875307e6f04c21e2647f2e7139c501295"},
  412. {file = "protobuf-3.17.0-cp36-cp36m-win_amd64.whl", hash = "sha256:3d338910b10b88b18581cf6877b3938b2e262e8fdc2c1057f5a291787de63183"},
  413. {file = "protobuf-3.17.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:1488f786bd1912f97796cf5def8cacf433735616896cf7ed9dc786cee693dfc8"},
  414. {file = "protobuf-3.17.0-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:bcaff977db178f0bfde10bab0d23a5f5adf5964adba70c315e45922a1c55eb90"},
  415. {file = "protobuf-3.17.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:939ce06846ddfec99c0bff510510b3ee45778e7a3aec6544d1f36526e5fecb67"},
  416. {file = "protobuf-3.17.0-cp37-cp37m-win32.whl", hash = "sha256:3237acce5b666c7b0f45785cc2d0809796d4df3593bd68338aebf25408139188"},
  417. {file = "protobuf-3.17.0-cp37-cp37m-win_amd64.whl", hash = "sha256:2f77afe33bb86c7d34221a86193256d69aa10818620fe4a7513d98211d67d672"},
  418. {file = "protobuf-3.17.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:acc9f2091ace3de429eee424ab7ba0bc52a6aa9ffc9909e5c4de259a3f71db46"},
  419. {file = "protobuf-3.17.0-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:a29631f4f8bcf79b12a59e83d238d888de5034871461d788c74c68218ad75049"},
  420. {file = "protobuf-3.17.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:05c304396e309661c45e3a97bd2d8da1fc2bab743ed2ca880bcb757271c40c0e"},
  421. {file = "protobuf-3.17.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:baea44967071e6a51e705e4e88aebf35f530a14004cc69f60a185e5d7e13de7e"},
  422. {file = "protobuf-3.17.0-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:3b5c461af5a3cebd796c73370db929b7e24cbaba655eefdc044226bc8a843d6b"},
  423. {file = "protobuf-3.17.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:44399393c3a8cc04a4cfbdc721dd7f2114497efda582e946a91b8c4290ae5ff5"},
  424. {file = "protobuf-3.17.0-py2.py3-none-any.whl", hash = "sha256:e32ef0c9f4b548c80d94dfff8b4130ca2ff3d50caaf2455889e3f5b8a01e8038"},
  425. {file = "protobuf-3.17.0.tar.gz", hash = "sha256:05dfe9319939a8473c21b469f34f6486646e54fb8542637cf7ed8e2fbfe21538"},
  426. ]
  427. pyasn1 = [
  428. {file = "pyasn1-0.4.8-py2.4.egg", hash = "sha256:fec3e9d8e36808a28efb59b489e4528c10ad0f480e57dcc32b4de5c9d8c9fdf3"},
  429. {file = "pyasn1-0.4.8-py2.5.egg", hash = "sha256:0458773cfe65b153891ac249bcf1b5f8f320b7c2ce462151f8fa74de8934becf"},
  430. {file = "pyasn1-0.4.8-py2.6.egg", hash = "sha256:5c9414dcfede6e441f7e8f81b43b34e834731003427e5b09e4e00e3172a10f00"},
  431. {file = "pyasn1-0.4.8-py2.7.egg", hash = "sha256:6e7545f1a61025a4e58bb336952c5061697da694db1cae97b116e9c46abcf7c8"},
  432. {file = "pyasn1-0.4.8-py2.py3-none-any.whl", hash = "sha256:39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d"},
  433. {file = "pyasn1-0.4.8-py3.1.egg", hash = "sha256:78fa6da68ed2727915c4767bb386ab32cdba863caa7dbe473eaae45f9959da86"},
  434. {file = "pyasn1-0.4.8-py3.2.egg", hash = "sha256:08c3c53b75eaa48d71cf8c710312316392ed40899cb34710d092e96745a358b7"},
  435. {file = "pyasn1-0.4.8-py3.3.egg", hash = "sha256:03840c999ba71680a131cfaee6fab142e1ed9bbd9c693e285cc6aca0d555e576"},
  436. {file = "pyasn1-0.4.8-py3.4.egg", hash = "sha256:7ab8a544af125fb704feadb008c99a88805126fb525280b2270bb25cc1d78a12"},
  437. {file = "pyasn1-0.4.8-py3.5.egg", hash = "sha256:e89bf84b5437b532b0803ba5c9a5e054d21fec423a89952a74f87fa2c9b7bce2"},
  438. {file = "pyasn1-0.4.8-py3.6.egg", hash = "sha256:014c0e9976956a08139dc0712ae195324a75e142284d5f87f1a87ee1b068a359"},
  439. {file = "pyasn1-0.4.8-py3.7.egg", hash = "sha256:99fcc3c8d804d1bc6d9a099921e39d827026409a58f2a720dcdb89374ea0c776"},
  440. {file = "pyasn1-0.4.8.tar.gz", hash = "sha256:aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba"},
  441. ]
  442. pyasn1-modules = [
  443. {file = "pyasn1-modules-0.2.8.tar.gz", hash = "sha256:905f84c712230b2c592c19470d3ca8d552de726050d1d1716282a1f6146be65e"},
  444. {file = "pyasn1_modules-0.2.8-py2.4.egg", hash = "sha256:0fe1b68d1e486a1ed5473f1302bd991c1611d319bba158e98b106ff86e1d7199"},
  445. {file = "pyasn1_modules-0.2.8-py2.5.egg", hash = "sha256:fe0644d9ab041506b62782e92b06b8c68cca799e1a9636ec398675459e031405"},
  446. {file = "pyasn1_modules-0.2.8-py2.6.egg", hash = "sha256:a99324196732f53093a84c4369c996713eb8c89d360a496b599fb1a9c47fc3eb"},
  447. {file = "pyasn1_modules-0.2.8-py2.7.egg", hash = "sha256:0845a5582f6a02bb3e1bde9ecfc4bfcae6ec3210dd270522fee602365430c3f8"},
  448. {file = "pyasn1_modules-0.2.8-py2.py3-none-any.whl", hash = "sha256:a50b808ffeb97cb3601dd25981f6b016cbb3d31fbf57a8b8a87428e6158d0c74"},
  449. {file = "pyasn1_modules-0.2.8-py3.1.egg", hash = "sha256:f39edd8c4ecaa4556e989147ebf219227e2cd2e8a43c7e7fcb1f1c18c5fd6a3d"},
  450. {file = "pyasn1_modules-0.2.8-py3.2.egg", hash = "sha256:b80486a6c77252ea3a3e9b1e360bc9cf28eaac41263d173c032581ad2f20fe45"},
  451. {file = "pyasn1_modules-0.2.8-py3.3.egg", hash = "sha256:65cebbaffc913f4fe9e4808735c95ea22d7a7775646ab690518c056784bc21b4"},
  452. {file = "pyasn1_modules-0.2.8-py3.4.egg", hash = "sha256:15b7c67fabc7fc240d87fb9aabf999cf82311a6d6fb2c70d00d3d0604878c811"},
  453. {file = "pyasn1_modules-0.2.8-py3.5.egg", hash = "sha256:426edb7a5e8879f1ec54a1864f16b882c2837bfd06eee62f2c982315ee2473ed"},
  454. {file = "pyasn1_modules-0.2.8-py3.6.egg", hash = "sha256:cbac4bc38d117f2a49aeedec4407d23e8866ea4ac27ff2cf7fb3e5b570df19e0"},
  455. {file = "pyasn1_modules-0.2.8-py3.7.egg", hash = "sha256:c29a5e5cc7a3f05926aff34e097e84f8589cd790ce0ed41b67aed6857b26aafd"},
  456. ]
  457. pyparsing = [
  458. {file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"},
  459. {file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"},
  460. ]
  461. pytz = [
  462. {file = "pytz-2021.1-py2.py3-none-any.whl", hash = "sha256:eb10ce3e7736052ed3623d49975ce333bcd712c7bb19a58b9e2089d4057d0798"},
  463. {file = "pytz-2021.1.tar.gz", hash = "sha256:83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da"},
  464. ]
  465. requests = [
  466. {file = "requests-2.25.1-py2.py3-none-any.whl", hash = "sha256:c210084e36a42ae6b9219e00e48287def368a26d03a048ddad7bfee44f75871e"},
  467. {file = "requests-2.25.1.tar.gz", hash = "sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804"},
  468. ]
  469. requests-oauthlib = [
  470. {file = "requests-oauthlib-1.3.0.tar.gz", hash = "sha256:b4261601a71fd721a8bd6d7aa1cc1d6a8a93b4a9f5e96626f8e4d91e8beeaa6a"},
  471. {file = "requests_oauthlib-1.3.0-py2.py3-none-any.whl", hash = "sha256:7f71572defaecd16372f9006f33c2ec8c077c3cfa6f5911a9a90202beb513f3d"},
  472. {file = "requests_oauthlib-1.3.0-py3.7.egg", hash = "sha256:fa6c47b933f01060936d87ae9327fead68768b69c6c9ea2109c48be30f2d4dbc"},
  473. ]
  474. requests-toolbelt = [
  475. {file = "requests-toolbelt-0.9.1.tar.gz", hash = "sha256:968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0"},
  476. {file = "requests_toolbelt-0.9.1-py2.py3-none-any.whl", hash = "sha256:380606e1d10dc85c3bd47bf5a6095f815ec007be7a8b69c878507068df059e6f"},
  477. ]
  478. rsa = [
  479. {file = "rsa-4.4-py2.py3-none-any.whl", hash = "sha256:4afbaaecc3e9550c7351fdf0ab3fea1857ff616b85bab59215f00fb42e0e9582"},
  480. {file = "rsa-4.4.tar.gz", hash = "sha256:5d95293bbd0fbee1dd9cb4b72d27b723942eb50584abc8c4f5f00e4bcfa55307"},
  481. ]
  482. schema = [
  483. {file = "schema-0.7.4-py2.py3-none-any.whl", hash = "sha256:cf97e4cd27e203ab6bb35968532de1ed8991bce542a646f0ff1d643629a4945d"},
  484. {file = "schema-0.7.4.tar.gz", hash = "sha256:fbb6a52eb2d9facf292f233adcc6008cffd94343c63ccac9a1cb1f3e6de1db17"},
  485. ]
  486. six = [
  487. {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
  488. {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
  489. ]
  490. tzlocal = [
  491. {file = "tzlocal-2.1-py2.py3-none-any.whl", hash = "sha256:e2cb6c6b5b604af38597403e9852872d7f534962ae2954c7f35efcb1ccacf4a4"},
  492. {file = "tzlocal-2.1.tar.gz", hash = "sha256:643c97c5294aedc737780a49d9df30889321cbe1204eac2c2ec6134035a92e44"},
  493. ]
  494. unidecode = [
  495. {file = "Unidecode-1.2.0-py2.py3-none-any.whl", hash = "sha256:12435ef2fc4cdfd9cf1035a1db7e98b6b047fe591892e81f34e94959591fad00"},
  496. {file = "Unidecode-1.2.0.tar.gz", hash = "sha256:8d73a97d387a956922344f6b74243c2c6771594659778744b2dbdaad8f6b727d"},
  497. ]
  498. uritemplate = [
  499. {file = "uritemplate-3.0.1-py2.py3-none-any.whl", hash = "sha256:07620c3f3f8eed1f12600845892b0e036a2420acf513c53f7de0abd911a5894f"},
  500. {file = "uritemplate-3.0.1.tar.gz", hash = "sha256:5af8ad10cec94f215e3f48112de2022e1d5a37ed427fbd88652fa908f2ab7cae"},
  501. ]
  502. urllib3 = [
  503. {file = "urllib3-1.22-py2.py3-none-any.whl", hash = "sha256:06330f386d6e4b195fbfc736b297f58c5a892e4440e54d294d7004e3a9bbea1b"},
  504. {file = "urllib3-1.22.tar.gz", hash = "sha256:cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f"},
  505. ]