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.

657 lines
26 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 = "Extensible memoizing collections and decorators"
  18. name = "cachetools"
  19. optional = false
  20. python-versions = "~=3.5"
  21. version = "4.2.0"
  22. [[package]]
  23. category = "main"
  24. description = "Python package for providing Mozilla's CA Bundle."
  25. name = "certifi"
  26. optional = false
  27. python-versions = "*"
  28. version = "2020.12.5"
  29. [[package]]
  30. category = "main"
  31. description = "Universal encoding detector for Python 2 and 3"
  32. name = "chardet"
  33. optional = false
  34. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  35. version = "4.0.0"
  36. [[package]]
  37. category = "main"
  38. description = "Python Command Line Interface Tools"
  39. name = "clint"
  40. optional = false
  41. python-versions = "*"
  42. version = "0.5.1"
  43. [package.dependencies]
  44. args = "*"
  45. [[package]]
  46. category = "main"
  47. description = "Updated configparser from Python 3.7 for Python 2.6+."
  48. name = "configparser"
  49. optional = false
  50. python-versions = ">=2.6"
  51. version = "3.8.1"
  52. [package.extras]
  53. docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
  54. testing = ["pytest (>=3.5,<3.7.3 || >3.7.3)", "pytest-checkdocs (>=1.2)", "pytest-flake8"]
  55. [[package]]
  56. category = "main"
  57. description = "Backports and enhancements for the contextlib module"
  58. name = "contextlib2"
  59. optional = false
  60. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  61. version = "0.6.0.post1"
  62. [[package]]
  63. category = "main"
  64. description = "Pythonic argument parser, that will make you smile"
  65. name = "docopt"
  66. optional = false
  67. python-versions = "*"
  68. version = "0.6.2"
  69. [[package]]
  70. category = "main"
  71. description = "Clean single-source support for Python 3 and 2"
  72. name = "future"
  73. optional = false
  74. python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
  75. version = "0.17.1"
  76. [[package]]
  77. category = "main"
  78. description = "Google API client core library"
  79. name = "google-api-core"
  80. optional = false
  81. python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
  82. version = "1.23.0"
  83. [package.dependencies]
  84. google-auth = ">=1.21.1,<2.0dev"
  85. googleapis-common-protos = ">=1.6.0,<2.0dev"
  86. protobuf = ">=3.12.0"
  87. pytz = "*"
  88. requests = ">=2.18.0,<3.0.0dev"
  89. setuptools = ">=34.0.0"
  90. six = ">=1.13.0"
  91. [package.extras]
  92. grpc = ["grpcio (>=1.29.0,<2.0dev)"]
  93. grpcgcp = ["grpcio-gcp (>=0.2.2)"]
  94. grpcio-gcp = ["grpcio-gcp (>=0.2.2)"]
  95. [[package]]
  96. category = "main"
  97. description = "Google API client core library"
  98. name = "google-api-core"
  99. optional = false
  100. python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*"
  101. version = "1.25.0"
  102. [package.dependencies]
  103. google-auth = ">=1.21.1,<2.0dev"
  104. googleapis-common-protos = ">=1.6.0,<2.0dev"
  105. protobuf = ">=3.12.0"
  106. pytz = "*"
  107. requests = ">=2.18.0,<3.0.0dev"
  108. setuptools = ">=40.3.0"
  109. six = ">=1.13.0"
  110. [package.extras]
  111. grpc = ["grpcio (>=1.29.0,<2.0dev)"]
  112. grpcgcp = ["grpcio-gcp (>=0.2.2)"]
  113. grpcio-gcp = ["grpcio-gcp (>=0.2.2)"]
  114. [[package]]
  115. category = "main"
  116. description = "Google API Client Library for Python"
  117. name = "google-api-python-client"
  118. optional = false
  119. python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
  120. version = "1.12.2"
  121. [package.dependencies]
  122. google-api-core = ">=1.21.0,<2dev"
  123. google-auth = ">=1.16.0"
  124. google-auth-httplib2 = ">=0.0.3"
  125. httplib2 = ">=0.9.2,<1dev"
  126. six = ">=1.13.0,<2dev"
  127. uritemplate = ">=3.0.0,<4dev"
  128. [[package]]
  129. category = "main"
  130. description = "Google Authentication Library"
  131. name = "google-auth"
  132. optional = false
  133. python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
  134. version = "1.23.0"
  135. [package.dependencies]
  136. cachetools = ">=2.0.0,<5.0"
  137. pyasn1-modules = ">=0.2.1"
  138. setuptools = ">=40.3.0"
  139. six = ">=1.9.0"
  140. [package.dependencies.rsa]
  141. python = ">=3.5"
  142. version = ">=3.1.4,<5"
  143. [package.extras]
  144. aiohttp = ["aiohttp (>=3.6.2,<4.0.0dev)"]
  145. [[package]]
  146. category = "main"
  147. description = "Google Authentication Library"
  148. name = "google-auth"
  149. optional = false
  150. python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*"
  151. version = "1.24.0"
  152. [package.dependencies]
  153. cachetools = ">=2.0.0,<5.0"
  154. pyasn1-modules = ">=0.2.1"
  155. setuptools = ">=40.3.0"
  156. six = ">=1.9.0"
  157. [package.dependencies.rsa]
  158. python = ">=3.6"
  159. version = ">=3.1.4,<5"
  160. [package.extras]
  161. aiohttp = ["aiohttp (>=3.6.2,<4.0.0dev)"]
  162. [[package]]
  163. category = "main"
  164. description = "Google Authentication Library: httplib2 transport"
  165. name = "google-auth-httplib2"
  166. optional = false
  167. python-versions = "*"
  168. version = "0.0.4"
  169. [package.dependencies]
  170. google-auth = "*"
  171. httplib2 = ">=0.9.1"
  172. six = "*"
  173. [[package]]
  174. category = "main"
  175. description = "Google Authentication Library"
  176. name = "google-auth-oauthlib"
  177. optional = false
  178. python-versions = "*"
  179. version = "0.4.1"
  180. [package.dependencies]
  181. google-auth = "*"
  182. requests-oauthlib = ">=0.7.0"
  183. [package.extras]
  184. tool = ["click"]
  185. [[package]]
  186. category = "main"
  187. description = "Google Authentication Library"
  188. name = "google-auth-oauthlib"
  189. optional = false
  190. python-versions = ">=3.6"
  191. version = "0.4.2"
  192. [package.dependencies]
  193. google-auth = "*"
  194. requests-oauthlib = ">=0.7.0"
  195. [package.extras]
  196. tool = ["click"]
  197. [[package]]
  198. category = "main"
  199. description = "Common protobufs used in Google APIs"
  200. name = "googleapis-common-protos"
  201. optional = false
  202. python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
  203. version = "1.52.0"
  204. [package.dependencies]
  205. protobuf = ">=3.6.0"
  206. [package.extras]
  207. grpc = ["grpcio (>=1.0.0)"]
  208. [[package]]
  209. category = "main"
  210. description = "A comprehensive HTTP client library."
  211. name = "httplib2"
  212. optional = false
  213. python-versions = "*"
  214. version = "0.12.3"
  215. [[package]]
  216. category = "main"
  217. description = "Internationalized Domain Names in Applications (IDNA)"
  218. name = "idna"
  219. optional = false
  220. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  221. version = "2.10"
  222. [[package]]
  223. category = "main"
  224. description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
  225. name = "oauthlib"
  226. optional = false
  227. python-versions = "*"
  228. version = "2.1.0"
  229. [package.extras]
  230. rsa = ["cryptography"]
  231. signals = ["blinker"]
  232. signedtoken = ["cryptography", "pyjwt (>=1.0.0)"]
  233. test = ["nose", "unittest2", "cryptography", "mock", "pyjwt (>=1.0.0)", "blinker"]
  234. [[package]]
  235. category = "main"
  236. description = "Protocol Buffers"
  237. name = "protobuf"
  238. optional = false
  239. python-versions = "*"
  240. version = "3.14.0"
  241. [package.dependencies]
  242. six = ">=1.9"
  243. [[package]]
  244. category = "main"
  245. description = "ASN.1 types and codecs"
  246. name = "pyasn1"
  247. optional = false
  248. python-versions = "*"
  249. version = "0.4.8"
  250. [[package]]
  251. category = "main"
  252. description = "A collection of ASN.1-based protocols modules."
  253. name = "pyasn1-modules"
  254. optional = false
  255. python-versions = "*"
  256. version = "0.2.8"
  257. [package.dependencies]
  258. pyasn1 = ">=0.4.6,<0.5.0"
  259. [[package]]
  260. category = "main"
  261. description = "File type identification using libmagic"
  262. name = "python-magic"
  263. optional = false
  264. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  265. version = "0.4.20"
  266. [[package]]
  267. category = "main"
  268. description = "File type identification using libmagic binary package"
  269. marker = "platform_system == \"Windows\""
  270. name = "python-magic-bin"
  271. optional = false
  272. python-versions = "*"
  273. version = "0.4.14"
  274. [[package]]
  275. category = "main"
  276. description = "World timezone definitions, modern and historical"
  277. name = "pytz"
  278. optional = false
  279. python-versions = "*"
  280. version = "2020.5"
  281. [[package]]
  282. category = "main"
  283. description = "Python HTTP for Humans."
  284. name = "requests"
  285. optional = false
  286. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  287. version = "2.25.1"
  288. [package.dependencies]
  289. certifi = ">=2017.4.17"
  290. chardet = ">=3.0.2,<5"
  291. idna = ">=2.5,<3"
  292. urllib3 = ">=1.21.1,<1.27"
  293. [package.extras]
  294. security = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)"]
  295. socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7)", "win-inet-pton"]
  296. [[package]]
  297. category = "main"
  298. description = "OAuthlib authentication support for Requests."
  299. name = "requests-oauthlib"
  300. optional = false
  301. python-versions = "*"
  302. version = "0.8.0"
  303. [package.dependencies]
  304. oauthlib = ">=0.6.2"
  305. requests = ">=2.0.0"
  306. [package.extras]
  307. rsa = ["oauthlib (>=0.6.2)", "requests (>=2.0.0)"]
  308. [[package]]
  309. category = "main"
  310. description = "A utility belt for advanced users of python-requests"
  311. name = "requests-toolbelt"
  312. optional = false
  313. python-versions = "*"
  314. version = "0.9.1"
  315. [package.dependencies]
  316. requests = ">=2.0.1,<3.0.0"
  317. [[package]]
  318. category = "main"
  319. description = "Pure-Python RSA implementation"
  320. marker = "python_version >= \"3.6\""
  321. name = "rsa"
  322. optional = false
  323. python-versions = "*"
  324. version = "4.4"
  325. [package.dependencies]
  326. pyasn1 = ">=0.1.3"
  327. [[package]]
  328. category = "main"
  329. description = "Pure-Python RSA implementation"
  330. marker = "python_version >= \"3.5\""
  331. name = "rsa"
  332. optional = false
  333. python-versions = ">=3.5, <4"
  334. version = "4.7"
  335. [package.dependencies]
  336. pyasn1 = ">=0.1.3"
  337. [[package]]
  338. category = "main"
  339. description = "Simple data validation library"
  340. name = "schema"
  341. optional = false
  342. python-versions = "*"
  343. version = "0.7.3"
  344. [package.dependencies]
  345. contextlib2 = ">=0.5.5"
  346. [[package]]
  347. category = "main"
  348. description = "Python 2 and 3 compatibility utilities"
  349. name = "six"
  350. optional = false
  351. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
  352. version = "1.15.0"
  353. [[package]]
  354. category = "main"
  355. description = "tzinfo object for the local timezone"
  356. name = "tzlocal"
  357. optional = false
  358. python-versions = "*"
  359. version = "1.5.1"
  360. [package.dependencies]
  361. pytz = "*"
  362. [[package]]
  363. category = "main"
  364. description = "ASCII transliterations of Unicode text"
  365. name = "unidecode"
  366. optional = false
  367. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  368. version = "1.1.2"
  369. [[package]]
  370. category = "main"
  371. description = "URI templates"
  372. name = "uritemplate"
  373. optional = false
  374. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  375. version = "3.0.1"
  376. [[package]]
  377. category = "main"
  378. description = "HTTP library with thread-safe connection pooling, file post, and more."
  379. name = "urllib3"
  380. optional = false
  381. python-versions = "*"
  382. version = "1.22"
  383. [package.extras]
  384. secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
  385. socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7,<2.0)"]
  386. [[package]]
  387. category = "main"
  388. description = "HTTP library with thread-safe connection pooling, file post, and more."
  389. name = "urllib3"
  390. optional = false
  391. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
  392. version = "1.26.2"
  393. [package.extras]
  394. brotli = ["brotlipy (>=0.6.0)"]
  395. secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
  396. socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7,<2.0)"]
  397. [metadata]
  398. content-hash = "41a9471d93da0f5e3d684cdf9e8f981659030d67f29ef6bf55c07a0d49a3ee93"
  399. python-versions = ">=3.5"
  400. [metadata.files]
  401. args = [
  402. {file = "args-0.1.0.tar.gz", hash = "sha256:a785b8d837625e9b61c39108532d95b85274acd679693b71ebb5156848fcf814"},
  403. ]
  404. cachetools = [
  405. {file = "cachetools-3.1.1-py2.py3-none-any.whl", hash = "sha256:428266a1c0d36dc5aca63a2d7c5942e88c2c898d72139fca0e97fdd2380517ae"},
  406. {file = "cachetools-3.1.1.tar.gz", hash = "sha256:8ea2d3ce97850f31e4a08b0e2b5e6c34997d7216a9d2c98e0f3978630d4da69a"},
  407. {file = "cachetools-4.2.0-py3-none-any.whl", hash = "sha256:c6b07a6ded8c78bf36730b3dc452dfff7d95f2a12a2fed856b1a0cb13ca78c61"},
  408. {file = "cachetools-4.2.0.tar.gz", hash = "sha256:3796e1de094f0eaca982441c92ce96c68c89cced4cd97721ab297ea4b16db90e"},
  409. ]
  410. certifi = [
  411. {file = "certifi-2020.12.5-py2.py3-none-any.whl", hash = "sha256:719a74fb9e33b9bd44cc7f3a8d94bc35e4049deebe19ba7d8e108280cfd59830"},
  412. {file = "certifi-2020.12.5.tar.gz", hash = "sha256:1a4995114262bffbc2413b159f2a1a480c969de6e6eb13ee966d470af86af59c"},
  413. ]
  414. chardet = [
  415. {file = "chardet-4.0.0-py2.py3-none-any.whl", hash = "sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5"},
  416. {file = "chardet-4.0.0.tar.gz", hash = "sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa"},
  417. ]
  418. clint = [
  419. {file = "clint-0.5.1.tar.gz", hash = "sha256:05224c32b1075563d0b16d0015faaf9da43aa214e4a2140e51f08789e7a4c5aa"},
  420. ]
  421. configparser = [
  422. {file = "configparser-3.8.1-py2.py3-none-any.whl", hash = "sha256:45d1272aad6cfd7a8a06cf5c73f2ceb6a190f6acc1fa707e7f82a4c053b28b18"},
  423. {file = "configparser-3.8.1.tar.gz", hash = "sha256:bc37850f0cc42a1725a796ef7d92690651bf1af37d744cc63161dac62cabee17"},
  424. ]
  425. contextlib2 = [
  426. {file = "contextlib2-0.6.0.post1-py2.py3-none-any.whl", hash = "sha256:3355078a159fbb44ee60ea80abd0d87b80b78c248643b49aa6d94673b413609b"},
  427. {file = "contextlib2-0.6.0.post1.tar.gz", hash = "sha256:01f490098c18b19d2bd5bb5dc445b2054d2fa97f09a4280ba2c5f3c394c8162e"},
  428. ]
  429. docopt = [
  430. {file = "docopt-0.6.2.tar.gz", hash = "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491"},
  431. ]
  432. future = [
  433. {file = "future-0.17.1.tar.gz", hash = "sha256:67045236dcfd6816dc439556d009594abf643e5eb48992e36beac09c2ca659b8"},
  434. ]
  435. google-api-core = [
  436. {file = "google-api-core-1.23.0.tar.gz", hash = "sha256:1bb3c485c38eacded8d685b1759968f6cf47dd9432922d34edb90359eaa391e2"},
  437. {file = "google_api_core-1.23.0-py2.py3-none-any.whl", hash = "sha256:94d8c707d358d8d9e8b0045c42be20efb58433d308bd92cf748511c7825569c8"},
  438. {file = "google-api-core-1.25.0.tar.gz", hash = "sha256:d967beae8d8acdb88fb2f6f769e2ee0ee813042576a08891bded3b8e234150ae"},
  439. {file = "google_api_core-1.25.0-py2.py3-none-any.whl", hash = "sha256:4656345cba9627ab1290eab51300a6397cc50370d99366133df1ae64b744e1eb"},
  440. ]
  441. google-api-python-client = [
  442. {file = "google-api-python-client-1.12.2.tar.gz", hash = "sha256:54a7d330833a2e7b0587446d7e4ae6d0244925a9a8e1dfe878f3f7e06cdedb62"},
  443. {file = "google_api_python_client-1.12.2-py2.py3-none-any.whl", hash = "sha256:05cb331ed1aa15746f606c7e36ea51dbe7c29b1a5df9bbf58140901fe23d7142"},
  444. ]
  445. google-auth = [
  446. {file = "google-auth-1.23.0.tar.gz", hash = "sha256:5176db85f1e7e837a646cd9cede72c3c404ccf2e3373d9ee14b2db88febad440"},
  447. {file = "google_auth-1.23.0-py2.py3-none-any.whl", hash = "sha256:b728625ff5dfce8f9e56a499c8a4eb51443a67f20f6d28b67d5774c310ec4b6b"},
  448. {file = "google-auth-1.24.0.tar.gz", hash = "sha256:0b0e026b412a0ad096e753907559e4bdb180d9ba9f68dd9036164db4fdc4ad2e"},
  449. {file = "google_auth-1.24.0-py2.py3-none-any.whl", hash = "sha256:ce752cc51c31f479dbf9928435ef4b07514b20261b021c7383bee4bda646acb8"},
  450. ]
  451. google-auth-httplib2 = [
  452. {file = "google-auth-httplib2-0.0.4.tar.gz", hash = "sha256:8d092cc60fb16517b12057ec0bba9185a96e3b7169d86ae12eae98e645b7bc39"},
  453. {file = "google_auth_httplib2-0.0.4-py2.py3-none-any.whl", hash = "sha256:aeaff501738b289717fac1980db9711d77908a6c227f60e4aa1923410b43e2ee"},
  454. ]
  455. google-auth-oauthlib = [
  456. {file = "google-auth-oauthlib-0.4.1.tar.gz", hash = "sha256:88d2cd115e3391eb85e1243ac6902e76e77c5fe438b7276b297fbe68015458dd"},
  457. {file = "google_auth_oauthlib-0.4.1-py2.py3-none-any.whl", hash = "sha256:a92a0f6f41a0fb6138454fbc02674e64f89d82a244ea32f98471733c8ef0e0e1"},
  458. {file = "google-auth-oauthlib-0.4.2.tar.gz", hash = "sha256:65b65bc39ad8cab15039b35e5898455d3d66296d0584d96fe0e79d67d04c51d9"},
  459. {file = "google_auth_oauthlib-0.4.2-py2.py3-none-any.whl", hash = "sha256:d4d98c831ea21d574699978827490a41b94f05d565c617fe1b420e88f1fc8d8d"},
  460. ]
  461. googleapis-common-protos = [
  462. {file = "googleapis-common-protos-1.52.0.tar.gz", hash = "sha256:560716c807117394da12cecb0a54da5a451b5cf9866f1d37e9a5e2329a665351"},
  463. {file = "googleapis_common_protos-1.52.0-py2.py3-none-any.whl", hash = "sha256:c8961760f5aad9a711d37b675be103e0cc4e9a39327e0d6d857872f698403e24"},
  464. ]
  465. httplib2 = [
  466. {file = "httplib2-0.12.3-py3-none-any.whl", hash = "sha256:23914b5487dfe8ef09db6656d6d63afb0cf3054ad9ebc50868ddc8e166b5f8e8"},
  467. {file = "httplib2-0.12.3.tar.gz", hash = "sha256:a18121c7c72a56689efbf1aef990139ad940fee1e64c6f2458831736cd593600"},
  468. ]
  469. idna = [
  470. {file = "idna-2.10-py2.py3-none-any.whl", hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"},
  471. {file = "idna-2.10.tar.gz", hash = "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"},
  472. ]
  473. oauthlib = [
  474. {file = "oauthlib-2.1.0-py2.py3-none-any.whl", hash = "sha256:d883b36b21a6ad813953803edfa563b1b579d79ca758fe950d1bc9e8b326025b"},
  475. {file = "oauthlib-2.1.0.tar.gz", hash = "sha256:ac35665a61c1685c56336bda97d5eefa246f1202618a1d6f34fccb1bdd404162"},
  476. ]
  477. protobuf = [
  478. {file = "protobuf-3.14.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:629b03fd3caae7f815b0c66b41273f6b1900a579e2ccb41ef4493a4f5fb84f3a"},
  479. {file = "protobuf-3.14.0-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:5b7a637212cc9b2bcf85dd828b1178d19efdf74dbfe1ddf8cd1b8e01fdaaa7f5"},
  480. {file = "protobuf-3.14.0-cp35-cp35m-macosx_10_9_intel.whl", hash = "sha256:43b554b9e73a07ba84ed6cf25db0ff88b1e06be610b37656e292e3cbb5437472"},
  481. {file = "protobuf-3.14.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:5e9806a43232a1fa0c9cf5da8dc06f6910d53e4390be1fa06f06454d888a9142"},
  482. {file = "protobuf-3.14.0-cp35-cp35m-win32.whl", hash = "sha256:1c51fda1bbc9634246e7be6016d860be01747354ed7015ebe38acf4452f470d2"},
  483. {file = "protobuf-3.14.0-cp35-cp35m-win_amd64.whl", hash = "sha256:4b74301b30513b1a7494d3055d95c714b560fbb630d8fb9956b6f27992c9f980"},
  484. {file = "protobuf-3.14.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:86a75477addde4918e9a1904e5c6af8d7b691f2a3f65587d73b16100fbe4c3b2"},
  485. {file = "protobuf-3.14.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:ecc33531a213eee22ad60e0e2aaea6c8ba0021f0cce35dbf0ab03dee6e2a23a1"},
  486. {file = "protobuf-3.14.0-cp36-cp36m-win32.whl", hash = "sha256:72230ed56f026dd664c21d73c5db73ebba50d924d7ba6b7c0d81a121e390406e"},
  487. {file = "protobuf-3.14.0-cp36-cp36m-win_amd64.whl", hash = "sha256:0fc96785262042e4863b3f3b5c429d4636f10d90061e1840fce1baaf59b1a836"},
  488. {file = "protobuf-3.14.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:4e75105c9dfe13719b7293f75bd53033108f4ba03d44e71db0ec2a0e8401eafd"},
  489. {file = "protobuf-3.14.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:2a7e2fe101a7ace75e9327b9c946d247749e564a267b0515cf41dfe450b69bac"},
  490. {file = "protobuf-3.14.0-cp37-cp37m-win32.whl", hash = "sha256:b0d5d35faeb07e22a1ddf8dce620860c8fe145426c02d1a0ae2688c6e8ede36d"},
  491. {file = "protobuf-3.14.0-cp37-cp37m-win_amd64.whl", hash = "sha256:8971c421dbd7aad930c9bd2694122f332350b6ccb5202a8b7b06f3f1a5c41ed5"},
  492. {file = "protobuf-3.14.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:9616f0b65a30851e62f1713336c931fcd32c057202b7ff2cfbfca0fc7d5e3043"},
  493. {file = "protobuf-3.14.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:22bcd2e284b3b1d969c12e84dc9b9a71701ec82d8ce975fdda19712e1cfd4e00"},
  494. {file = "protobuf-3.14.0-py2.py3-none-any.whl", hash = "sha256:0e247612fadda953047f53301a7b0407cb0c3cb4ae25a6fde661597a04039b3c"},
  495. {file = "protobuf-3.14.0.tar.gz", hash = "sha256:1d63eb389347293d8915fb47bee0951c7b5dab522a4a60118b9a18f33e21f8ce"},
  496. ]
  497. pyasn1 = [
  498. {file = "pyasn1-0.4.8-py2.4.egg", hash = "sha256:fec3e9d8e36808a28efb59b489e4528c10ad0f480e57dcc32b4de5c9d8c9fdf3"},
  499. {file = "pyasn1-0.4.8-py2.5.egg", hash = "sha256:0458773cfe65b153891ac249bcf1b5f8f320b7c2ce462151f8fa74de8934becf"},
  500. {file = "pyasn1-0.4.8-py2.6.egg", hash = "sha256:5c9414dcfede6e441f7e8f81b43b34e834731003427e5b09e4e00e3172a10f00"},
  501. {file = "pyasn1-0.4.8-py2.7.egg", hash = "sha256:6e7545f1a61025a4e58bb336952c5061697da694db1cae97b116e9c46abcf7c8"},
  502. {file = "pyasn1-0.4.8-py2.py3-none-any.whl", hash = "sha256:39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d"},
  503. {file = "pyasn1-0.4.8-py3.1.egg", hash = "sha256:78fa6da68ed2727915c4767bb386ab32cdba863caa7dbe473eaae45f9959da86"},
  504. {file = "pyasn1-0.4.8-py3.2.egg", hash = "sha256:08c3c53b75eaa48d71cf8c710312316392ed40899cb34710d092e96745a358b7"},
  505. {file = "pyasn1-0.4.8-py3.3.egg", hash = "sha256:03840c999ba71680a131cfaee6fab142e1ed9bbd9c693e285cc6aca0d555e576"},
  506. {file = "pyasn1-0.4.8-py3.4.egg", hash = "sha256:7ab8a544af125fb704feadb008c99a88805126fb525280b2270bb25cc1d78a12"},
  507. {file = "pyasn1-0.4.8-py3.5.egg", hash = "sha256:e89bf84b5437b532b0803ba5c9a5e054d21fec423a89952a74f87fa2c9b7bce2"},
  508. {file = "pyasn1-0.4.8-py3.6.egg", hash = "sha256:014c0e9976956a08139dc0712ae195324a75e142284d5f87f1a87ee1b068a359"},
  509. {file = "pyasn1-0.4.8-py3.7.egg", hash = "sha256:99fcc3c8d804d1bc6d9a099921e39d827026409a58f2a720dcdb89374ea0c776"},
  510. {file = "pyasn1-0.4.8.tar.gz", hash = "sha256:aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba"},
  511. ]
  512. pyasn1-modules = [
  513. {file = "pyasn1-modules-0.2.8.tar.gz", hash = "sha256:905f84c712230b2c592c19470d3ca8d552de726050d1d1716282a1f6146be65e"},
  514. {file = "pyasn1_modules-0.2.8-py2.4.egg", hash = "sha256:0fe1b68d1e486a1ed5473f1302bd991c1611d319bba158e98b106ff86e1d7199"},
  515. {file = "pyasn1_modules-0.2.8-py2.5.egg", hash = "sha256:fe0644d9ab041506b62782e92b06b8c68cca799e1a9636ec398675459e031405"},
  516. {file = "pyasn1_modules-0.2.8-py2.6.egg", hash = "sha256:a99324196732f53093a84c4369c996713eb8c89d360a496b599fb1a9c47fc3eb"},
  517. {file = "pyasn1_modules-0.2.8-py2.7.egg", hash = "sha256:0845a5582f6a02bb3e1bde9ecfc4bfcae6ec3210dd270522fee602365430c3f8"},
  518. {file = "pyasn1_modules-0.2.8-py2.py3-none-any.whl", hash = "sha256:a50b808ffeb97cb3601dd25981f6b016cbb3d31fbf57a8b8a87428e6158d0c74"},
  519. {file = "pyasn1_modules-0.2.8-py3.1.egg", hash = "sha256:f39edd8c4ecaa4556e989147ebf219227e2cd2e8a43c7e7fcb1f1c18c5fd6a3d"},
  520. {file = "pyasn1_modules-0.2.8-py3.2.egg", hash = "sha256:b80486a6c77252ea3a3e9b1e360bc9cf28eaac41263d173c032581ad2f20fe45"},
  521. {file = "pyasn1_modules-0.2.8-py3.3.egg", hash = "sha256:65cebbaffc913f4fe9e4808735c95ea22d7a7775646ab690518c056784bc21b4"},
  522. {file = "pyasn1_modules-0.2.8-py3.4.egg", hash = "sha256:15b7c67fabc7fc240d87fb9aabf999cf82311a6d6fb2c70d00d3d0604878c811"},
  523. {file = "pyasn1_modules-0.2.8-py3.5.egg", hash = "sha256:426edb7a5e8879f1ec54a1864f16b882c2837bfd06eee62f2c982315ee2473ed"},
  524. {file = "pyasn1_modules-0.2.8-py3.6.egg", hash = "sha256:cbac4bc38d117f2a49aeedec4407d23e8866ea4ac27ff2cf7fb3e5b570df19e0"},
  525. {file = "pyasn1_modules-0.2.8-py3.7.egg", hash = "sha256:c29a5e5cc7a3f05926aff34e097e84f8589cd790ce0ed41b67aed6857b26aafd"},
  526. ]
  527. python-magic = [
  528. {file = "python-magic-0.4.20.tar.gz", hash = "sha256:0cc52ccad086c377b9194014e3dbf98d94b194344630172510a6a3e716b47801"},
  529. {file = "python_magic-0.4.20-py2.py3-none-any.whl", hash = "sha256:33ce94d9395aa269a9c5fac10ae124a5fb328ebe248f36efc5a43922edee662e"},
  530. ]
  531. python-magic-bin = [
  532. {file = "python_magic_bin-0.4.14-py2.py3-none-macosx_10_6_intel.whl", hash = "sha256:7b1743b3dbf16601d6eedf4e7c2c9a637901b0faaf24ad4df4d4527e7d8f66a4"},
  533. {file = "python_magic_bin-0.4.14-py2.py3-none-win32.whl", hash = "sha256:34a788c03adde7608028203e2dbb208f1f62225ad91518787ae26d603ae68892"},
  534. {file = "python_magic_bin-0.4.14-py2.py3-none-win_amd64.whl", hash = "sha256:90be6206ad31071a36065a2fc169c5afb5e0355cbe6030e87641c6c62edc2b69"},
  535. ]
  536. pytz = [
  537. {file = "pytz-2020.5-py2.py3-none-any.whl", hash = "sha256:16962c5fb8db4a8f63a26646d8886e9d769b6c511543557bc84e9569fb9a9cb4"},
  538. {file = "pytz-2020.5.tar.gz", hash = "sha256:180befebb1927b16f6b57101720075a984c019ac16b1b7575673bea42c6c3da5"},
  539. ]
  540. requests = [
  541. {file = "requests-2.25.1-py2.py3-none-any.whl", hash = "sha256:c210084e36a42ae6b9219e00e48287def368a26d03a048ddad7bfee44f75871e"},
  542. {file = "requests-2.25.1.tar.gz", hash = "sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804"},
  543. ]
  544. requests-oauthlib = [
  545. {file = "requests-oauthlib-0.8.0.tar.gz", hash = "sha256:883ac416757eada6d3d07054ec7092ac21c7f35cb1d2cf82faf205637081f468"},
  546. {file = "requests_oauthlib-0.8.0-py2.py3-none-any.whl", hash = "sha256:50a8ae2ce8273e384895972b56193c7409601a66d4975774c60c2aed869639ca"},
  547. ]
  548. requests-toolbelt = [
  549. {file = "requests-toolbelt-0.9.1.tar.gz", hash = "sha256:968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0"},
  550. {file = "requests_toolbelt-0.9.1-py2.py3-none-any.whl", hash = "sha256:380606e1d10dc85c3bd47bf5a6095f815ec007be7a8b69c878507068df059e6f"},
  551. ]
  552. rsa = [
  553. {file = "rsa-4.4-py2.py3-none-any.whl", hash = "sha256:4afbaaecc3e9550c7351fdf0ab3fea1857ff616b85bab59215f00fb42e0e9582"},
  554. {file = "rsa-4.4.tar.gz", hash = "sha256:5d95293bbd0fbee1dd9cb4b72d27b723942eb50584abc8c4f5f00e4bcfa55307"},
  555. {file = "rsa-4.7-py3-none-any.whl", hash = "sha256:a8774e55b59fd9fc893b0d05e9bfc6f47081f46ff5b46f39ccf24631b7be356b"},
  556. {file = "rsa-4.7.tar.gz", hash = "sha256:69805d6b69f56eb05b62daea3a7dbd7aa44324ad1306445e05da8060232d00f4"},
  557. ]
  558. schema = [
  559. {file = "schema-0.7.3-py2.py3-none-any.whl", hash = "sha256:c331438b60f634cab5664ab720d3083cc444f924d55269530c36b33e3354276f"},
  560. {file = "schema-0.7.3.tar.gz", hash = "sha256:4cf529318cfd1e844ecbe02f41f7e5aa027463e7403666a52746f31f04f47a5e"},
  561. ]
  562. six = [
  563. {file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"},
  564. {file = "six-1.15.0.tar.gz", hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259"},
  565. ]
  566. tzlocal = [
  567. {file = "tzlocal-1.5.1.tar.gz", hash = "sha256:4ebeb848845ac898da6519b9b31879cf13b6626f7184c496037b818e238f2c4e"},
  568. ]
  569. unidecode = [
  570. {file = "Unidecode-1.1.2-py2.py3-none-any.whl", hash = "sha256:4c9d15d2f73eb0d2649a151c566901f80a030da1ccb0a2043352e1dbf647586b"},
  571. {file = "Unidecode-1.1.2.tar.gz", hash = "sha256:a039f89014245e0cad8858976293e23501accc9ff5a7bdbc739a14a2b7b85cdc"},
  572. ]
  573. uritemplate = [
  574. {file = "uritemplate-3.0.1-py2.py3-none-any.whl", hash = "sha256:07620c3f3f8eed1f12600845892b0e036a2420acf513c53f7de0abd911a5894f"},
  575. {file = "uritemplate-3.0.1.tar.gz", hash = "sha256:5af8ad10cec94f215e3f48112de2022e1d5a37ed427fbd88652fa908f2ab7cae"},
  576. ]
  577. urllib3 = [
  578. {file = "urllib3-1.22-py2.py3-none-any.whl", hash = "sha256:06330f386d6e4b195fbfc736b297f58c5a892e4440e54d294d7004e3a9bbea1b"},
  579. {file = "urllib3-1.22.tar.gz", hash = "sha256:cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f"},
  580. {file = "urllib3-1.26.2-py2.py3-none-any.whl", hash = "sha256:d8ff90d979214d7b4f8ce956e80f4028fc6860e4431f731ea4a8c08f23f99473"},
  581. {file = "urllib3-1.26.2.tar.gz", hash = "sha256:19188f96923873c92ccb987120ec4acaa12f0461fa9ce5d3d0772bc965a39e08"},
  582. ]