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.

681 lines
29 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 = "Backport of the standard library zoneinfo module"
  11. marker = "python_version >= \"3.6\" and python_version < \"3.9\" or python_version < \"3.9\""
  12. name = "backports.zoneinfo"
  13. optional = false
  14. python-versions = ">=3.6"
  15. version = "0.2.1"
  16. [package.dependencies]
  17. [package.dependencies.importlib-resources]
  18. python = "<3.7"
  19. version = "*"
  20. [package.extras]
  21. tzdata = ["tzdata"]
  22. [[package]]
  23. category = "main"
  24. description = "Extensible memoizing collections and decorators"
  25. name = "cachetools"
  26. optional = false
  27. python-versions = "*"
  28. version = "3.1.1"
  29. [[package]]
  30. category = "main"
  31. description = "Python package for providing Mozilla's CA Bundle."
  32. name = "certifi"
  33. optional = false
  34. python-versions = "*"
  35. version = "2021.10.8"
  36. [[package]]
  37. category = "main"
  38. description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
  39. marker = "python_version >= \"3\""
  40. name = "charset-normalizer"
  41. optional = false
  42. python-versions = ">=3.5.0"
  43. version = "2.0.12"
  44. [package.extras]
  45. unicode_backport = ["unicodedata2"]
  46. [[package]]
  47. category = "main"
  48. description = "Python Command Line Interface Tools"
  49. name = "clint"
  50. optional = false
  51. python-versions = "*"
  52. version = "0.5.1"
  53. [package.dependencies]
  54. args = "*"
  55. [[package]]
  56. category = "main"
  57. description = "Updated configparser from Python 3.8 for Python 2.6+."
  58. name = "configparser"
  59. optional = false
  60. python-versions = ">=3.6"
  61. version = "5.2.0"
  62. [package.extras]
  63. docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)", "jaraco.tidelift (>=1.4)"]
  64. testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "types-backports", "pytest-black (>=0.3.7)", "pytest-mypy"]
  65. [[package]]
  66. category = "main"
  67. description = "Backports and enhancements for the contextlib module"
  68. name = "contextlib2"
  69. optional = false
  70. python-versions = ">=3.6"
  71. version = "21.6.0"
  72. [[package]]
  73. category = "main"
  74. description = "Pythonic argument parser, that will make you smile"
  75. name = "docopt"
  76. optional = false
  77. python-versions = "*"
  78. version = "0.6.2"
  79. [[package]]
  80. category = "main"
  81. description = "Clean single-source support for Python 3 and 2"
  82. name = "future"
  83. optional = false
  84. python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
  85. version = "0.18.2"
  86. [[package]]
  87. category = "main"
  88. description = "Google API client core library"
  89. name = "google-api-core"
  90. optional = false
  91. python-versions = ">=3.6"
  92. version = "2.7.2"
  93. [package.dependencies]
  94. google-auth = ">=1.25.0,<3.0dev"
  95. googleapis-common-protos = ">=1.52.0,<2.0dev"
  96. protobuf = ">=3.12.0"
  97. requests = ">=2.18.0,<3.0.0dev"
  98. [package.extras]
  99. grpc = ["grpcio (>=1.33.2,<2.0dev)", "grpcio-status (>=1.33.2,<2.0dev)"]
  100. grpcgcp = ["grpcio-gcp (>=0.2.2)"]
  101. grpcio-gcp = ["grpcio-gcp (>=0.2.2)"]
  102. [[package]]
  103. category = "main"
  104. description = "Google API Client Library for Python"
  105. name = "google-api-python-client"
  106. optional = false
  107. python-versions = ">=3.6"
  108. version = "2.44.0"
  109. [package.dependencies]
  110. google-api-core = ">=1.31.5,<2.0.0 || >2.3.0,<3.0.0dev"
  111. google-auth = ">=1.16.0,<3.0.0dev"
  112. google-auth-httplib2 = ">=0.1.0"
  113. httplib2 = ">=0.15.0,<1dev"
  114. uritemplate = ">=3.0.1,<5"
  115. [[package]]
  116. category = "main"
  117. description = "Google Authentication Library"
  118. name = "google-auth"
  119. optional = false
  120. python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*"
  121. version = "2.6.5"
  122. [package.dependencies]
  123. cachetools = ">=2.0.0,<6.0"
  124. pyasn1-modules = ">=0.2.1"
  125. six = ">=1.9.0"
  126. [package.dependencies.rsa]
  127. python = ">=3.6"
  128. version = ">=3.1.4,<5"
  129. [package.extras]
  130. aiohttp = ["requests (>=2.20.0,<3.0.0dev)", "aiohttp (>=3.6.2,<4.0.0dev)"]
  131. pyopenssl = ["pyopenssl (>=20.0.0)"]
  132. reauth = ["pyu2f (>=0.1.5)"]
  133. [[package]]
  134. category = "main"
  135. description = "Google Authentication Library: httplib2 transport"
  136. name = "google-auth-httplib2"
  137. optional = false
  138. python-versions = "*"
  139. version = "0.1.0"
  140. [package.dependencies]
  141. google-auth = "*"
  142. httplib2 = ">=0.15.0"
  143. six = "*"
  144. [[package]]
  145. category = "main"
  146. description = "Google Authentication Library"
  147. name = "google-auth-oauthlib"
  148. optional = false
  149. python-versions = ">=3.6"
  150. version = "0.5.1"
  151. [package.dependencies]
  152. google-auth = ">=1.0.0"
  153. requests-oauthlib = ">=0.7.0"
  154. [package.extras]
  155. tool = ["click (>=6.0.0)"]
  156. [[package]]
  157. category = "main"
  158. description = "Common protobufs used in Google APIs"
  159. name = "googleapis-common-protos"
  160. optional = false
  161. python-versions = ">=3.6"
  162. version = "1.56.0"
  163. [package.dependencies]
  164. protobuf = ">=3.12.0"
  165. [package.extras]
  166. grpc = ["grpcio (>=1.0.0)"]
  167. [[package]]
  168. category = "main"
  169. description = "A comprehensive HTTP client library."
  170. name = "httplib2"
  171. optional = false
  172. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  173. version = "0.20.4"
  174. [package.dependencies]
  175. [package.dependencies.pyparsing]
  176. python = ">=3.1"
  177. version = ">=2.4.2,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.0.2 || >3.0.2,<3.0.3 || >3.0.3,<4"
  178. [[package]]
  179. category = "main"
  180. description = "Internationalized Domain Names in Applications (IDNA)"
  181. marker = "python_version >= \"3\""
  182. name = "idna"
  183. optional = false
  184. python-versions = ">=3.5"
  185. version = "3.3"
  186. [[package]]
  187. category = "main"
  188. description = "Read resources from Python packages"
  189. marker = "python_version >= \"3.6\" and python_version < \"3.7\" or python_version < \"3.7\""
  190. name = "importlib-resources"
  191. optional = false
  192. python-versions = ">=3.6"
  193. version = "5.4.0"
  194. [package.dependencies]
  195. [package.dependencies.zipp]
  196. python = "<3.10"
  197. version = ">=3.1.0"
  198. [package.extras]
  199. docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"]
  200. testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "pytest-black (>=0.3.7)", "pytest-mypy"]
  201. [[package]]
  202. category = "main"
  203. description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
  204. name = "oauthlib"
  205. optional = false
  206. python-versions = "*"
  207. version = "2.1.0"
  208. [package.extras]
  209. rsa = ["cryptography"]
  210. signals = ["blinker"]
  211. signedtoken = ["cryptography", "pyjwt (>=1.0.0)"]
  212. test = ["nose", "unittest2", "cryptography", "mock", "pyjwt (>=1.0.0)", "blinker"]
  213. [[package]]
  214. category = "main"
  215. description = "Protocol Buffers"
  216. name = "protobuf"
  217. optional = false
  218. python-versions = ">=3.5"
  219. version = "3.19.4"
  220. [[package]]
  221. category = "main"
  222. description = "ASN.1 types and codecs"
  223. name = "pyasn1"
  224. optional = false
  225. python-versions = "*"
  226. version = "0.4.8"
  227. [[package]]
  228. category = "main"
  229. description = "A collection of ASN.1-based protocols modules."
  230. name = "pyasn1-modules"
  231. optional = false
  232. python-versions = "*"
  233. version = "0.2.8"
  234. [package.dependencies]
  235. pyasn1 = ">=0.4.6,<0.5.0"
  236. [[package]]
  237. category = "main"
  238. description = "Python parsing module"
  239. marker = "python_version > \"3.0\""
  240. name = "pyparsing"
  241. optional = false
  242. python-versions = ">=3.6"
  243. version = "3.0.7"
  244. [package.extras]
  245. diagrams = ["jinja2", "railroad-diagrams"]
  246. [[package]]
  247. category = "main"
  248. description = "World timezone definitions, modern and historical"
  249. name = "pytz"
  250. optional = false
  251. python-versions = "*"
  252. version = "2022.1"
  253. [[package]]
  254. category = "main"
  255. description = "Shims to make deprecation of pytz easier"
  256. name = "pytz-deprecation-shim"
  257. optional = false
  258. python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
  259. version = "0.1.0.post0"
  260. [package.dependencies]
  261. [package.dependencies."backports.zoneinfo"]
  262. python = ">=3.6,<3.9"
  263. version = "*"
  264. [package.dependencies.tzdata]
  265. python = ">=3.6"
  266. version = "*"
  267. [[package]]
  268. category = "main"
  269. description = "Python HTTP for Humans."
  270. name = "requests"
  271. optional = false
  272. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
  273. version = "2.27.1"
  274. [package.dependencies]
  275. certifi = ">=2017.4.17"
  276. urllib3 = ">=1.21.1,<1.27"
  277. [package.dependencies.charset-normalizer]
  278. python = ">=3"
  279. version = ">=2.0.0,<2.1.0"
  280. [package.dependencies.idna]
  281. python = ">=3"
  282. version = ">=2.5,<4"
  283. [package.extras]
  284. socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7)", "win-inet-pton"]
  285. use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"]
  286. [[package]]
  287. category = "main"
  288. description = "OAuthlib authentication support for Requests."
  289. name = "requests-oauthlib"
  290. optional = false
  291. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  292. version = "1.1.0"
  293. [package.dependencies]
  294. oauthlib = ">=2.1.0,<3.0.0"
  295. requests = ">=2.0.0"
  296. [package.extras]
  297. rsa = ["oauthlib (>=2.1.0,<3.0.0)"]
  298. [[package]]
  299. category = "main"
  300. description = "A utility belt for advanced users of python-requests"
  301. name = "requests-toolbelt"
  302. optional = false
  303. python-versions = "*"
  304. version = "0.9.1"
  305. [package.dependencies]
  306. requests = ">=2.0.1,<3.0.0"
  307. [[package]]
  308. category = "main"
  309. description = "Pure-Python RSA implementation"
  310. marker = "python_version >= \"3.6\""
  311. name = "rsa"
  312. optional = false
  313. python-versions = "*"
  314. version = "4.4"
  315. [package.dependencies]
  316. pyasn1 = ">=0.1.3"
  317. [[package]]
  318. category = "main"
  319. description = "Simple data validation library"
  320. name = "schema"
  321. optional = false
  322. python-versions = "*"
  323. version = "0.7.5"
  324. [package.dependencies]
  325. contextlib2 = ">=0.5.5"
  326. [[package]]
  327. category = "main"
  328. description = "Python 2 and 3 compatibility utilities"
  329. name = "six"
  330. optional = false
  331. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
  332. version = "1.16.0"
  333. [[package]]
  334. category = "main"
  335. description = "Provider of IANA time zone data"
  336. marker = "python_version >= \"3.6\" or platform_system == \"Windows\""
  337. name = "tzdata"
  338. optional = false
  339. python-versions = ">=2"
  340. version = "2022.1"
  341. [[package]]
  342. category = "main"
  343. description = "tzinfo object for the local timezone"
  344. name = "tzlocal"
  345. optional = false
  346. python-versions = ">=3.6"
  347. version = "4.2"
  348. [package.dependencies]
  349. pytz-deprecation-shim = "*"
  350. tzdata = "*"
  351. [package.dependencies."backports.zoneinfo"]
  352. python = "<3.9"
  353. version = "*"
  354. [package.extras]
  355. devenv = ["black", "pyroma", "pytest-cov", "zest.releaser"]
  356. test = ["pytest-mock (>=3.3)", "pytest (>=4.3)"]
  357. [[package]]
  358. category = "main"
  359. description = "ASCII transliterations of Unicode text"
  360. name = "unidecode"
  361. optional = false
  362. python-versions = ">=3.5"
  363. version = "1.3.4"
  364. [[package]]
  365. category = "main"
  366. description = "Implementation of RFC 6570 URI Templates"
  367. name = "uritemplate"
  368. optional = false
  369. python-versions = ">=3.6"
  370. version = "4.1.1"
  371. [[package]]
  372. category = "main"
  373. description = "HTTP library with thread-safe connection pooling, file post, and more."
  374. name = "urllib3"
  375. optional = false
  376. python-versions = "*"
  377. version = "1.22"
  378. [package.extras]
  379. secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
  380. socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7,<2.0)"]
  381. [[package]]
  382. category = "main"
  383. description = "Backport of pathlib-compatible object wrapper for zip files"
  384. marker = "python_version >= \"3.6\" and python_version < \"3.7\" or python_version < \"3.7\""
  385. name = "zipp"
  386. optional = false
  387. python-versions = ">=3.6"
  388. version = "3.6.0"
  389. [package.extras]
  390. docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"]
  391. testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy"]
  392. [metadata]
  393. content-hash = "be6573f03c921c7e695d02a9d03b766a756d2c5a61619cbebea44c85a4f66bf6"
  394. python-versions = ">=3.6"
  395. [metadata.files]
  396. args = [
  397. {file = "args-0.1.0.tar.gz", hash = "sha256:a785b8d837625e9b61c39108532d95b85274acd679693b71ebb5156848fcf814"},
  398. ]
  399. "backports.zoneinfo" = [
  400. {file = "backports.zoneinfo-0.2.1-cp36-cp36m-macosx_10_14_x86_64.whl", hash = "sha256:da6013fd84a690242c310d77ddb8441a559e9cb3d3d59ebac9aca1a57b2e18bc"},
  401. {file = "backports.zoneinfo-0.2.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:89a48c0d158a3cc3f654da4c2de1ceba85263fafb861b98b59040a5086259722"},
  402. {file = "backports.zoneinfo-0.2.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:1c5742112073a563c81f786e77514969acb58649bcdf6cdf0b4ed31a348d4546"},
  403. {file = "backports.zoneinfo-0.2.1-cp36-cp36m-win32.whl", hash = "sha256:e8236383a20872c0cdf5a62b554b27538db7fa1bbec52429d8d106effbaeca08"},
  404. {file = "backports.zoneinfo-0.2.1-cp36-cp36m-win_amd64.whl", hash = "sha256:8439c030a11780786a2002261569bdf362264f605dfa4d65090b64b05c9f79a7"},
  405. {file = "backports.zoneinfo-0.2.1-cp37-cp37m-macosx_10_14_x86_64.whl", hash = "sha256:f04e857b59d9d1ccc39ce2da1021d196e47234873820cbeaad210724b1ee28ac"},
  406. {file = "backports.zoneinfo-0.2.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:17746bd546106fa389c51dbea67c8b7c8f0d14b5526a579ca6ccf5ed72c526cf"},
  407. {file = "backports.zoneinfo-0.2.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:5c144945a7752ca544b4b78c8c41544cdfaf9786f25fe5ffb10e838e19a27570"},
  408. {file = "backports.zoneinfo-0.2.1-cp37-cp37m-win32.whl", hash = "sha256:e55b384612d93be96506932a786bbcde5a2db7a9e6a4bb4bffe8b733f5b9036b"},
  409. {file = "backports.zoneinfo-0.2.1-cp37-cp37m-win_amd64.whl", hash = "sha256:a76b38c52400b762e48131494ba26be363491ac4f9a04c1b7e92483d169f6582"},
  410. {file = "backports.zoneinfo-0.2.1-cp38-cp38-macosx_10_14_x86_64.whl", hash = "sha256:8961c0f32cd0336fb8e8ead11a1f8cd99ec07145ec2931122faaac1c8f7fd987"},
  411. {file = "backports.zoneinfo-0.2.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:e81b76cace8eda1fca50e345242ba977f9be6ae3945af8d46326d776b4cf78d1"},
  412. {file = "backports.zoneinfo-0.2.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:7b0a64cda4145548fed9efc10322770f929b944ce5cee6c0dfe0c87bf4c0c8c9"},
  413. {file = "backports.zoneinfo-0.2.1-cp38-cp38-win32.whl", hash = "sha256:1b13e654a55cd45672cb54ed12148cd33628f672548f373963b0bff67b217328"},
  414. {file = "backports.zoneinfo-0.2.1-cp38-cp38-win_amd64.whl", hash = "sha256:4a0f800587060bf8880f954dbef70de6c11bbe59c673c3d818921f042f9954a6"},
  415. {file = "backports.zoneinfo-0.2.1.tar.gz", hash = "sha256:fadbfe37f74051d024037f223b8e001611eac868b5c5b06144ef4d8b799862f2"},
  416. ]
  417. cachetools = [
  418. {file = "cachetools-3.1.1-py2.py3-none-any.whl", hash = "sha256:428266a1c0d36dc5aca63a2d7c5942e88c2c898d72139fca0e97fdd2380517ae"},
  419. {file = "cachetools-3.1.1.tar.gz", hash = "sha256:8ea2d3ce97850f31e4a08b0e2b5e6c34997d7216a9d2c98e0f3978630d4da69a"},
  420. ]
  421. certifi = [
  422. {file = "certifi-2021.10.8-py2.py3-none-any.whl", hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569"},
  423. {file = "certifi-2021.10.8.tar.gz", hash = "sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872"},
  424. ]
  425. charset-normalizer = [
  426. {file = "charset-normalizer-2.0.12.tar.gz", hash = "sha256:2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597"},
  427. {file = "charset_normalizer-2.0.12-py3-none-any.whl", hash = "sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df"},
  428. ]
  429. clint = [
  430. {file = "clint-0.5.1.tar.gz", hash = "sha256:05224c32b1075563d0b16d0015faaf9da43aa214e4a2140e51f08789e7a4c5aa"},
  431. ]
  432. configparser = [
  433. {file = "configparser-5.2.0-py3-none-any.whl", hash = "sha256:e8b39238fb6f0153a069aa253d349467c3c4737934f253ef6abac5fe0eca1e5d"},
  434. {file = "configparser-5.2.0.tar.gz", hash = "sha256:1b35798fdf1713f1c3139016cfcbc461f09edbf099d1fb658d4b7479fcaa3daa"},
  435. ]
  436. contextlib2 = [
  437. {file = "contextlib2-21.6.0-py2.py3-none-any.whl", hash = "sha256:3fbdb64466afd23abaf6c977627b75b6139a5a3e8ce38405c5b413aed7a0471f"},
  438. {file = "contextlib2-21.6.0.tar.gz", hash = "sha256:ab1e2bfe1d01d968e1b7e8d9023bc51ef3509bba217bb730cee3827e1ee82869"},
  439. ]
  440. docopt = [
  441. {file = "docopt-0.6.2.tar.gz", hash = "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491"},
  442. ]
  443. future = [
  444. {file = "future-0.18.2.tar.gz", hash = "sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d"},
  445. ]
  446. google-api-core = [
  447. {file = "google-api-core-2.7.2.tar.gz", hash = "sha256:65480309a7437f739e4476da037af02a3ec8263f1d1f89f72bbdc8f54fe402d2"},
  448. {file = "google_api_core-2.7.2-py3-none-any.whl", hash = "sha256:8fcbe52dc129fd83dca4e638a76f22b3a11579c493e643134e50e9870b233302"},
  449. ]
  450. google-api-python-client = [
  451. {file = "google-api-python-client-2.44.0.tar.gz", hash = "sha256:fc9c31737b82a592d29636c6f77af9cf9666e45ed966d0a5ebe20711aa0df83c"},
  452. {file = "google_api_python_client-2.44.0-py2.py3-none-any.whl", hash = "sha256:0588acf65ea0569ece979c4eecdd5366c98ba314c1212a86a2808de0b7bcd02b"},
  453. ]
  454. google-auth = [
  455. {file = "google-auth-2.6.5.tar.gz", hash = "sha256:04e224f241c0566477bb35a8a93be8c635210de743bde454d49393cfb605266d"},
  456. {file = "google_auth-2.6.5-py2.py3-none-any.whl", hash = "sha256:9a88ee548f6fd49467e2e443dfbfe10344e5a270629a137a3a0b3437ec6b02a6"},
  457. ]
  458. google-auth-httplib2 = [
  459. {file = "google-auth-httplib2-0.1.0.tar.gz", hash = "sha256:a07c39fd632becacd3f07718dfd6021bf396978f03ad3ce4321d060015cc30ac"},
  460. {file = "google_auth_httplib2-0.1.0-py2.py3-none-any.whl", hash = "sha256:31e49c36c6b5643b57e82617cb3e021e3e1d2df9da63af67252c02fa9c1f4a10"},
  461. ]
  462. google-auth-oauthlib = [
  463. {file = "google-auth-oauthlib-0.5.1.tar.gz", hash = "sha256:30596b824fc6808fdaca2f048e4998cc40fb4b3599eaea66d28dc7085b36c5b8"},
  464. {file = "google_auth_oauthlib-0.5.1-py2.py3-none-any.whl", hash = "sha256:24f67735513c4c7134dbde2f1dee5a1deb6acc8dfcb577d7bff30d213a28e7b0"},
  465. ]
  466. googleapis-common-protos = [
  467. {file = "googleapis-common-protos-1.56.0.tar.gz", hash = "sha256:4007500795bcfc269d279f0f7d253ae18d6dc1ff5d5a73613ffe452038b1ec5f"},
  468. {file = "googleapis_common_protos-1.56.0-py2.py3-none-any.whl", hash = "sha256:60220c89b8bd5272159bed4929ecdc1243ae1f73437883a499a44a1cbc084086"},
  469. ]
  470. httplib2 = [
  471. {file = "httplib2-0.20.4-py3-none-any.whl", hash = "sha256:8b6a905cb1c79eefd03f8669fd993c36dc341f7c558f056cb5a33b5c2f458543"},
  472. {file = "httplib2-0.20.4.tar.gz", hash = "sha256:58a98e45b4b1a48273073f905d2961666ecf0fbac4250ea5b47aef259eb5c585"},
  473. ]
  474. idna = [
  475. {file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"},
  476. {file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"},
  477. ]
  478. importlib-resources = [
  479. {file = "importlib_resources-5.4.0-py3-none-any.whl", hash = "sha256:33a95faed5fc19b4bc16b29a6eeae248a3fe69dd55d4d229d2b480e23eeaad45"},
  480. {file = "importlib_resources-5.4.0.tar.gz", hash = "sha256:d756e2f85dd4de2ba89be0b21dba2a3bbec2e871a42a3a16719258a11f87506b"},
  481. ]
  482. oauthlib = [
  483. {file = "oauthlib-2.1.0-py2.py3-none-any.whl", hash = "sha256:d883b36b21a6ad813953803edfa563b1b579d79ca758fe950d1bc9e8b326025b"},
  484. {file = "oauthlib-2.1.0.tar.gz", hash = "sha256:ac35665a61c1685c56336bda97d5eefa246f1202618a1d6f34fccb1bdd404162"},
  485. ]
  486. protobuf = [
  487. {file = "protobuf-3.19.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:f51d5a9f137f7a2cec2d326a74b6e3fc79d635d69ffe1b036d39fc7d75430d37"},
  488. {file = "protobuf-3.19.4-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:09297b7972da685ce269ec52af761743714996b4381c085205914c41fcab59fb"},
  489. {file = "protobuf-3.19.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:072fbc78d705d3edc7ccac58a62c4c8e0cec856987da7df8aca86e647be4e35c"},
  490. {file = "protobuf-3.19.4-cp310-cp310-win32.whl", hash = "sha256:7bb03bc2873a2842e5ebb4801f5c7ff1bfbdf426f85d0172f7644fcda0671ae0"},
  491. {file = "protobuf-3.19.4-cp310-cp310-win_amd64.whl", hash = "sha256:f358aa33e03b7a84e0d91270a4d4d8f5df6921abe99a377828839e8ed0c04e07"},
  492. {file = "protobuf-3.19.4-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:1c91ef4110fdd2c590effb5dca8fdbdcb3bf563eece99287019c4204f53d81a4"},
  493. {file = "protobuf-3.19.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c438268eebb8cf039552897d78f402d734a404f1360592fef55297285f7f953f"},
  494. {file = "protobuf-3.19.4-cp36-cp36m-win32.whl", hash = "sha256:835a9c949dc193953c319603b2961c5c8f4327957fe23d914ca80d982665e8ee"},
  495. {file = "protobuf-3.19.4-cp36-cp36m-win_amd64.whl", hash = "sha256:4276cdec4447bd5015453e41bdc0c0c1234eda08420b7c9a18b8d647add51e4b"},
  496. {file = "protobuf-3.19.4-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:6cbc312be5e71869d9d5ea25147cdf652a6781cf4d906497ca7690b7b9b5df13"},
  497. {file = "protobuf-3.19.4-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:54a1473077f3b616779ce31f477351a45b4fef8c9fd7892d6d87e287a38df368"},
  498. {file = "protobuf-3.19.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:435bb78b37fc386f9275a7035fe4fb1364484e38980d0dd91bc834a02c5ec909"},
  499. {file = "protobuf-3.19.4-cp37-cp37m-win32.whl", hash = "sha256:16f519de1313f1b7139ad70772e7db515b1420d208cb16c6d7858ea989fc64a9"},
  500. {file = "protobuf-3.19.4-cp37-cp37m-win_amd64.whl", hash = "sha256:cdc076c03381f5c1d9bb1abdcc5503d9ca8b53cf0a9d31a9f6754ec9e6c8af0f"},
  501. {file = "protobuf-3.19.4-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:69da7d39e39942bd52848438462674c463e23963a1fdaa84d88df7fbd7e749b2"},
  502. {file = "protobuf-3.19.4-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:48ed3877fa43e22bcacc852ca76d4775741f9709dd9575881a373bd3e85e54b2"},
  503. {file = "protobuf-3.19.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bd95d1dfb9c4f4563e6093a9aa19d9c186bf98fa54da5252531cc0d3a07977e7"},
  504. {file = "protobuf-3.19.4-cp38-cp38-win32.whl", hash = "sha256:b38057450a0c566cbd04890a40edf916db890f2818e8682221611d78dc32ae26"},
  505. {file = "protobuf-3.19.4-cp38-cp38-win_amd64.whl", hash = "sha256:7ca7da9c339ca8890d66958f5462beabd611eca6c958691a8fe6eccbd1eb0c6e"},
  506. {file = "protobuf-3.19.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:36cecbabbda242915529b8ff364f2263cd4de7c46bbe361418b5ed859677ba58"},
  507. {file = "protobuf-3.19.4-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:c1068287025f8ea025103e37d62ffd63fec8e9e636246b89c341aeda8a67c934"},
  508. {file = "protobuf-3.19.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:96bd766831596d6014ca88d86dc8fe0fb2e428c0b02432fd9db3943202bf8c5e"},
  509. {file = "protobuf-3.19.4-cp39-cp39-win32.whl", hash = "sha256:84123274d982b9e248a143dadd1b9815049f4477dc783bf84efe6250eb4b836a"},
  510. {file = "protobuf-3.19.4-cp39-cp39-win_amd64.whl", hash = "sha256:3112b58aac3bac9c8be2b60a9daf6b558ca3f7681c130dcdd788ade7c9ffbdca"},
  511. {file = "protobuf-3.19.4-py2.py3-none-any.whl", hash = "sha256:8961c3a78ebfcd000920c9060a262f082f29838682b1f7201889300c1fbe0616"},
  512. {file = "protobuf-3.19.4.tar.gz", hash = "sha256:9df0c10adf3e83015ced42a9a7bd64e13d06c4cf45c340d2c63020ea04499d0a"},
  513. ]
  514. pyasn1 = [
  515. {file = "pyasn1-0.4.8-py2.4.egg", hash = "sha256:fec3e9d8e36808a28efb59b489e4528c10ad0f480e57dcc32b4de5c9d8c9fdf3"},
  516. {file = "pyasn1-0.4.8-py2.5.egg", hash = "sha256:0458773cfe65b153891ac249bcf1b5f8f320b7c2ce462151f8fa74de8934becf"},
  517. {file = "pyasn1-0.4.8-py2.6.egg", hash = "sha256:5c9414dcfede6e441f7e8f81b43b34e834731003427e5b09e4e00e3172a10f00"},
  518. {file = "pyasn1-0.4.8-py2.7.egg", hash = "sha256:6e7545f1a61025a4e58bb336952c5061697da694db1cae97b116e9c46abcf7c8"},
  519. {file = "pyasn1-0.4.8-py2.py3-none-any.whl", hash = "sha256:39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d"},
  520. {file = "pyasn1-0.4.8-py3.1.egg", hash = "sha256:78fa6da68ed2727915c4767bb386ab32cdba863caa7dbe473eaae45f9959da86"},
  521. {file = "pyasn1-0.4.8-py3.2.egg", hash = "sha256:08c3c53b75eaa48d71cf8c710312316392ed40899cb34710d092e96745a358b7"},
  522. {file = "pyasn1-0.4.8-py3.3.egg", hash = "sha256:03840c999ba71680a131cfaee6fab142e1ed9bbd9c693e285cc6aca0d555e576"},
  523. {file = "pyasn1-0.4.8-py3.4.egg", hash = "sha256:7ab8a544af125fb704feadb008c99a88805126fb525280b2270bb25cc1d78a12"},
  524. {file = "pyasn1-0.4.8-py3.5.egg", hash = "sha256:e89bf84b5437b532b0803ba5c9a5e054d21fec423a89952a74f87fa2c9b7bce2"},
  525. {file = "pyasn1-0.4.8-py3.6.egg", hash = "sha256:014c0e9976956a08139dc0712ae195324a75e142284d5f87f1a87ee1b068a359"},
  526. {file = "pyasn1-0.4.8-py3.7.egg", hash = "sha256:99fcc3c8d804d1bc6d9a099921e39d827026409a58f2a720dcdb89374ea0c776"},
  527. {file = "pyasn1-0.4.8.tar.gz", hash = "sha256:aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba"},
  528. ]
  529. pyasn1-modules = [
  530. {file = "pyasn1-modules-0.2.8.tar.gz", hash = "sha256:905f84c712230b2c592c19470d3ca8d552de726050d1d1716282a1f6146be65e"},
  531. {file = "pyasn1_modules-0.2.8-py2.4.egg", hash = "sha256:0fe1b68d1e486a1ed5473f1302bd991c1611d319bba158e98b106ff86e1d7199"},
  532. {file = "pyasn1_modules-0.2.8-py2.5.egg", hash = "sha256:fe0644d9ab041506b62782e92b06b8c68cca799e1a9636ec398675459e031405"},
  533. {file = "pyasn1_modules-0.2.8-py2.6.egg", hash = "sha256:a99324196732f53093a84c4369c996713eb8c89d360a496b599fb1a9c47fc3eb"},
  534. {file = "pyasn1_modules-0.2.8-py2.7.egg", hash = "sha256:0845a5582f6a02bb3e1bde9ecfc4bfcae6ec3210dd270522fee602365430c3f8"},
  535. {file = "pyasn1_modules-0.2.8-py2.py3-none-any.whl", hash = "sha256:a50b808ffeb97cb3601dd25981f6b016cbb3d31fbf57a8b8a87428e6158d0c74"},
  536. {file = "pyasn1_modules-0.2.8-py3.1.egg", hash = "sha256:f39edd8c4ecaa4556e989147ebf219227e2cd2e8a43c7e7fcb1f1c18c5fd6a3d"},
  537. {file = "pyasn1_modules-0.2.8-py3.2.egg", hash = "sha256:b80486a6c77252ea3a3e9b1e360bc9cf28eaac41263d173c032581ad2f20fe45"},
  538. {file = "pyasn1_modules-0.2.8-py3.3.egg", hash = "sha256:65cebbaffc913f4fe9e4808735c95ea22d7a7775646ab690518c056784bc21b4"},
  539. {file = "pyasn1_modules-0.2.8-py3.4.egg", hash = "sha256:15b7c67fabc7fc240d87fb9aabf999cf82311a6d6fb2c70d00d3d0604878c811"},
  540. {file = "pyasn1_modules-0.2.8-py3.5.egg", hash = "sha256:426edb7a5e8879f1ec54a1864f16b882c2837bfd06eee62f2c982315ee2473ed"},
  541. {file = "pyasn1_modules-0.2.8-py3.6.egg", hash = "sha256:cbac4bc38d117f2a49aeedec4407d23e8866ea4ac27ff2cf7fb3e5b570df19e0"},
  542. {file = "pyasn1_modules-0.2.8-py3.7.egg", hash = "sha256:c29a5e5cc7a3f05926aff34e097e84f8589cd790ce0ed41b67aed6857b26aafd"},
  543. ]
  544. pyparsing = [
  545. {file = "pyparsing-3.0.7-py3-none-any.whl", hash = "sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484"},
  546. {file = "pyparsing-3.0.7.tar.gz", hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"},
  547. ]
  548. pytz = [
  549. {file = "pytz-2022.1-py2.py3-none-any.whl", hash = "sha256:e68985985296d9a66a881eb3193b0906246245294a881e7c8afe623866ac6a5c"},
  550. {file = "pytz-2022.1.tar.gz", hash = "sha256:1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7"},
  551. ]
  552. pytz-deprecation-shim = [
  553. {file = "pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl", hash = "sha256:8314c9692a636c8eb3bda879b9f119e350e93223ae83e70e80c31675a0fdc1a6"},
  554. {file = "pytz_deprecation_shim-0.1.0.post0.tar.gz", hash = "sha256:af097bae1b616dde5c5744441e2ddc69e74dfdcb0c263129610d85b87445a59d"},
  555. ]
  556. requests = [
  557. {file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"},
  558. {file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"},
  559. ]
  560. requests-oauthlib = [
  561. {file = "requests-oauthlib-1.1.0.tar.gz", hash = "sha256:eabd8eb700ebed81ba080c6ead96d39d6bdc39996094bd23000204f6965786b0"},
  562. {file = "requests_oauthlib-1.1.0-py2.py3-none-any.whl", hash = "sha256:be76f2bb72ca5525998e81d47913e09b1ca8b7957ae89b46f787a79e68ad5e61"},
  563. {file = "requests_oauthlib-1.1.0-py3.7.egg", hash = "sha256:490229d14a98e1b69612dcc1a22887ec14f5487dc1b8c6d7ba7f77a42ce7347b"},
  564. ]
  565. requests-toolbelt = [
  566. {file = "requests-toolbelt-0.9.1.tar.gz", hash = "sha256:968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0"},
  567. {file = "requests_toolbelt-0.9.1-py2.py3-none-any.whl", hash = "sha256:380606e1d10dc85c3bd47bf5a6095f815ec007be7a8b69c878507068df059e6f"},
  568. ]
  569. rsa = [
  570. {file = "rsa-4.4-py2.py3-none-any.whl", hash = "sha256:4afbaaecc3e9550c7351fdf0ab3fea1857ff616b85bab59215f00fb42e0e9582"},
  571. {file = "rsa-4.4.tar.gz", hash = "sha256:5d95293bbd0fbee1dd9cb4b72d27b723942eb50584abc8c4f5f00e4bcfa55307"},
  572. ]
  573. schema = [
  574. {file = "schema-0.7.5-py2.py3-none-any.whl", hash = "sha256:f3ffdeeada09ec34bf40d7d79996d9f7175db93b7a5065de0faa7f41083c1e6c"},
  575. {file = "schema-0.7.5.tar.gz", hash = "sha256:f06717112c61895cabc4707752b88716e8420a8819d71404501e114f91043197"},
  576. ]
  577. six = [
  578. {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
  579. {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
  580. ]
  581. tzdata = [
  582. {file = "tzdata-2022.1-py2.py3-none-any.whl", hash = "sha256:238e70234214138ed7b4e8a0fab0e5e13872edab3be586ab8198c407620e2ab9"},
  583. {file = "tzdata-2022.1.tar.gz", hash = "sha256:8b536a8ec63dc0751342b3984193a3118f8fca2afe25752bb9b7fffd398552d3"},
  584. ]
  585. tzlocal = [
  586. {file = "tzlocal-4.2-py3-none-any.whl", hash = "sha256:89885494684c929d9191c57aa27502afc87a579be5cdd3225c77c463ea043745"},
  587. {file = "tzlocal-4.2.tar.gz", hash = "sha256:ee5842fa3a795f023514ac2d801c4a81d1743bbe642e3940143326b3a00addd7"},
  588. ]
  589. unidecode = [
  590. {file = "Unidecode-1.3.4-py3-none-any.whl", hash = "sha256:afa04efcdd818a93237574791be9b2817d7077c25a068b00f8cff7baa4e59257"},
  591. {file = "Unidecode-1.3.4.tar.gz", hash = "sha256:8e4352fb93d5a735c788110d2e7ac8e8031eb06ccbfe8d324ab71735015f9342"},
  592. ]
  593. uritemplate = [
  594. {file = "uritemplate-4.1.1-py2.py3-none-any.whl", hash = "sha256:830c08b8d99bdd312ea4ead05994a38e8936266f84b9a7878232db50b044e02e"},
  595. {file = "uritemplate-4.1.1.tar.gz", hash = "sha256:4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0"},
  596. ]
  597. urllib3 = [
  598. {file = "urllib3-1.22-py2.py3-none-any.whl", hash = "sha256:06330f386d6e4b195fbfc736b297f58c5a892e4440e54d294d7004e3a9bbea1b"},
  599. {file = "urllib3-1.22.tar.gz", hash = "sha256:cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f"},
  600. ]
  601. zipp = [
  602. {file = "zipp-3.6.0-py3-none-any.whl", hash = "sha256:9fe5ea21568a0a70e50f273397638d39b03353731e6cbbb3fd8502a33fec40bc"},
  603. {file = "zipp-3.6.0.tar.gz", hash = "sha256:71c644c5369f4a6e07636f0aa966270449561fcea2e3d6747b8d23efaa9d7832"},
  604. ]