CCrypto VPN public website https://vpn.ccrypto.org/
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.
 
 
 
 
 
 

1639 lines
83 KiB

  1. [[package]]
  2. name = "amqp"
  3. version = "5.1.1"
  4. description = "Low-level AMQP client for Python (fork of amqplib)."
  5. category = "main"
  6. optional = false
  7. python-versions = ">=3.6"
  8. [package.dependencies]
  9. vine = ">=5.0.0"
  10. [[package]]
  11. name = "appnope"
  12. version = "0.1.3"
  13. description = "Disable App Nap on macOS >= 10.9"
  14. category = "dev"
  15. optional = false
  16. python-versions = "*"
  17. [[package]]
  18. name = "asgiref"
  19. version = "3.5.2"
  20. description = "ASGI specs, helper code, and adapters"
  21. category = "main"
  22. optional = false
  23. python-versions = ">=3.7"
  24. [package.extras]
  25. tests = ["pytest", "pytest-asyncio", "mypy (>=0.800)"]
  26. [[package]]
  27. name = "astroid"
  28. version = "2.11.5"
  29. description = "An abstract syntax tree for Python with inference support."
  30. category = "dev"
  31. optional = false
  32. python-versions = ">=3.6.2"
  33. [package.dependencies]
  34. lazy-object-proxy = ">=1.4.0"
  35. typing-extensions = {version = ">=3.10", markers = "python_version < \"3.10\""}
  36. wrapt = ">=1.11,<2"
  37. [[package]]
  38. name = "async-timeout"
  39. version = "4.0.2"
  40. description = "Timeout context manager for asyncio programs"
  41. category = "main"
  42. optional = false
  43. python-versions = ">=3.6"
  44. [[package]]
  45. name = "backcall"
  46. version = "0.2.0"
  47. description = "Specifications for callback functions passed in to an API"
  48. category = "dev"
  49. optional = false
  50. python-versions = "*"
  51. [[package]]
  52. name = "backports.zoneinfo"
  53. version = "0.2.1"
  54. description = "Backport of the standard library zoneinfo module"
  55. category = "main"
  56. optional = false
  57. python-versions = ">=3.6"
  58. [package.extras]
  59. tzdata = ["tzdata"]
  60. [[package]]
  61. name = "billiard"
  62. version = "3.6.4.0"
  63. description = "Python multiprocessing fork with improvements and bugfixes"
  64. category = "main"
  65. optional = false
  66. python-versions = "*"
  67. [[package]]
  68. name = "black"
  69. version = "21.12b0"
  70. description = "The uncompromising code formatter."
  71. category = "dev"
  72. optional = false
  73. python-versions = ">=3.6.2"
  74. [package.dependencies]
  75. click = ">=7.1.2"
  76. mypy-extensions = ">=0.4.3"
  77. pathspec = ">=0.9.0,<1"
  78. platformdirs = ">=2"
  79. tomli = ">=0.2.6,<2.0.0"
  80. typing-extensions = [
  81. {version = ">=3.10.0.0", markers = "python_version < \"3.10\""},
  82. {version = "!=3.10.0.1", markers = "python_version >= \"3.10\""},
  83. ]
  84. [package.extras]
  85. colorama = ["colorama (>=0.4.3)"]
  86. d = ["aiohttp (>=3.7.4)"]
  87. jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"]
  88. python2 = ["typed-ast (>=1.4.3)"]
  89. uvloop = ["uvloop (>=0.15.2)"]
  90. [[package]]
  91. name = "celery"
  92. version = "5.2.6"
  93. description = "Distributed Task Queue."
  94. category = "main"
  95. optional = false
  96. python-versions = ">=3.7,"
  97. [package.dependencies]
  98. billiard = ">=3.6.4.0,<4.0"
  99. click = ">=8.0.3,<9.0"
  100. click-didyoumean = ">=0.0.3"
  101. click-plugins = ">=1.1.1"
  102. click-repl = ">=0.2.0"
  103. kombu = ">=5.2.3,<6.0"
  104. pytz = ">=2021.3"
  105. vine = ">=5.0.0,<6.0"
  106. [package.extras]
  107. arangodb = ["pyArango (>=1.3.2)"]
  108. auth = ["cryptography"]
  109. azureblockblob = ["azure-storage-blob (==12.9.0)"]
  110. brotli = ["brotli (>=1.0.0)", "brotlipy (>=0.7.0)"]
  111. cassandra = ["cassandra-driver (<3.21.0)"]
  112. consul = ["python-consul2"]
  113. cosmosdbsql = ["pydocumentdb (==2.3.2)"]
  114. couchbase = ["couchbase (>=3.0.0)"]
  115. couchdb = ["pycouchdb"]
  116. django = ["Django (>=1.11)"]
  117. dynamodb = ["boto3 (>=1.9.178)"]
  118. elasticsearch = ["elasticsearch"]
  119. eventlet = ["eventlet (>=0.32.0)"]
  120. gevent = ["gevent (>=1.5.0)"]
  121. librabbitmq = ["librabbitmq (>=1.5.0)"]
  122. memcache = ["pylibmc"]
  123. mongodb = ["pymongo[srv] (>=3.11.1)"]
  124. msgpack = ["msgpack"]
  125. pymemcache = ["python-memcached"]
  126. pyro = ["pyro4"]
  127. pytest = ["pytest-celery"]
  128. redis = ["redis (>=3.4.1,!=4.0.0,!=4.0.1)"]
  129. s3 = ["boto3 (>=1.9.125)"]
  130. slmq = ["softlayer-messaging (>=1.0.3)"]
  131. solar = ["ephem"]
  132. sqlalchemy = ["sqlalchemy"]
  133. sqs = ["kombu"]
  134. tblib = ["tblib (>=1.3.0)", "tblib (>=1.5.0)"]
  135. yaml = ["PyYAML (>=3.10)"]
  136. zookeeper = ["kazoo (>=1.3.1)"]
  137. zstd = ["zstandard"]
  138. [[package]]
  139. name = "certifi"
  140. version = "2022.5.18.1"
  141. description = "Python package for providing Mozilla's CA Bundle."
  142. category = "main"
  143. optional = false
  144. python-versions = ">=3.6"
  145. [[package]]
  146. name = "charset-normalizer"
  147. version = "2.0.12"
  148. description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
  149. category = "main"
  150. optional = false
  151. python-versions = ">=3.5.0"
  152. [package.extras]
  153. unicode_backport = ["unicodedata2"]
  154. [[package]]
  155. name = "click"
  156. version = "8.1.3"
  157. description = "Composable command line interface toolkit"
  158. category = "main"
  159. optional = false
  160. python-versions = ">=3.7"
  161. [package.dependencies]
  162. colorama = {version = "*", markers = "platform_system == \"Windows\""}
  163. [[package]]
  164. name = "click-didyoumean"
  165. version = "0.3.0"
  166. description = "Enables git-like *did-you-mean* feature in click"
  167. category = "main"
  168. optional = false
  169. python-versions = ">=3.6.2,<4.0.0"
  170. [package.dependencies]
  171. click = ">=7"
  172. [[package]]
  173. name = "click-plugins"
  174. version = "1.1.1"
  175. description = "An extension module for click to enable registering CLI commands via setuptools entry-points."
  176. category = "main"
  177. optional = false
  178. python-versions = "*"
  179. [package.dependencies]
  180. click = ">=4.0"
  181. [package.extras]
  182. dev = ["pytest (>=3.6)", "pytest-cov", "wheel", "coveralls"]
  183. [[package]]
  184. name = "click-repl"
  185. version = "0.2.0"
  186. description = "REPL plugin for Click"
  187. category = "main"
  188. optional = false
  189. python-versions = "*"
  190. [package.dependencies]
  191. click = "*"
  192. prompt-toolkit = "*"
  193. six = "*"
  194. [[package]]
  195. name = "colorama"
  196. version = "0.4.4"
  197. description = "Cross-platform colored terminal text."
  198. category = "main"
  199. optional = false
  200. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  201. [[package]]
  202. name = "decorator"
  203. version = "5.1.1"
  204. description = "Decorators for Humans"
  205. category = "dev"
  206. optional = false
  207. python-versions = ">=3.5"
  208. [[package]]
  209. name = "deprecated"
  210. version = "1.2.13"
  211. description = "Python @deprecated decorator to deprecate old python classes, functions or methods."
  212. category = "main"
  213. optional = false
  214. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  215. [package.dependencies]
  216. wrapt = ">=1.10,<2"
  217. [package.extras]
  218. dev = ["tox", "bump2version (<1)", "sphinx (<2)", "importlib-metadata (<3)", "importlib-resources (<4)", "configparser (<5)", "sphinxcontrib-websupport (<2)", "zipp (<2)", "PyTest (<5)", "PyTest-Cov (<2.6)", "pytest", "pytest-cov"]
  219. [[package]]
  220. name = "dill"
  221. version = "0.3.4"
  222. description = "serialize all of python"
  223. category = "dev"
  224. optional = false
  225. python-versions = ">=2.7, !=3.0.*"
  226. [package.extras]
  227. graph = ["objgraph (>=1.7.2)"]
  228. [[package]]
  229. name = "django"
  230. version = "4.0.4"
  231. description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
  232. category = "main"
  233. optional = false
  234. python-versions = ">=3.8"
  235. [package.dependencies]
  236. asgiref = ">=3.4.1,<4"
  237. "backports.zoneinfo" = {version = "*", markers = "python_version < \"3.9\""}
  238. sqlparse = ">=0.2.2"
  239. tzdata = {version = "*", markers = "sys_platform == \"win32\""}
  240. [package.extras]
  241. argon2 = ["argon2-cffi (>=19.1.0)"]
  242. bcrypt = ["bcrypt"]
  243. [[package]]
  244. name = "django-admin-list-filter-dropdown"
  245. version = "1.0.3"
  246. description = "Use dropdowns in Django admin list filter"
  247. category = "main"
  248. optional = false
  249. python-versions = "*"
  250. [[package]]
  251. name = "django-celery-beat"
  252. version = "2.2.1"
  253. description = "Database-backed Periodic Tasks."
  254. category = "main"
  255. optional = false
  256. python-versions = "*"
  257. develop = false
  258. [package.dependencies]
  259. celery = ">=5.2.3,<6.0"
  260. Django = ">=2.2,<4.1"
  261. django-timezone-field = ">=4.2.3"
  262. python-crontab = ">=2.3.4"
  263. [package.source]
  264. type = "git"
  265. url = "https://github.com/celery/django-celery-beat"
  266. reference = "10123d357567ae31f241f89d98561220887799ae"
  267. resolved_reference = "10123d357567ae31f241f89d98561220887799ae"
  268. [[package]]
  269. name = "django-constance"
  270. version = "2.9.0"
  271. description = "Django live settings with pluggable backends, including Redis."
  272. category = "main"
  273. optional = false
  274. python-versions = ">=3.6"
  275. [package.dependencies]
  276. django-picklefield = {version = "*", optional = true, markers = "extra == \"database\""}
  277. [package.extras]
  278. database = ["django-picklefield"]
  279. redis = ["redis"]
  280. [[package]]
  281. name = "django-countries"
  282. version = "7.3.2"
  283. description = "Provides a country field for Django models."
  284. category = "main"
  285. optional = false
  286. python-versions = "*"
  287. [package.dependencies]
  288. typing-extensions = "*"
  289. [package.extras]
  290. dev = ["tox", "black", "django", "pytest", "pytest-django", "djangorestframework", "graphene-django"]
  291. maintainer = ["transifex-client", "zest.releaser", "django"]
  292. pyuca = ["pyuca"]
  293. test = ["pytest", "pytest-django", "pytest-cov", "djangorestframework", "graphene-django"]
  294. [[package]]
  295. name = "django-extensions"
  296. version = "3.1.5"
  297. description = "Extensions for Django"
  298. category = "main"
  299. optional = false
  300. python-versions = ">=3.6"
  301. [package.dependencies]
  302. Django = ">=2.2"
  303. [[package]]
  304. name = "django-jsonfield"
  305. version = "1.4.1"
  306. description = "JSONField for django models"
  307. category = "main"
  308. optional = false
  309. python-versions = "*"
  310. [package.dependencies]
  311. Django = ">=1.11"
  312. six = "*"
  313. [[package]]
  314. name = "django-lcore"
  315. version = "1.9.7"
  316. description = ""
  317. category = "main"
  318. optional = false
  319. python-versions = ">3.6.2"
  320. develop = false
  321. [package.dependencies]
  322. Django = ">=3.1"
  323. django-constance = "^2.4"
  324. django-jsonfield = "^1.3"
  325. pygal = ">=2.4.0"
  326. PyYAML = "^6.0"
  327. requests = "^2.22"
  328. [package.source]
  329. type = "git"
  330. url = "https://git.packetimpact.net/lvpn/django-lcore.git"
  331. reference = "master"
  332. resolved_reference = "73c7d71aa04d1eed38ac5b932e289da3a3c594dc"
  333. [[package]]
  334. name = "django-picklefield"
  335. version = "3.0.1"
  336. description = "Pickled object field for Django"
  337. category = "main"
  338. optional = false
  339. python-versions = ">=3"
  340. [package.dependencies]
  341. Django = ">=2.2"
  342. [package.extras]
  343. tests = ["tox"]
  344. [[package]]
  345. name = "django-pipayments"
  346. version = "0.5.16"
  347. description = ""
  348. category = "main"
  349. optional = false
  350. python-versions = ">3.6.2"
  351. develop = false
  352. [package.dependencies]
  353. celery = "^5"
  354. Django = ">=3.1"
  355. django-constance = "^2.4"
  356. django-jsonfield = "^1.3"
  357. python-dateutil = "^2.8.1"
  358. requests = "^2.22"
  359. stripe = "^2.40"
  360. [package.source]
  361. type = "git"
  362. url = "git@git.packetimpact.net:lvpn/django-pipayments.git"
  363. reference = "main"
  364. resolved_reference = "7bcdc4ae0eb22ba71c1ceec6943e3032cc4a779e"
  365. [[package]]
  366. name = "django-timezone-field"
  367. version = "5.0"
  368. description = "A Django app providing DB, form, and REST framework fields for zoneinfo and pytz timezone objects."
  369. category = "main"
  370. optional = false
  371. python-versions = ">=3.7,<4.0"
  372. [package.dependencies]
  373. "backports.zoneinfo" = {version = ">=0.2.1,<0.3.0", markers = "python_version < \"3.9\""}
  374. pytz = "*"
  375. [[package]]
  376. name = "django-tinymce4-widget"
  377. version = "6.3.1"
  378. description = "A Django application that provides a TinyMCE 4 editor widget without any static files"
  379. category = "main"
  380. optional = false
  381. python-versions = ">=3.7,<4.0"
  382. [package.dependencies]
  383. Django = ">=2.2,<4.1"
  384. [package.extras]
  385. docs = ["Sphinx (>=4.0.0,<5.0.0)", "myst-parser (>=0.17.0,<0.18.0)", "sphinx-rtd-theme (>=1.0.0,<2.0.0)"]
  386. spellcheck = ["pyenchant (>=3.1.1,<4.0.0)"]
  387. [[package]]
  388. name = "flower"
  389. version = "1.0.0"
  390. description = "Celery Flower"
  391. category = "main"
  392. optional = false
  393. python-versions = "*"
  394. [package.dependencies]
  395. celery = ">=5.0.5"
  396. humanize = "*"
  397. prometheus-client = ">=0.8.0"
  398. pytz = "*"
  399. tornado = ">=5.0.0,<7.0.0"
  400. [[package]]
  401. name = "humanize"
  402. version = "4.1.0"
  403. description = "Python humanize utilities"
  404. category = "main"
  405. optional = false
  406. python-versions = ">=3.7"
  407. [package.extras]
  408. tests = ["freezegun", "pytest", "pytest-cov"]
  409. [[package]]
  410. name = "idna"
  411. version = "3.3"
  412. description = "Internationalized Domain Names in Applications (IDNA)"
  413. category = "main"
  414. optional = false
  415. python-versions = ">=3.5"
  416. [[package]]
  417. name = "importlib-metadata"
  418. version = "4.11.3"
  419. description = "Read metadata from Python packages"
  420. category = "main"
  421. optional = false
  422. python-versions = ">=3.7"
  423. [package.dependencies]
  424. zipp = ">=0.5"
  425. [package.extras]
  426. docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)"]
  427. perf = ["ipython"]
  428. testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "packaging", "pyfakefs", "flufl.flake8", "pytest-perf (>=0.9.2)", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)", "importlib-resources (>=1.3)"]
  429. [[package]]
  430. name = "ipython"
  431. version = "7.33.0"
  432. description = "IPython: Productive Interactive Computing"
  433. category = "dev"
  434. optional = false
  435. python-versions = ">=3.7"
  436. [package.dependencies]
  437. appnope = {version = "*", markers = "sys_platform == \"darwin\""}
  438. backcall = "*"
  439. colorama = {version = "*", markers = "sys_platform == \"win32\""}
  440. decorator = "*"
  441. jedi = ">=0.16"
  442. matplotlib-inline = "*"
  443. pexpect = {version = ">4.3", markers = "sys_platform != \"win32\""}
  444. pickleshare = "*"
  445. prompt-toolkit = ">=2.0.0,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.1.0"
  446. pygments = "*"
  447. traitlets = ">=4.2"
  448. [package.extras]
  449. all = ["Sphinx (>=1.3)", "ipykernel", "ipyparallel", "ipywidgets", "nbconvert", "nbformat", "nose (>=0.10.1)", "notebook", "numpy (>=1.17)", "pygments", "qtconsole", "requests", "testpath"]
  450. doc = ["Sphinx (>=1.3)"]
  451. kernel = ["ipykernel"]
  452. nbconvert = ["nbconvert"]
  453. nbformat = ["nbformat"]
  454. notebook = ["notebook", "ipywidgets"]
  455. parallel = ["ipyparallel"]
  456. qtconsole = ["qtconsole"]
  457. test = ["nose (>=0.10.1)", "requests", "testpath", "pygments", "nbformat", "ipykernel", "numpy (>=1.17)"]
  458. [[package]]
  459. name = "isort"
  460. version = "5.10.1"
  461. description = "A Python utility / library to sort Python imports."
  462. category = "dev"
  463. optional = false
  464. python-versions = ">=3.6.1,<4.0"
  465. [package.extras]
  466. pipfile_deprecated_finder = ["pipreqs", "requirementslib"]
  467. requirements_deprecated_finder = ["pipreqs", "pip-api"]
  468. colors = ["colorama (>=0.4.3,<0.5.0)"]
  469. plugins = ["setuptools"]
  470. [[package]]
  471. name = "jedi"
  472. version = "0.18.1"
  473. description = "An autocompletion tool for Python that can be used for text editors."
  474. category = "dev"
  475. optional = false
  476. python-versions = ">=3.6"
  477. [package.dependencies]
  478. parso = ">=0.8.0,<0.9.0"
  479. [package.extras]
  480. qa = ["flake8 (==3.8.3)", "mypy (==0.782)"]
  481. testing = ["Django (<3.1)", "colorama", "docopt", "pytest (<7.0.0)"]
  482. [[package]]
  483. name = "jsonfield"
  484. version = "3.1.0"
  485. description = "A reusable Django field that allows you to store validated JSON in your model."
  486. category = "main"
  487. optional = false
  488. python-versions = ">=3.6"
  489. [package.dependencies]
  490. Django = ">=2.2"
  491. [[package]]
  492. name = "kombu"
  493. version = "5.2.4"
  494. description = "Messaging library for Python."
  495. category = "main"
  496. optional = false
  497. python-versions = ">=3.7"
  498. [package.dependencies]
  499. amqp = ">=5.0.9,<6.0.0"
  500. vine = "*"
  501. [package.extras]
  502. azureservicebus = ["azure-servicebus (>=7.0.0)"]
  503. azurestoragequeues = ["azure-storage-queue"]
  504. consul = ["python-consul (>=0.6.0)"]
  505. librabbitmq = ["librabbitmq (>=2.0.0)"]
  506. mongodb = ["pymongo (>=3.3.0,<3.12.1)"]
  507. msgpack = ["msgpack"]
  508. pyro = ["pyro4"]
  509. qpid = ["qpid-python (>=0.26)", "qpid-tools (>=0.26)"]
  510. redis = ["redis (>=3.4.1,!=4.0.0,!=4.0.1)"]
  511. slmq = ["softlayer-messaging (>=1.0.3)"]
  512. sqlalchemy = ["sqlalchemy"]
  513. sqs = ["boto3 (>=1.9.12)", "pycurl (>=7.44.1,<7.45.0)", "urllib3 (>=1.26.7)"]
  514. yaml = ["PyYAML (>=3.10)"]
  515. zookeeper = ["kazoo (>=1.3.1)"]
  516. [[package]]
  517. name = "lazy-object-proxy"
  518. version = "1.7.1"
  519. description = "A fast and thorough lazy object proxy."
  520. category = "dev"
  521. optional = false
  522. python-versions = ">=3.6"
  523. [[package]]
  524. name = "lcoreapi"
  525. version = "1.1.1"
  526. description = ""
  527. category = "main"
  528. optional = false
  529. python-versions = "*"
  530. develop = false
  531. [package.dependencies]
  532. requests = "*"
  533. [package.source]
  534. type = "git"
  535. url = "https://git.packetimpact.net/lvpn/lcoreapi.git"
  536. reference = "v1.1.1"
  537. resolved_reference = "f7cf9fba385791d0e99cb2f7e2b4f19641ca10dc"
  538. [[package]]
  539. name = "markdown"
  540. version = "3.3.7"
  541. description = "Python implementation of Markdown."
  542. category = "main"
  543. optional = false
  544. python-versions = ">=3.6"
  545. [package.dependencies]
  546. importlib-metadata = {version = ">=4.4", markers = "python_version < \"3.10\""}
  547. [package.extras]
  548. testing = ["coverage", "pyyaml"]
  549. [[package]]
  550. name = "matplotlib-inline"
  551. version = "0.1.3"
  552. description = "Inline Matplotlib backend for Jupyter"
  553. category = "dev"
  554. optional = false
  555. python-versions = ">=3.5"
  556. [package.dependencies]
  557. traitlets = "*"
  558. [[package]]
  559. name = "mccabe"
  560. version = "0.7.0"
  561. description = "McCabe checker, plugin for flake8"
  562. category = "dev"
  563. optional = false
  564. python-versions = ">=3.6"
  565. [[package]]
  566. name = "mypy-extensions"
  567. version = "0.4.3"
  568. description = "Experimental type system extensions for programs checked with the mypy typechecker."
  569. category = "dev"
  570. optional = false
  571. python-versions = "*"
  572. [[package]]
  573. name = "packaging"
  574. version = "21.3"
  575. description = "Core utilities for Python packages"
  576. category = "main"
  577. optional = false
  578. python-versions = ">=3.6"
  579. [package.dependencies]
  580. pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
  581. [[package]]
  582. name = "parso"
  583. version = "0.8.3"
  584. description = "A Python Parser"
  585. category = "dev"
  586. optional = false
  587. python-versions = ">=3.6"
  588. [package.extras]
  589. qa = ["flake8 (==3.8.3)", "mypy (==0.782)"]
  590. testing = ["docopt", "pytest (<6.0.0)"]
  591. [[package]]
  592. name = "pathspec"
  593. version = "0.9.0"
  594. description = "Utility library for gitignore style pattern matching of file paths."
  595. category = "dev"
  596. optional = false
  597. python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
  598. [[package]]
  599. name = "pexpect"
  600. version = "4.8.0"
  601. description = "Pexpect allows easy control of interactive console applications."
  602. category = "dev"
  603. optional = false
  604. python-versions = "*"
  605. [package.dependencies]
  606. ptyprocess = ">=0.5"
  607. [[package]]
  608. name = "pickleshare"
  609. version = "0.7.5"
  610. description = "Tiny 'shelve'-like database with concurrency support"
  611. category = "dev"
  612. optional = false
  613. python-versions = "*"
  614. [[package]]
  615. name = "platformdirs"
  616. version = "2.5.2"
  617. description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
  618. category = "dev"
  619. optional = false
  620. python-versions = ">=3.7"
  621. [package.extras]
  622. docs = ["furo (>=2021.7.5b38)", "proselint (>=0.10.2)", "sphinx-autodoc-typehints (>=1.12)", "sphinx (>=4)"]
  623. test = ["appdirs (==1.4.4)", "pytest-cov (>=2.7)", "pytest-mock (>=3.6)", "pytest (>=6)"]
  624. [[package]]
  625. name = "prometheus-client"
  626. version = "0.14.1"
  627. description = "Python client for the Prometheus monitoring system."
  628. category = "main"
  629. optional = false
  630. python-versions = ">=3.6"
  631. [package.extras]
  632. twisted = ["twisted"]
  633. [[package]]
  634. name = "prompt-toolkit"
  635. version = "3.0.29"
  636. description = "Library for building powerful interactive command lines in Python"
  637. category = "main"
  638. optional = false
  639. python-versions = ">=3.6.2"
  640. [package.dependencies]
  641. wcwidth = "*"
  642. [[package]]
  643. name = "psycopg2-binary"
  644. version = "2.9.3"
  645. description = "psycopg2 - Python-PostgreSQL Database Adapter"
  646. category = "main"
  647. optional = false
  648. python-versions = ">=3.6"
  649. [[package]]
  650. name = "ptyprocess"
  651. version = "0.7.0"
  652. description = "Run a subprocess in a pseudo terminal"
  653. category = "dev"
  654. optional = false
  655. python-versions = "*"
  656. [[package]]
  657. name = "pygal"
  658. version = "3.0.0"
  659. description = "A Python svg graph plotting library"
  660. category = "main"
  661. optional = false
  662. python-versions = "*"
  663. [package.extras]
  664. docs = ["sphinx", "sphinx-rtd-theme", "pygal-sphinx-directives"]
  665. lxml = ["lxml"]
  666. png = ["cairosvg"]
  667. test = ["pyquery", "flask", "cairosvg", "lxml", "pygal-maps-world", "pygal-maps-fr", "pygal-maps-ch", "coveralls", "pytest-runner", "pytest-cov", "pytest-flake8", "pytest-isort", "pytest"]
  668. [[package]]
  669. name = "pygments"
  670. version = "2.12.0"
  671. description = "Pygments is a syntax highlighting package written in Python."
  672. category = "main"
  673. optional = false
  674. python-versions = ">=3.6"
  675. [[package]]
  676. name = "pylint"
  677. version = "2.13.9"
  678. description = "python code static checker"
  679. category = "dev"
  680. optional = false
  681. python-versions = ">=3.6.2"
  682. [package.dependencies]
  683. astroid = ">=2.11.5,<=2.12.0-dev0"
  684. colorama = {version = "*", markers = "sys_platform == \"win32\""}
  685. dill = ">=0.2"
  686. isort = ">=4.2.5,<6"
  687. mccabe = ">=0.6,<0.8"
  688. platformdirs = ">=2.2.0"
  689. tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
  690. typing-extensions = {version = ">=3.10.0", markers = "python_version < \"3.10\""}
  691. [package.extras]
  692. testutil = ["gitpython (>3)"]
  693. [[package]]
  694. name = "pylint-django"
  695. version = "2.5.3"
  696. description = "A Pylint plugin to help Pylint understand the Django web framework"
  697. category = "dev"
  698. optional = false
  699. python-versions = "*"
  700. [package.dependencies]
  701. pylint = ">=2.0,<3"
  702. pylint-plugin-utils = ">=0.7"
  703. [package.extras]
  704. for_tests = ["django-tables2", "factory-boy", "coverage", "pytest", "wheel", "django-tastypie", "pylint (>=2.13)"]
  705. with_django = ["django"]
  706. [[package]]
  707. name = "pylint-plugin-utils"
  708. version = "0.7"
  709. description = "Utilities and helpers for writing Pylint plugins"
  710. category = "dev"
  711. optional = false
  712. python-versions = ">=3.6.2"
  713. [package.dependencies]
  714. pylint = ">=1.7"
  715. [[package]]
  716. name = "pyparsing"
  717. version = "3.0.9"
  718. description = "pyparsing module - Classes and methods to define and execute parsing grammars"
  719. category = "main"
  720. optional = false
  721. python-versions = ">=3.6.8"
  722. [package.extras]
  723. diagrams = ["railroad-diagrams", "jinja2"]
  724. [[package]]
  725. name = "python-crontab"
  726. version = "2.6.0"
  727. description = "Python Crontab API"
  728. category = "main"
  729. optional = false
  730. python-versions = "*"
  731. [package.dependencies]
  732. python-dateutil = "*"
  733. [package.extras]
  734. cron-description = ["cron-descriptor"]
  735. cron-schedule = ["croniter"]
  736. [[package]]
  737. name = "python-dateutil"
  738. version = "2.8.2"
  739. description = "Extensions to the standard Python datetime module"
  740. category = "main"
  741. optional = false
  742. python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
  743. [package.dependencies]
  744. six = ">=1.5"
  745. [[package]]
  746. name = "python-frontmatter"
  747. version = "1.0.0"
  748. description = "Parse and manage posts with YAML (or other) frontmatter"
  749. category = "main"
  750. optional = false
  751. python-versions = "*"
  752. [package.dependencies]
  753. PyYAML = "*"
  754. [package.extras]
  755. docs = ["sphinx"]
  756. test = ["pytest", "toml", "pyaml"]
  757. [[package]]
  758. name = "pytz"
  759. version = "2022.1"
  760. description = "World timezone definitions, modern and historical"
  761. category = "main"
  762. optional = false
  763. python-versions = "*"
  764. [[package]]
  765. name = "pyyaml"
  766. version = "6.0"
  767. description = "YAML parser and emitter for Python"
  768. category = "main"
  769. optional = false
  770. python-versions = ">=3.6"
  771. [[package]]
  772. name = "redis"
  773. version = "4.3.1"
  774. description = "Python client for Redis database and key-value store"
  775. category = "main"
  776. optional = false
  777. python-versions = ">=3.6"
  778. [package.dependencies]
  779. async-timeout = ">=4.0.2"
  780. deprecated = ">=1.2.3"
  781. packaging = ">=20.4"
  782. [package.extras]
  783. hiredis = ["hiredis (>=1.0.0)"]
  784. ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)"]
  785. [[package]]
  786. name = "requests"
  787. version = "2.27.1"
  788. description = "Python HTTP for Humans."
  789. category = "main"
  790. optional = false
  791. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
  792. [package.dependencies]
  793. certifi = ">=2017.4.17"
  794. charset-normalizer = {version = ">=2.0.0,<2.1.0", markers = "python_version >= \"3\""}
  795. idna = {version = ">=2.5,<4", markers = "python_version >= \"3\""}
  796. urllib3 = ">=1.21.1,<1.27"
  797. [package.extras]
  798. socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"]
  799. use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"]
  800. [[package]]
  801. name = "selenium"
  802. version = "3.141.0"
  803. description = "Python bindings for Selenium"
  804. category = "dev"
  805. optional = false
  806. python-versions = "*"
  807. [package.dependencies]
  808. urllib3 = "*"
  809. [[package]]
  810. name = "six"
  811. version = "1.16.0"
  812. description = "Python 2 and 3 compatibility utilities"
  813. category = "main"
  814. optional = false
  815. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
  816. [[package]]
  817. name = "sqlparse"
  818. version = "0.4.2"
  819. description = "A non-validating SQL parser."
  820. category = "main"
  821. optional = false
  822. python-versions = ">=3.5"
  823. [[package]]
  824. name = "stripe"
  825. version = "2.76.0"
  826. description = "Python bindings for the Stripe API"
  827. category = "main"
  828. optional = false
  829. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  830. [package.dependencies]
  831. requests = {version = ">=2.20", markers = "python_version >= \"3.0\""}
  832. [[package]]
  833. name = "tomli"
  834. version = "1.2.3"
  835. description = "A lil' TOML parser"
  836. category = "dev"
  837. optional = false
  838. python-versions = ">=3.6"
  839. [[package]]
  840. name = "tornado"
  841. version = "6.1"
  842. description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
  843. category = "main"
  844. optional = false
  845. python-versions = ">= 3.5"
  846. [[package]]
  847. name = "traitlets"
  848. version = "5.2.1.post0"
  849. description = ""
  850. category = "dev"
  851. optional = false
  852. python-versions = ">=3.7"
  853. [package.extras]
  854. test = ["pre-commit", "pytest"]
  855. [[package]]
  856. name = "typing-extensions"
  857. version = "4.2.0"
  858. description = "Backported and Experimental Type Hints for Python 3.7+"
  859. category = "main"
  860. optional = false
  861. python-versions = ">=3.7"
  862. [[package]]
  863. name = "tzdata"
  864. version = "2022.1"
  865. description = "Provider of IANA time zone data"
  866. category = "main"
  867. optional = false
  868. python-versions = ">=2"
  869. [[package]]
  870. name = "urllib3"
  871. version = "1.26.9"
  872. description = "HTTP library with thread-safe connection pooling, file post, and more."
  873. category = "main"
  874. optional = false
  875. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
  876. [package.extras]
  877. brotli = ["brotlicffi (>=0.8.0)", "brotli (>=1.0.9)", "brotlipy (>=0.6.0)"]
  878. secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
  879. socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
  880. [[package]]
  881. name = "vine"
  882. version = "5.0.0"
  883. description = "Promises, promises, promises."
  884. category = "main"
  885. optional = false
  886. python-versions = ">=3.6"
  887. [[package]]
  888. name = "wcwidth"
  889. version = "0.2.5"
  890. description = "Measures the displayed width of unicode strings in a terminal"
  891. category = "main"
  892. optional = false
  893. python-versions = "*"
  894. [[package]]
  895. name = "wrapt"
  896. version = "1.14.1"
  897. description = "Module for decorators, wrappers and monkey patching."
  898. category = "main"
  899. optional = false
  900. python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
  901. [[package]]
  902. name = "zipp"
  903. version = "3.8.0"
  904. description = "Backport of pathlib-compatible object wrapper for zip files"
  905. category = "main"
  906. optional = false
  907. python-versions = ">=3.7"
  908. [package.extras]
  909. docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)"]
  910. testing = ["pytest (>=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 (>=0.9.1)"]
  911. [metadata]
  912. lock-version = "1.1"
  913. python-versions = ">=3.8,<4.0"
  914. content-hash = "017d766a83fcb9498aab3e8bec3ae1914957a311a80a0e1616b4d9c1602de96e"
  915. [metadata.files]
  916. amqp = [
  917. {file = "amqp-5.1.1-py3-none-any.whl", hash = "sha256:6f0956d2c23d8fa6e7691934d8c3930eadb44972cbbd1a7ae3a520f735d43359"},
  918. {file = "amqp-5.1.1.tar.gz", hash = "sha256:2c1b13fecc0893e946c65cbd5f36427861cffa4ea2201d8f6fca22e2a373b5e2"},
  919. ]
  920. appnope = [
  921. {file = "appnope-0.1.3-py2.py3-none-any.whl", hash = "sha256:265a455292d0bd8a72453494fa24df5a11eb18373a60c7c0430889f22548605e"},
  922. {file = "appnope-0.1.3.tar.gz", hash = "sha256:02bd91c4de869fbb1e1c50aafc4098827a7a54ab2f39d9dcba6c9547ed920e24"},
  923. ]
  924. asgiref = [
  925. {file = "asgiref-3.5.2-py3-none-any.whl", hash = "sha256:1d2880b792ae8757289136f1db2b7b99100ce959b2aa57fd69dab783d05afac4"},
  926. {file = "asgiref-3.5.2.tar.gz", hash = "sha256:4a29362a6acebe09bf1d6640db38c1dc3d9217c68e6f9f6204d72667fc19a424"},
  927. ]
  928. astroid = [
  929. {file = "astroid-2.11.5-py3-none-any.whl", hash = "sha256:14ffbb4f6aa2cf474a0834014005487f7ecd8924996083ab411e7fa0b508ce0b"},
  930. {file = "astroid-2.11.5.tar.gz", hash = "sha256:f4e4ec5294c4b07ac38bab9ca5ddd3914d4bf46f9006eb5c0ae755755061044e"},
  931. ]
  932. async-timeout = [
  933. {file = "async-timeout-4.0.2.tar.gz", hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15"},
  934. {file = "async_timeout-4.0.2-py3-none-any.whl", hash = "sha256:8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c"},
  935. ]
  936. backcall = [
  937. {file = "backcall-0.2.0-py2.py3-none-any.whl", hash = "sha256:fbbce6a29f263178a1f7915c1940bde0ec2b2a967566fe1c65c1dfb7422bd255"},
  938. {file = "backcall-0.2.0.tar.gz", hash = "sha256:5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e"},
  939. ]
  940. "backports.zoneinfo" = [
  941. {file = "backports.zoneinfo-0.2.1-cp36-cp36m-macosx_10_14_x86_64.whl", hash = "sha256:da6013fd84a690242c310d77ddb8441a559e9cb3d3d59ebac9aca1a57b2e18bc"},
  942. {file = "backports.zoneinfo-0.2.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:89a48c0d158a3cc3f654da4c2de1ceba85263fafb861b98b59040a5086259722"},
  943. {file = "backports.zoneinfo-0.2.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:1c5742112073a563c81f786e77514969acb58649bcdf6cdf0b4ed31a348d4546"},
  944. {file = "backports.zoneinfo-0.2.1-cp36-cp36m-win32.whl", hash = "sha256:e8236383a20872c0cdf5a62b554b27538db7fa1bbec52429d8d106effbaeca08"},
  945. {file = "backports.zoneinfo-0.2.1-cp36-cp36m-win_amd64.whl", hash = "sha256:8439c030a11780786a2002261569bdf362264f605dfa4d65090b64b05c9f79a7"},
  946. {file = "backports.zoneinfo-0.2.1-cp37-cp37m-macosx_10_14_x86_64.whl", hash = "sha256:f04e857b59d9d1ccc39ce2da1021d196e47234873820cbeaad210724b1ee28ac"},
  947. {file = "backports.zoneinfo-0.2.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:17746bd546106fa389c51dbea67c8b7c8f0d14b5526a579ca6ccf5ed72c526cf"},
  948. {file = "backports.zoneinfo-0.2.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:5c144945a7752ca544b4b78c8c41544cdfaf9786f25fe5ffb10e838e19a27570"},
  949. {file = "backports.zoneinfo-0.2.1-cp37-cp37m-win32.whl", hash = "sha256:e55b384612d93be96506932a786bbcde5a2db7a9e6a4bb4bffe8b733f5b9036b"},
  950. {file = "backports.zoneinfo-0.2.1-cp37-cp37m-win_amd64.whl", hash = "sha256:a76b38c52400b762e48131494ba26be363491ac4f9a04c1b7e92483d169f6582"},
  951. {file = "backports.zoneinfo-0.2.1-cp38-cp38-macosx_10_14_x86_64.whl", hash = "sha256:8961c0f32cd0336fb8e8ead11a1f8cd99ec07145ec2931122faaac1c8f7fd987"},
  952. {file = "backports.zoneinfo-0.2.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:e81b76cace8eda1fca50e345242ba977f9be6ae3945af8d46326d776b4cf78d1"},
  953. {file = "backports.zoneinfo-0.2.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:7b0a64cda4145548fed9efc10322770f929b944ce5cee6c0dfe0c87bf4c0c8c9"},
  954. {file = "backports.zoneinfo-0.2.1-cp38-cp38-win32.whl", hash = "sha256:1b13e654a55cd45672cb54ed12148cd33628f672548f373963b0bff67b217328"},
  955. {file = "backports.zoneinfo-0.2.1-cp38-cp38-win_amd64.whl", hash = "sha256:4a0f800587060bf8880f954dbef70de6c11bbe59c673c3d818921f042f9954a6"},
  956. {file = "backports.zoneinfo-0.2.1.tar.gz", hash = "sha256:fadbfe37f74051d024037f223b8e001611eac868b5c5b06144ef4d8b799862f2"},
  957. ]
  958. billiard = [
  959. {file = "billiard-3.6.4.0-py3-none-any.whl", hash = "sha256:87103ea78fa6ab4d5c751c4909bcff74617d985de7fa8b672cf8618afd5a875b"},
  960. {file = "billiard-3.6.4.0.tar.gz", hash = "sha256:299de5a8da28a783d51b197d496bef4f1595dd023a93a4f59dde1886ae905547"},
  961. ]
  962. black = [
  963. {file = "black-21.12b0-py3-none-any.whl", hash = "sha256:a615e69ae185e08fdd73e4715e260e2479c861b5740057fde6e8b4e3b7dd589f"},
  964. {file = "black-21.12b0.tar.gz", hash = "sha256:77b80f693a569e2e527958459634f18df9b0ba2625ba4e0c2d5da5be42e6f2b3"},
  965. ]
  966. celery = [
  967. {file = "celery-5.2.6-py3-none-any.whl", hash = "sha256:da31f8eae7607b1582e5ee2d3f2d6f58450585afd23379491e3d9229d08102d0"},
  968. {file = "celery-5.2.6.tar.gz", hash = "sha256:d1398cadf30f576266b34370e28e880306ec55f7a4b6307549b0ae9c15663481"},
  969. ]
  970. certifi = [
  971. {file = "certifi-2022.5.18.1-py3-none-any.whl", hash = "sha256:f1d53542ee8cbedbe2118b5686372fb33c297fcd6379b050cca0ef13a597382a"},
  972. {file = "certifi-2022.5.18.1.tar.gz", hash = "sha256:9c5705e395cd70084351dd8ad5c41e65655e08ce46f2ec9cf6c2c08390f71eb7"},
  973. ]
  974. charset-normalizer = [
  975. {file = "charset-normalizer-2.0.12.tar.gz", hash = "sha256:2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597"},
  976. {file = "charset_normalizer-2.0.12-py3-none-any.whl", hash = "sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df"},
  977. ]
  978. click = [
  979. {file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"},
  980. {file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"},
  981. ]
  982. click-didyoumean = [
  983. {file = "click-didyoumean-0.3.0.tar.gz", hash = "sha256:f184f0d851d96b6d29297354ed981b7dd71df7ff500d82fa6d11f0856bee8035"},
  984. {file = "click_didyoumean-0.3.0-py3-none-any.whl", hash = "sha256:a0713dc7a1de3f06bc0df5a9567ad19ead2d3d5689b434768a6145bff77c0667"},
  985. ]
  986. click-plugins = [
  987. {file = "click-plugins-1.1.1.tar.gz", hash = "sha256:46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b"},
  988. {file = "click_plugins-1.1.1-py2.py3-none-any.whl", hash = "sha256:5d262006d3222f5057fd81e1623d4443e41dcda5dc815c06b442aa3c02889fc8"},
  989. ]
  990. click-repl = [
  991. {file = "click-repl-0.2.0.tar.gz", hash = "sha256:cd12f68d745bf6151210790540b4cb064c7b13e571bc64b6957d98d120dacfd8"},
  992. {file = "click_repl-0.2.0-py3-none-any.whl", hash = "sha256:94b3fbbc9406a236f176e0506524b2937e4b23b6f4c0c0b2a0a83f8a64e9194b"},
  993. ]
  994. colorama = [
  995. {file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"},
  996. {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"},
  997. ]
  998. decorator = [
  999. {file = "decorator-5.1.1-py3-none-any.whl", hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"},
  1000. {file = "decorator-5.1.1.tar.gz", hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330"},
  1001. ]
  1002. deprecated = [
  1003. {file = "Deprecated-1.2.13-py2.py3-none-any.whl", hash = "sha256:64756e3e14c8c5eea9795d93c524551432a0be75629f8f29e67ab8caf076c76d"},
  1004. {file = "Deprecated-1.2.13.tar.gz", hash = "sha256:43ac5335da90c31c24ba028af536a91d41d53f9e6901ddb021bcc572ce44e38d"},
  1005. ]
  1006. dill = [
  1007. {file = "dill-0.3.4-py2.py3-none-any.whl", hash = "sha256:7e40e4a70304fd9ceab3535d36e58791d9c4a776b38ec7f7ec9afc8d3dca4d4f"},
  1008. {file = "dill-0.3.4.zip", hash = "sha256:9f9734205146b2b353ab3fec9af0070237b6ddae78452af83d2fca84d739e675"},
  1009. ]
  1010. django = [
  1011. {file = "Django-4.0.4-py3-none-any.whl", hash = "sha256:07c8638e7a7f548dc0acaaa7825d84b7bd42b10e8d22268b3d572946f1e9b687"},
  1012. {file = "Django-4.0.4.tar.gz", hash = "sha256:4e8177858524417563cc0430f29ea249946d831eacb0068a1455686587df40b5"},
  1013. ]
  1014. django-admin-list-filter-dropdown = [
  1015. {file = "django-admin-list-filter-dropdown-1.0.3.tar.gz", hash = "sha256:07cd37b6a9be1b08f11d4a92957c69b67bc70b1f87a2a7d4ae886c93ea51eb53"},
  1016. {file = "django_admin_list_filter_dropdown-1.0.3-py3-none-any.whl", hash = "sha256:bf1b48bab9772dad79db71efef17e78782d4f2421444d5e49bb10e0da71cd6bb"},
  1017. ]
  1018. django-celery-beat = []
  1019. django-constance = [
  1020. {file = "django-constance-2.9.0.tar.gz", hash = "sha256:758e190755f05b12e9729933239b87053aa1f790071a402cc02034cb23c8624e"},
  1021. {file = "django_constance-2.9.0-py3-none-any.whl", hash = "sha256:c78eed0f75eb003836db84345fa7df0c529b47b2c4e04ac84fdf8558b3338a28"},
  1022. ]
  1023. django-countries = [
  1024. {file = "django-countries-7.3.2.tar.gz", hash = "sha256:0df6d34193667c2343da8935cbfb8a2bd4fb0c97baf01ac10db4628ba1557a82"},
  1025. {file = "django_countries-7.3.2-py3-none-any.whl", hash = "sha256:27fc8a0f66a87c9d839493f3926b4e0f4dd873ef66465aa8cd3e953f99758cc9"},
  1026. ]
  1027. django-extensions = [
  1028. {file = "django-extensions-3.1.5.tar.gz", hash = "sha256:28e1e1bf49f0e00307ba574d645b0af3564c981a6dfc87209d48cb98f77d0b1a"},
  1029. {file = "django_extensions-3.1.5-py3-none-any.whl", hash = "sha256:9238b9e016bb0009d621e05cf56ea8ce5cce9b32e91ad2026996a7377ca28069"},
  1030. ]
  1031. django-jsonfield = [
  1032. {file = "django-jsonfield-1.4.1.tar.gz", hash = "sha256:f789a0ea1f80b48aff7d6c36dd356ce125dbf1b7cd97a82d315607ac758f50ff"},
  1033. {file = "django_jsonfield-1.4.1-py2.py3-none-any.whl", hash = "sha256:ccb2fe623e1bf7799e49c593b0a89a85084ef8d3debbf26d92a54e27b5305d72"},
  1034. ]
  1035. django-lcore = []
  1036. django-picklefield = [
  1037. {file = "django-picklefield-3.0.1.tar.gz", hash = "sha256:15ccba592ca953b9edf9532e64640329cd47b136b7f8f10f2939caa5f9ce4287"},
  1038. {file = "django_picklefield-3.0.1-py3-none-any.whl", hash = "sha256:3c702a54fde2d322fe5b2f39b8f78d9f655b8f77944ab26f703be6c0ed335a35"},
  1039. ]
  1040. django-pipayments = []
  1041. django-timezone-field = [
  1042. {file = "django-timezone-field-5.0.tar.gz", hash = "sha256:15746ed367a5a32eda76cfa2886eeec1de8cda79f519b7c5e12f87ed7cdbd663"},
  1043. {file = "django_timezone_field-5.0-py3-none-any.whl", hash = "sha256:199f211082eeac7e83563929b8ce41399c1c0f00dfc2f36bc00bea381027eaaa"},
  1044. ]
  1045. django-tinymce4-widget = [
  1046. {file = "django-tinymce4-widget-6.3.1.tar.gz", hash = "sha256:94fd2edd10a3915169294f21a74d22a44fe0e01dbb8a7f553a22203f0a4bd1fa"},
  1047. {file = "django_tinymce4_widget-6.3.1-py3-none-any.whl", hash = "sha256:e0ec0fd98d589866ca81d87fcd46b1d8fc53aef5c745919537f0043f02613a66"},
  1048. ]
  1049. flower = [
  1050. {file = "flower-1.0.0-py2.py3-none-any.whl", hash = "sha256:a4fcf959881135303e98a74cc7533298b7dfeb48abcd1d90c5bd52cb789430a8"},
  1051. {file = "flower-1.0.0.tar.gz", hash = "sha256:2e17c4fb55c569508f3bfee7fe41f44b8362d30dbdf77b604a9d9f4740fe8cbd"},
  1052. ]
  1053. humanize = [
  1054. {file = "humanize-4.1.0-py3-none-any.whl", hash = "sha256:953b393f5bd67e19d47a4c0fd20c3a3537853967b307e49729c4755d3551753c"},
  1055. {file = "humanize-4.1.0.tar.gz", hash = "sha256:3a119b242ec872c029d8b7bf8435a61a5798f124b244a08013aec5617302f80e"},
  1056. ]
  1057. idna = [
  1058. {file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"},
  1059. {file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"},
  1060. ]
  1061. importlib-metadata = [
  1062. {file = "importlib_metadata-4.11.3-py3-none-any.whl", hash = "sha256:1208431ca90a8cca1a6b8af391bb53c1a2db74e5d1cef6ddced95d4b2062edc6"},
  1063. {file = "importlib_metadata-4.11.3.tar.gz", hash = "sha256:ea4c597ebf37142f827b8f39299579e31685c31d3a438b59f469406afd0f2539"},
  1064. ]
  1065. ipython = [
  1066. {file = "ipython-7.33.0-py3-none-any.whl", hash = "sha256:916a3126896e4fd78dd4d9cf3e21586e7fd93bae3f1cd751588b75524b64bf94"},
  1067. {file = "ipython-7.33.0.tar.gz", hash = "sha256:bcffb865a83b081620301ba0ec4d95084454f26b91d6d66b475bff3dfb0218d4"},
  1068. ]
  1069. isort = [
  1070. {file = "isort-5.10.1-py3-none-any.whl", hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7"},
  1071. {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"},
  1072. ]
  1073. jedi = [
  1074. {file = "jedi-0.18.1-py2.py3-none-any.whl", hash = "sha256:637c9635fcf47945ceb91cd7f320234a7be540ded6f3e99a50cb6febdfd1ba8d"},
  1075. {file = "jedi-0.18.1.tar.gz", hash = "sha256:74137626a64a99c8eb6ae5832d99b3bdd7d29a3850fe2aa80a4126b2a7d949ab"},
  1076. ]
  1077. jsonfield = [
  1078. {file = "jsonfield-3.1.0-py3-none-any.whl", hash = "sha256:df857811587f252b97bafba42e02805e70a398a7a47870bc6358a0308dd689ed"},
  1079. {file = "jsonfield-3.1.0.tar.gz", hash = "sha256:7e4e84597de21eeaeeaaa7cc5da08c61c48a9b64d0c446b2d71255d01812887a"},
  1080. ]
  1081. kombu = [
  1082. {file = "kombu-5.2.4-py3-none-any.whl", hash = "sha256:8b213b24293d3417bcf0d2f5537b7f756079e3ea232a8386dcc89a59fd2361a4"},
  1083. {file = "kombu-5.2.4.tar.gz", hash = "sha256:37cee3ee725f94ea8bb173eaab7c1760203ea53bbebae226328600f9d2799610"},
  1084. ]
  1085. lazy-object-proxy = [
  1086. {file = "lazy-object-proxy-1.7.1.tar.gz", hash = "sha256:d609c75b986def706743cdebe5e47553f4a5a1da9c5ff66d76013ef396b5a8a4"},
  1087. {file = "lazy_object_proxy-1.7.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:bb8c5fd1684d60a9902c60ebe276da1f2281a318ca16c1d0a96db28f62e9166b"},
  1088. {file = "lazy_object_proxy-1.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a57d51ed2997e97f3b8e3500c984db50a554bb5db56c50b5dab1b41339b37e36"},
  1089. {file = "lazy_object_proxy-1.7.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fd45683c3caddf83abbb1249b653a266e7069a09f486daa8863fb0e7496a9fdb"},
  1090. {file = "lazy_object_proxy-1.7.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:8561da8b3dd22d696244d6d0d5330618c993a215070f473b699e00cf1f3f6443"},
  1091. {file = "lazy_object_proxy-1.7.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:fccdf7c2c5821a8cbd0a9440a456f5050492f2270bd54e94360cac663398739b"},
  1092. {file = "lazy_object_proxy-1.7.1-cp310-cp310-win32.whl", hash = "sha256:898322f8d078f2654d275124a8dd19b079080ae977033b713f677afcfc88e2b9"},
  1093. {file = "lazy_object_proxy-1.7.1-cp310-cp310-win_amd64.whl", hash = "sha256:85b232e791f2229a4f55840ed54706110c80c0a210d076eee093f2b2e33e1bfd"},
  1094. {file = "lazy_object_proxy-1.7.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:46ff647e76f106bb444b4533bb4153c7370cdf52efc62ccfc1a28bdb3cc95442"},
  1095. {file = "lazy_object_proxy-1.7.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:12f3bb77efe1367b2515f8cb4790a11cffae889148ad33adad07b9b55e0ab22c"},
  1096. {file = "lazy_object_proxy-1.7.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c19814163728941bb871240d45c4c30d33b8a2e85972c44d4e63dd7107faba44"},
  1097. {file = "lazy_object_proxy-1.7.1-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:e40f2013d96d30217a51eeb1db28c9ac41e9d0ee915ef9d00da639c5b63f01a1"},
  1098. {file = "lazy_object_proxy-1.7.1-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:2052837718516a94940867e16b1bb10edb069ab475c3ad84fd1e1a6dd2c0fcfc"},
  1099. {file = "lazy_object_proxy-1.7.1-cp36-cp36m-win32.whl", hash = "sha256:6a24357267aa976abab660b1d47a34aaf07259a0c3859a34e536f1ee6e76b5bb"},
  1100. {file = "lazy_object_proxy-1.7.1-cp36-cp36m-win_amd64.whl", hash = "sha256:6aff3fe5de0831867092e017cf67e2750c6a1c7d88d84d2481bd84a2e019ec35"},
  1101. {file = "lazy_object_proxy-1.7.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:6a6e94c7b02641d1311228a102607ecd576f70734dc3d5e22610111aeacba8a0"},
  1102. {file = "lazy_object_proxy-1.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c4ce15276a1a14549d7e81c243b887293904ad2d94ad767f42df91e75fd7b5b6"},
  1103. {file = "lazy_object_proxy-1.7.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e368b7f7eac182a59ff1f81d5f3802161932a41dc1b1cc45c1f757dc876b5d2c"},
  1104. {file = "lazy_object_proxy-1.7.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:6ecbb350991d6434e1388bee761ece3260e5228952b1f0c46ffc800eb313ff42"},
  1105. {file = "lazy_object_proxy-1.7.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:553b0f0d8dbf21890dd66edd771f9b1b5f51bd912fa5f26de4449bfc5af5e029"},
  1106. {file = "lazy_object_proxy-1.7.1-cp37-cp37m-win32.whl", hash = "sha256:c7a683c37a8a24f6428c28c561c80d5f4fd316ddcf0c7cab999b15ab3f5c5c69"},
  1107. {file = "lazy_object_proxy-1.7.1-cp37-cp37m-win_amd64.whl", hash = "sha256:df2631f9d67259dc9620d831384ed7732a198eb434eadf69aea95ad18c587a28"},
  1108. {file = "lazy_object_proxy-1.7.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:07fa44286cda977bd4803b656ffc1c9b7e3bc7dff7d34263446aec8f8c96f88a"},
  1109. {file = "lazy_object_proxy-1.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4dca6244e4121c74cc20542c2ca39e5c4a5027c81d112bfb893cf0790f96f57e"},
  1110. {file = "lazy_object_proxy-1.7.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:91ba172fc5b03978764d1df5144b4ba4ab13290d7bab7a50f12d8117f8630c38"},
  1111. {file = "lazy_object_proxy-1.7.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:043651b6cb706eee4f91854da4a089816a6606c1428fd391573ef8cb642ae4f7"},
  1112. {file = "lazy_object_proxy-1.7.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:b9e89b87c707dd769c4ea91f7a31538888aad05c116a59820f28d59b3ebfe25a"},
  1113. {file = "lazy_object_proxy-1.7.1-cp38-cp38-win32.whl", hash = "sha256:9d166602b525bf54ac994cf833c385bfcc341b364e3ee71e3bf5a1336e677b55"},
  1114. {file = "lazy_object_proxy-1.7.1-cp38-cp38-win_amd64.whl", hash = "sha256:8f3953eb575b45480db6568306893f0bd9d8dfeeebd46812aa09ca9579595148"},
  1115. {file = "lazy_object_proxy-1.7.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:dd7ed7429dbb6c494aa9bc4e09d94b778a3579be699f9d67da7e6804c422d3de"},
  1116. {file = "lazy_object_proxy-1.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:70ed0c2b380eb6248abdef3cd425fc52f0abd92d2b07ce26359fcbc399f636ad"},
  1117. {file = "lazy_object_proxy-1.7.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7096a5e0c1115ec82641afbdd70451a144558ea5cf564a896294e346eb611be1"},
  1118. {file = "lazy_object_proxy-1.7.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:f769457a639403073968d118bc70110e7dce294688009f5c24ab78800ae56dc8"},
  1119. {file = "lazy_object_proxy-1.7.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:39b0e26725c5023757fc1ab2a89ef9d7ab23b84f9251e28f9cc114d5b59c1b09"},
  1120. {file = "lazy_object_proxy-1.7.1-cp39-cp39-win32.whl", hash = "sha256:2130db8ed69a48a3440103d4a520b89d8a9405f1b06e2cc81640509e8bf6548f"},
  1121. {file = "lazy_object_proxy-1.7.1-cp39-cp39-win_amd64.whl", hash = "sha256:677ea950bef409b47e51e733283544ac3d660b709cfce7b187f5ace137960d61"},
  1122. {file = "lazy_object_proxy-1.7.1-pp37.pp38-none-any.whl", hash = "sha256:d66906d5785da8e0be7360912e99c9188b70f52c422f9fc18223347235691a84"},
  1123. ]
  1124. lcoreapi = []
  1125. markdown = [
  1126. {file = "Markdown-3.3.7-py3-none-any.whl", hash = "sha256:f5da449a6e1c989a4cea2631aa8ee67caa5a2ef855d551c88f9e309f4634c621"},
  1127. {file = "Markdown-3.3.7.tar.gz", hash = "sha256:cbb516f16218e643d8e0a95b309f77eb118cb138d39a4f27851e6a63581db874"},
  1128. ]
  1129. matplotlib-inline = [
  1130. {file = "matplotlib-inline-0.1.3.tar.gz", hash = "sha256:a04bfba22e0d1395479f866853ec1ee28eea1485c1d69a6faf00dc3e24ff34ee"},
  1131. {file = "matplotlib_inline-0.1.3-py3-none-any.whl", hash = "sha256:aed605ba3b72462d64d475a21a9296f400a19c4f74a31b59103d2a99ffd5aa5c"},
  1132. ]
  1133. mccabe = [
  1134. {file = "mccabe-0.7.0-py2.py3-none-any.whl", hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"},
  1135. {file = "mccabe-0.7.0.tar.gz", hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325"},
  1136. ]
  1137. mypy-extensions = [
  1138. {file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"},
  1139. {file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"},
  1140. ]
  1141. packaging = [
  1142. {file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"},
  1143. {file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"},
  1144. ]
  1145. parso = [
  1146. {file = "parso-0.8.3-py2.py3-none-any.whl", hash = "sha256:c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75"},
  1147. {file = "parso-0.8.3.tar.gz", hash = "sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0"},
  1148. ]
  1149. pathspec = [
  1150. {file = "pathspec-0.9.0-py2.py3-none-any.whl", hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a"},
  1151. {file = "pathspec-0.9.0.tar.gz", hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1"},
  1152. ]
  1153. pexpect = [
  1154. {file = "pexpect-4.8.0-py2.py3-none-any.whl", hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937"},
  1155. {file = "pexpect-4.8.0.tar.gz", hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c"},
  1156. ]
  1157. pickleshare = [
  1158. {file = "pickleshare-0.7.5-py2.py3-none-any.whl", hash = "sha256:9649af414d74d4df115d5d718f82acb59c9d418196b7b4290ed47a12ce62df56"},
  1159. {file = "pickleshare-0.7.5.tar.gz", hash = "sha256:87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca"},
  1160. ]
  1161. platformdirs = [
  1162. {file = "platformdirs-2.5.2-py3-none-any.whl", hash = "sha256:027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab25788"},
  1163. {file = "platformdirs-2.5.2.tar.gz", hash = "sha256:58c8abb07dcb441e6ee4b11d8df0ac856038f944ab98b7be6b27b2a3c7feef19"},
  1164. ]
  1165. prometheus-client = [
  1166. {file = "prometheus_client-0.14.1-py3-none-any.whl", hash = "sha256:522fded625282822a89e2773452f42df14b5a8e84a86433e3f8a189c1d54dc01"},
  1167. {file = "prometheus_client-0.14.1.tar.gz", hash = "sha256:5459c427624961076277fdc6dc50540e2bacb98eebde99886e59ec55ed92093a"},
  1168. ]
  1169. prompt-toolkit = [
  1170. {file = "prompt_toolkit-3.0.29-py3-none-any.whl", hash = "sha256:62291dad495e665fca0bda814e342c69952086afb0f4094d0893d357e5c78752"},
  1171. {file = "prompt_toolkit-3.0.29.tar.gz", hash = "sha256:bd640f60e8cecd74f0dc249713d433ace2ddc62b65ee07f96d358e0b152b6ea7"},
  1172. ]
  1173. psycopg2-binary = [
  1174. {file = "psycopg2-binary-2.9.3.tar.gz", hash = "sha256:761df5313dc15da1502b21453642d7599d26be88bff659382f8f9747c7ebea4e"},
  1175. {file = "psycopg2_binary-2.9.3-cp310-cp310-macosx_10_14_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:539b28661b71da7c0e428692438efbcd048ca21ea81af618d845e06ebfd29478"},
  1176. {file = "psycopg2_binary-2.9.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6e82d38390a03da28c7985b394ec3f56873174e2c88130e6966cb1c946508e65"},
  1177. {file = "psycopg2_binary-2.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:57804fc02ca3ce0dbfbef35c4b3a4a774da66d66ea20f4bda601294ad2ea6092"},
  1178. {file = "psycopg2_binary-2.9.3-cp310-cp310-manylinux_2_24_aarch64.whl", hash = "sha256:083a55275f09a62b8ca4902dd11f4b33075b743cf0d360419e2051a8a5d5ff76"},
  1179. {file = "psycopg2_binary-2.9.3-cp310-cp310-manylinux_2_24_ppc64le.whl", hash = "sha256:0a29729145aaaf1ad8bafe663131890e2111f13416b60e460dae0a96af5905c9"},
  1180. {file = "psycopg2_binary-2.9.3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:3a79d622f5206d695d7824cbf609a4f5b88ea6d6dab5f7c147fc6d333a8787e4"},
  1181. {file = "psycopg2_binary-2.9.3-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:090f3348c0ab2cceb6dfbe6bf721ef61262ddf518cd6cc6ecc7d334996d64efa"},
  1182. {file = "psycopg2_binary-2.9.3-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:a9e1f75f96ea388fbcef36c70640c4efbe4650658f3d6a2967b4cc70e907352e"},
  1183. {file = "psycopg2_binary-2.9.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:c3ae8e75eb7160851e59adc77b3a19a976e50622e44fd4fd47b8b18208189d42"},
  1184. {file = "psycopg2_binary-2.9.3-cp310-cp310-win32.whl", hash = "sha256:7b1e9b80afca7b7a386ef087db614faebbf8839b7f4db5eb107d0f1a53225029"},
  1185. {file = "psycopg2_binary-2.9.3-cp310-cp310-win_amd64.whl", hash = "sha256:8b344adbb9a862de0c635f4f0425b7958bf5a4b927c8594e6e8d261775796d53"},
  1186. {file = "psycopg2_binary-2.9.3-cp36-cp36m-macosx_10_14_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:e847774f8ffd5b398a75bc1c18fbb56564cda3d629fe68fd81971fece2d3c67e"},
  1187. {file = "psycopg2_binary-2.9.3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:68641a34023d306be959101b345732360fc2ea4938982309b786f7be1b43a4a1"},
  1188. {file = "psycopg2_binary-2.9.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3303f8807f342641851578ee7ed1f3efc9802d00a6f83c101d21c608cb864460"},
  1189. {file = "psycopg2_binary-2.9.3-cp36-cp36m-manylinux_2_24_aarch64.whl", hash = "sha256:e3699852e22aa68c10de06524a3721ade969abf382da95884e6a10ff798f9281"},
  1190. {file = "psycopg2_binary-2.9.3-cp36-cp36m-manylinux_2_24_ppc64le.whl", hash = "sha256:526ea0378246d9b080148f2d6681229f4b5964543c170dd10bf4faaab6e0d27f"},
  1191. {file = "psycopg2_binary-2.9.3-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:b1c8068513f5b158cf7e29c43a77eb34b407db29aca749d3eb9293ee0d3103ca"},
  1192. {file = "psycopg2_binary-2.9.3-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:15803fa813ea05bef089fa78835118b5434204f3a17cb9f1e5dbfd0b9deea5af"},
  1193. {file = "psycopg2_binary-2.9.3-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:152f09f57417b831418304c7f30d727dc83a12761627bb826951692cc6491e57"},
  1194. {file = "psycopg2_binary-2.9.3-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:404224e5fef3b193f892abdbf8961ce20e0b6642886cfe1fe1923f41aaa75c9d"},
  1195. {file = "psycopg2_binary-2.9.3-cp36-cp36m-win32.whl", hash = "sha256:1f6b813106a3abdf7b03640d36e24669234120c72e91d5cbaeb87c5f7c36c65b"},
  1196. {file = "psycopg2_binary-2.9.3-cp36-cp36m-win_amd64.whl", hash = "sha256:2d872e3c9d5d075a2e104540965a1cf898b52274a5923936e5bfddb58c59c7c2"},
  1197. {file = "psycopg2_binary-2.9.3-cp37-cp37m-macosx_10_14_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:10bb90fb4d523a2aa67773d4ff2b833ec00857f5912bafcfd5f5414e45280fb1"},
  1198. {file = "psycopg2_binary-2.9.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:874a52ecab70af13e899f7847b3e074eeb16ebac5615665db33bce8a1009cf33"},
  1199. {file = "psycopg2_binary-2.9.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a29b3ca4ec9defec6d42bf5feb36bb5817ba3c0230dd83b4edf4bf02684cd0ae"},
  1200. {file = "psycopg2_binary-2.9.3-cp37-cp37m-manylinux_2_24_aarch64.whl", hash = "sha256:12b11322ea00ad8db8c46f18b7dfc47ae215e4df55b46c67a94b4effbaec7094"},
  1201. {file = "psycopg2_binary-2.9.3-cp37-cp37m-manylinux_2_24_ppc64le.whl", hash = "sha256:53293533fcbb94c202b7c800a12c873cfe24599656b341f56e71dd2b557be063"},
  1202. {file = "psycopg2_binary-2.9.3-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:c381bda330ddf2fccbafab789d83ebc6c53db126e4383e73794c74eedce855ef"},
  1203. {file = "psycopg2_binary-2.9.3-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:9d29409b625a143649d03d0fd7b57e4b92e0ecad9726ba682244b73be91d2fdb"},
  1204. {file = "psycopg2_binary-2.9.3-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:183a517a3a63503f70f808b58bfbf962f23d73b6dccddae5aa56152ef2bcb232"},
  1205. {file = "psycopg2_binary-2.9.3-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:15c4e4cfa45f5a60599d9cec5f46cd7b1b29d86a6390ec23e8eebaae84e64554"},
  1206. {file = "psycopg2_binary-2.9.3-cp37-cp37m-win32.whl", hash = "sha256:adf20d9a67e0b6393eac162eb81fb10bc9130a80540f4df7e7355c2dd4af9fba"},
  1207. {file = "psycopg2_binary-2.9.3-cp37-cp37m-win_amd64.whl", hash = "sha256:2f9ffd643bc7349eeb664eba8864d9e01f057880f510e4681ba40a6532f93c71"},
  1208. {file = "psycopg2_binary-2.9.3-cp38-cp38-macosx_10_14_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:def68d7c21984b0f8218e8a15d514f714d96904265164f75f8d3a70f9c295667"},
  1209. {file = "psycopg2_binary-2.9.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:dffc08ca91c9ac09008870c9eb77b00a46b3378719584059c034b8945e26b272"},
  1210. {file = "psycopg2_binary-2.9.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:280b0bb5cbfe8039205c7981cceb006156a675362a00fe29b16fbc264e242834"},
  1211. {file = "psycopg2_binary-2.9.3-cp38-cp38-manylinux_2_24_aarch64.whl", hash = "sha256:af9813db73395fb1fc211bac696faea4ca9ef53f32dc0cfa27e4e7cf766dcf24"},
  1212. {file = "psycopg2_binary-2.9.3-cp38-cp38-manylinux_2_24_ppc64le.whl", hash = "sha256:63638d875be8c2784cfc952c9ac34e2b50e43f9f0a0660b65e2a87d656b3116c"},
  1213. {file = "psycopg2_binary-2.9.3-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:ffb7a888a047696e7f8240d649b43fb3644f14f0ee229077e7f6b9f9081635bd"},
  1214. {file = "psycopg2_binary-2.9.3-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:0c9d5450c566c80c396b7402895c4369a410cab5a82707b11aee1e624da7d004"},
  1215. {file = "psycopg2_binary-2.9.3-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:d1c1b569ecafe3a69380a94e6ae09a4789bbb23666f3d3a08d06bbd2451f5ef1"},
  1216. {file = "psycopg2_binary-2.9.3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:8fc53f9af09426a61db9ba357865c77f26076d48669f2e1bb24d85a22fb52307"},
  1217. {file = "psycopg2_binary-2.9.3-cp38-cp38-win32.whl", hash = "sha256:6472a178e291b59e7f16ab49ec8b4f3bdada0a879c68d3817ff0963e722a82ce"},
  1218. {file = "psycopg2_binary-2.9.3-cp38-cp38-win_amd64.whl", hash = "sha256:35168209c9d51b145e459e05c31a9eaeffa9a6b0fd61689b48e07464ffd1a83e"},
  1219. {file = "psycopg2_binary-2.9.3-cp39-cp39-macosx_10_14_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:47133f3f872faf28c1e87d4357220e809dfd3fa7c64295a4a148bcd1e6e34ec9"},
  1220. {file = "psycopg2_binary-2.9.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:91920527dea30175cc02a1099f331aa8c1ba39bf8b7762b7b56cbf54bc5cce42"},
  1221. {file = "psycopg2_binary-2.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:887dd9aac71765ac0d0bac1d0d4b4f2c99d5f5c1382d8b770404f0f3d0ce8a39"},
  1222. {file = "psycopg2_binary-2.9.3-cp39-cp39-manylinux_2_24_aarch64.whl", hash = "sha256:1f14c8b0942714eb3c74e1e71700cbbcb415acbc311c730370e70c578a44a25c"},
  1223. {file = "psycopg2_binary-2.9.3-cp39-cp39-manylinux_2_24_ppc64le.whl", hash = "sha256:7af0dd86ddb2f8af5da57a976d27cd2cd15510518d582b478fbb2292428710b4"},
  1224. {file = "psycopg2_binary-2.9.3-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:93cd1967a18aa0edd4b95b1dfd554cf15af657cb606280996d393dadc88c3c35"},
  1225. {file = "psycopg2_binary-2.9.3-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:bda845b664bb6c91446ca9609fc69f7db6c334ec5e4adc87571c34e4f47b7ddb"},
  1226. {file = "psycopg2_binary-2.9.3-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:01310cf4cf26db9aea5158c217caa92d291f0500051a6469ac52166e1a16f5b7"},
  1227. {file = "psycopg2_binary-2.9.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:99485cab9ba0fa9b84f1f9e1fef106f44a46ef6afdeec8885e0b88d0772b49e8"},
  1228. {file = "psycopg2_binary-2.9.3-cp39-cp39-win32.whl", hash = "sha256:46f0e0a6b5fa5851bbd9ab1bc805eef362d3a230fbdfbc209f4a236d0a7a990d"},
  1229. {file = "psycopg2_binary-2.9.3-cp39-cp39-win_amd64.whl", hash = "sha256:accfe7e982411da3178ec690baaceaad3c278652998b2c45828aaac66cd8285f"},
  1230. ]
  1231. ptyprocess = [
  1232. {file = "ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35"},
  1233. {file = "ptyprocess-0.7.0.tar.gz", hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"},
  1234. ]
  1235. pygal = [
  1236. {file = "pygal-3.0.0-py2.py3-none-any.whl", hash = "sha256:9ae06e32dec1422f9cd0d606fe2728f78e0b5d644551137480d8d5806e2426f0"},
  1237. {file = "pygal-3.0.0.tar.gz", hash = "sha256:2923f95d2e515930aa5a997219dccefbf3d92b7eaf5fc1c9febb95b09935fdb2"},
  1238. ]
  1239. pygments = [
  1240. {file = "Pygments-2.12.0-py3-none-any.whl", hash = "sha256:dc9c10fb40944260f6ed4c688ece0cd2048414940f1cea51b8b226318411c519"},
  1241. {file = "Pygments-2.12.0.tar.gz", hash = "sha256:5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb"},
  1242. ]
  1243. pylint = [
  1244. {file = "pylint-2.13.9-py3-none-any.whl", hash = "sha256:705c620d388035bdd9ff8b44c5bcdd235bfb49d276d488dd2c8ff1736aa42526"},
  1245. {file = "pylint-2.13.9.tar.gz", hash = "sha256:095567c96e19e6f57b5b907e67d265ff535e588fe26b12b5ebe1fc5645b2c731"},
  1246. ]
  1247. pylint-django = [
  1248. {file = "pylint-django-2.5.3.tar.gz", hash = "sha256:0ac090d106c62fe33782a1d01bda1610b761bb1c9bf5035ced9d5f23a13d8591"},
  1249. {file = "pylint_django-2.5.3-py3-none-any.whl", hash = "sha256:56b12b6adf56d548412445bd35483034394a1a94901c3f8571980a13882299d5"},
  1250. ]
  1251. pylint-plugin-utils = [
  1252. {file = "pylint-plugin-utils-0.7.tar.gz", hash = "sha256:ce48bc0516ae9415dd5c752c940dfe601b18fe0f48aa249f2386adfa95a004dd"},
  1253. {file = "pylint_plugin_utils-0.7-py3-none-any.whl", hash = "sha256:b3d43e85ab74c4f48bb46ae4ce771e39c3a20f8b3d56982ab17aa73b4f98d535"},
  1254. ]
  1255. pyparsing = [
  1256. {file = "pyparsing-3.0.9-py3-none-any.whl", hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"},
  1257. {file = "pyparsing-3.0.9.tar.gz", hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"},
  1258. ]
  1259. python-crontab = [
  1260. {file = "python-crontab-2.6.0.tar.gz", hash = "sha256:1e35ed7a3cdc3100545b43e196d34754e6551e7f95e4caebbe0e1c0ca41c2f1b"},
  1261. ]
  1262. python-dateutil = [
  1263. {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"},
  1264. {file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"},
  1265. ]
  1266. python-frontmatter = [
  1267. {file = "python-frontmatter-1.0.0.tar.gz", hash = "sha256:e98152e977225ddafea6f01f40b4b0f1de175766322004c826ca99842d19a7cd"},
  1268. {file = "python_frontmatter-1.0.0-py3-none-any.whl", hash = "sha256:766ae75f1b301ffc5fe3494339147e0fd80bc3deff3d7590a93991978b579b08"},
  1269. ]
  1270. pytz = [
  1271. {file = "pytz-2022.1-py2.py3-none-any.whl", hash = "sha256:e68985985296d9a66a881eb3193b0906246245294a881e7c8afe623866ac6a5c"},
  1272. {file = "pytz-2022.1.tar.gz", hash = "sha256:1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7"},
  1273. ]
  1274. pyyaml = [
  1275. {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"},
  1276. {file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c"},
  1277. {file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc"},
  1278. {file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b"},
  1279. {file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5"},
  1280. {file = "PyYAML-6.0-cp310-cp310-win32.whl", hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513"},
  1281. {file = "PyYAML-6.0-cp310-cp310-win_amd64.whl", hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a"},
  1282. {file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86"},
  1283. {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f"},
  1284. {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92"},
  1285. {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4"},
  1286. {file = "PyYAML-6.0-cp36-cp36m-win32.whl", hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293"},
  1287. {file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl", hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57"},
  1288. {file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c"},
  1289. {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0"},
  1290. {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4"},
  1291. {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9"},
  1292. {file = "PyYAML-6.0-cp37-cp37m-win32.whl", hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737"},
  1293. {file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl", hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d"},
  1294. {file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b"},
  1295. {file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba"},
  1296. {file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34"},
  1297. {file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287"},
  1298. {file = "PyYAML-6.0-cp38-cp38-win32.whl", hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78"},
  1299. {file = "PyYAML-6.0-cp38-cp38-win_amd64.whl", hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07"},
  1300. {file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b"},
  1301. {file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174"},
  1302. {file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803"},
  1303. {file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3"},
  1304. {file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0"},
  1305. {file = "PyYAML-6.0-cp39-cp39-win32.whl", hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb"},
  1306. {file = "PyYAML-6.0-cp39-cp39-win_amd64.whl", hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c"},
  1307. {file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"},
  1308. ]
  1309. redis = [
  1310. {file = "redis-4.3.1-py3-none-any.whl", hash = "sha256:84316970995a7adb907a56754d2b92d88fc2d252963dc5ac34c88f0f1a22c25d"},
  1311. {file = "redis-4.3.1.tar.gz", hash = "sha256:94b617b4cd296e94991146f66fc5559756fbefe9493604f0312e4d3298ac63e9"},
  1312. ]
  1313. requests = [
  1314. {file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"},
  1315. {file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"},
  1316. ]
  1317. selenium = [
  1318. {file = "selenium-3.141.0-py2.py3-none-any.whl", hash = "sha256:2d7131d7bc5a5b99a2d9b04aaf2612c411b03b8ca1b1ee8d3de5845a9be2cb3c"},
  1319. {file = "selenium-3.141.0.tar.gz", hash = "sha256:deaf32b60ad91a4611b98d8002757f29e6f2c2d5fcaf202e1c9ad06d6772300d"},
  1320. ]
  1321. six = [
  1322. {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
  1323. {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
  1324. ]
  1325. sqlparse = [
  1326. {file = "sqlparse-0.4.2-py3-none-any.whl", hash = "sha256:48719e356bb8b42991bdbb1e8b83223757b93789c00910a616a071910ca4a64d"},
  1327. {file = "sqlparse-0.4.2.tar.gz", hash = "sha256:0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae"},
  1328. ]
  1329. stripe = [
  1330. {file = "stripe-2.76.0-py2.py3-none-any.whl", hash = "sha256:756bf6c1206f438d1fa23bb90cdf1233c9383478f854f2720a8a3e1eaf1f715b"},
  1331. {file = "stripe-2.76.0.tar.gz", hash = "sha256:fd3fc6935c3b6189967191607b6f38ebe490005a590b4d0d43fbe3aba45deca8"},
  1332. ]
  1333. tomli = [
  1334. {file = "tomli-1.2.3-py3-none-any.whl", hash = "sha256:e3069e4be3ead9668e21cb9b074cd948f7b3113fd9c8bba083f48247aab8b11c"},
  1335. {file = "tomli-1.2.3.tar.gz", hash = "sha256:05b6166bff487dc068d322585c7ea4ef78deed501cc124060e0f238e89a9231f"},
  1336. ]
  1337. tornado = [
  1338. {file = "tornado-6.1-cp35-cp35m-macosx_10_9_x86_64.whl", hash = "sha256:d371e811d6b156d82aa5f9a4e08b58debf97c302a35714f6f45e35139c332e32"},
  1339. {file = "tornado-6.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:0d321a39c36e5f2c4ff12b4ed58d41390460f798422c4504e09eb5678e09998c"},
  1340. {file = "tornado-6.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:9de9e5188a782be6b1ce866e8a51bc76a0fbaa0e16613823fc38e4fc2556ad05"},
  1341. {file = "tornado-6.1-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:61b32d06ae8a036a6607805e6720ef00a3c98207038444ba7fd3d169cd998910"},
  1342. {file = "tornado-6.1-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:3e63498f680547ed24d2c71e6497f24bca791aca2fe116dbc2bd0ac7f191691b"},
  1343. {file = "tornado-6.1-cp35-cp35m-manylinux2014_aarch64.whl", hash = "sha256:6c77c9937962577a6a76917845d06af6ab9197702a42e1346d8ae2e76b5e3675"},
  1344. {file = "tornado-6.1-cp35-cp35m-win32.whl", hash = "sha256:6286efab1ed6e74b7028327365cf7346b1d777d63ab30e21a0f4d5b275fc17d5"},
  1345. {file = "tornado-6.1-cp35-cp35m-win_amd64.whl", hash = "sha256:fa2ba70284fa42c2a5ecb35e322e68823288a4251f9ba9cc77be04ae15eada68"},
  1346. {file = "tornado-6.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:0a00ff4561e2929a2c37ce706cb8233b7907e0cdc22eab98888aca5dd3775feb"},
  1347. {file = "tornado-6.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:748290bf9112b581c525e6e6d3820621ff020ed95af6f17fedef416b27ed564c"},
  1348. {file = "tornado-6.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:e385b637ac3acaae8022e7e47dfa7b83d3620e432e3ecb9a3f7f58f150e50921"},
  1349. {file = "tornado-6.1-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:25ad220258349a12ae87ede08a7b04aca51237721f63b1808d39bdb4b2164558"},
  1350. {file = "tornado-6.1-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:65d98939f1a2e74b58839f8c4dab3b6b3c1ce84972ae712be02845e65391ac7c"},
  1351. {file = "tornado-6.1-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:e519d64089b0876c7b467274468709dadf11e41d65f63bba207e04217f47c085"},
  1352. {file = "tornado-6.1-cp36-cp36m-win32.whl", hash = "sha256:b87936fd2c317b6ee08a5741ea06b9d11a6074ef4cc42e031bc6403f82a32575"},
  1353. {file = "tornado-6.1-cp36-cp36m-win_amd64.whl", hash = "sha256:cc0ee35043162abbf717b7df924597ade8e5395e7b66d18270116f8745ceb795"},
  1354. {file = "tornado-6.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:7250a3fa399f08ec9cb3f7b1b987955d17e044f1ade821b32e5f435130250d7f"},
  1355. {file = "tornado-6.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:ed3ad863b1b40cd1d4bd21e7498329ccaece75db5a5bf58cd3c9f130843e7102"},
  1356. {file = "tornado-6.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:dcef026f608f678c118779cd6591c8af6e9b4155c44e0d1bc0c87c036fb8c8c4"},
  1357. {file = "tornado-6.1-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:70dec29e8ac485dbf57481baee40781c63e381bebea080991893cd297742b8fd"},
  1358. {file = "tornado-6.1-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:d3f7594930c423fd9f5d1a76bee85a2c36fd8b4b16921cae7e965f22575e9c01"},
  1359. {file = "tornado-6.1-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:3447475585bae2e77ecb832fc0300c3695516a47d46cefa0528181a34c5b9d3d"},
  1360. {file = "tornado-6.1-cp37-cp37m-win32.whl", hash = "sha256:e7229e60ac41a1202444497ddde70a48d33909e484f96eb0da9baf8dc68541df"},
  1361. {file = "tornado-6.1-cp37-cp37m-win_amd64.whl", hash = "sha256:cb5ec8eead331e3bb4ce8066cf06d2dfef1bfb1b2a73082dfe8a161301b76e37"},
  1362. {file = "tornado-6.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:20241b3cb4f425e971cb0a8e4ffc9b0a861530ae3c52f2b0434e6c1b57e9fd95"},
  1363. {file = "tornado-6.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:c77da1263aa361938476f04c4b6c8916001b90b2c2fdd92d8d535e1af48fba5a"},
  1364. {file = "tornado-6.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:fba85b6cd9c39be262fcd23865652920832b61583de2a2ca907dbd8e8a8c81e5"},
  1365. {file = "tornado-6.1-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:1e8225a1070cd8eec59a996c43229fe8f95689cb16e552d130b9793cb570a288"},
  1366. {file = "tornado-6.1-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:d14d30e7f46a0476efb0deb5b61343b1526f73ebb5ed84f23dc794bdb88f9d9f"},
  1367. {file = "tornado-6.1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:8f959b26f2634a091bb42241c3ed8d3cedb506e7c27b8dd5c7b9f745318ddbb6"},
  1368. {file = "tornado-6.1-cp38-cp38-win32.whl", hash = "sha256:34ca2dac9e4d7afb0bed4677512e36a52f09caa6fded70b4e3e1c89dbd92c326"},
  1369. {file = "tornado-6.1-cp38-cp38-win_amd64.whl", hash = "sha256:6196a5c39286cc37c024cd78834fb9345e464525d8991c21e908cc046d1cc02c"},
  1370. {file = "tornado-6.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:f0ba29bafd8e7e22920567ce0d232c26d4d47c8b5cf4ed7b562b5db39fa199c5"},
  1371. {file = "tornado-6.1-cp39-cp39-manylinux1_i686.whl", hash = "sha256:33892118b165401f291070100d6d09359ca74addda679b60390b09f8ef325ffe"},
  1372. {file = "tornado-6.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:7da13da6f985aab7f6f28debab00c67ff9cbacd588e8477034c0652ac141feea"},
  1373. {file = "tornado-6.1-cp39-cp39-manylinux2010_i686.whl", hash = "sha256:e0791ac58d91ac58f694d8d2957884df8e4e2f6687cdf367ef7eb7497f79eaa2"},
  1374. {file = "tornado-6.1-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:66324e4e1beede9ac79e60f88de548da58b1f8ab4b2f1354d8375774f997e6c0"},
  1375. {file = "tornado-6.1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:a48900ecea1cbb71b8c71c620dee15b62f85f7c14189bdeee54966fbd9a0c5bd"},
  1376. {file = "tornado-6.1-cp39-cp39-win32.whl", hash = "sha256:d3d20ea5782ba63ed13bc2b8c291a053c8d807a8fa927d941bd718468f7b950c"},
  1377. {file = "tornado-6.1-cp39-cp39-win_amd64.whl", hash = "sha256:548430be2740e327b3fe0201abe471f314741efcb0067ec4f2d7dcfb4825f3e4"},
  1378. {file = "tornado-6.1.tar.gz", hash = "sha256:33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76fb9791"},
  1379. ]
  1380. traitlets = [
  1381. {file = "traitlets-5.2.1.post0-py3-none-any.whl", hash = "sha256:f44b708d33d98b0addb40c29d148a761f44af740603a8fd0e2f8b5b27cf0f087"},
  1382. {file = "traitlets-5.2.1.post0.tar.gz", hash = "sha256:70815ecb20ec619d1af28910ade523383be13754283aef90528eb3d47b77c5db"},
  1383. ]
  1384. typing-extensions = [
  1385. {file = "typing_extensions-4.2.0-py3-none-any.whl", hash = "sha256:6657594ee297170d19f67d55c05852a874e7eb634f4f753dbd667855e07c1708"},
  1386. {file = "typing_extensions-4.2.0.tar.gz", hash = "sha256:f1c24655a0da0d1b67f07e17a5e6b2a105894e6824b92096378bb3668ef02376"},
  1387. ]
  1388. tzdata = [
  1389. {file = "tzdata-2022.1-py2.py3-none-any.whl", hash = "sha256:238e70234214138ed7b4e8a0fab0e5e13872edab3be586ab8198c407620e2ab9"},
  1390. {file = "tzdata-2022.1.tar.gz", hash = "sha256:8b536a8ec63dc0751342b3984193a3118f8fca2afe25752bb9b7fffd398552d3"},
  1391. ]
  1392. urllib3 = [
  1393. {file = "urllib3-1.26.9-py2.py3-none-any.whl", hash = "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14"},
  1394. {file = "urllib3-1.26.9.tar.gz", hash = "sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e"},
  1395. ]
  1396. vine = [
  1397. {file = "vine-5.0.0-py2.py3-none-any.whl", hash = "sha256:4c9dceab6f76ed92105027c49c823800dd33cacce13bdedc5b914e3514b7fb30"},
  1398. {file = "vine-5.0.0.tar.gz", hash = "sha256:7d3b1624a953da82ef63462013bbd271d3eb75751489f9807598e8f340bd637e"},
  1399. ]
  1400. wcwidth = [
  1401. {file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"},
  1402. {file = "wcwidth-0.2.5.tar.gz", hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83"},
  1403. ]
  1404. wrapt = [
  1405. {file = "wrapt-1.14.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:1b376b3f4896e7930f1f772ac4b064ac12598d1c38d04907e696cc4d794b43d3"},
  1406. {file = "wrapt-1.14.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:903500616422a40a98a5a3c4ff4ed9d0066f3b4c951fa286018ecdf0750194ef"},
  1407. {file = "wrapt-1.14.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:5a9a0d155deafd9448baff28c08e150d9b24ff010e899311ddd63c45c2445e28"},
  1408. {file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:ddaea91abf8b0d13443f6dac52e89051a5063c7d014710dcb4d4abb2ff811a59"},
  1409. {file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:36f582d0c6bc99d5f39cd3ac2a9062e57f3cf606ade29a0a0d6b323462f4dd87"},
  1410. {file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:7ef58fb89674095bfc57c4069e95d7a31cfdc0939e2a579882ac7d55aadfd2a1"},
  1411. {file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:e2f83e18fe2f4c9e7db597e988f72712c0c3676d337d8b101f6758107c42425b"},
  1412. {file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:ee2b1b1769f6707a8a445162ea16dddf74285c3964f605877a20e38545c3c462"},
  1413. {file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:833b58d5d0b7e5b9832869f039203389ac7cbf01765639c7309fd50ef619e0b1"},
  1414. {file = "wrapt-1.14.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:80bb5c256f1415f747011dc3604b59bc1f91c6e7150bd7db03b19170ee06b320"},
  1415. {file = "wrapt-1.14.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:07f7a7d0f388028b2df1d916e94bbb40624c59b48ecc6cbc232546706fac74c2"},
  1416. {file = "wrapt-1.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:02b41b633c6261feff8ddd8d11c711df6842aba629fdd3da10249a53211a72c4"},
  1417. {file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2fe803deacd09a233e4762a1adcea5db5d31e6be577a43352936179d14d90069"},
  1418. {file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:257fd78c513e0fb5cdbe058c27a0624c9884e735bbd131935fd49e9fe719d310"},
  1419. {file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:4fcc4649dc762cddacd193e6b55bc02edca674067f5f98166d7713b193932b7f"},
  1420. {file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:11871514607b15cfeb87c547a49bca19fde402f32e2b1c24a632506c0a756656"},
  1421. {file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:8ad85f7f4e20964db4daadcab70b47ab05c7c1cf2a7c1e51087bfaa83831854c"},
  1422. {file = "wrapt-1.14.1-cp310-cp310-win32.whl", hash = "sha256:a9a52172be0b5aae932bef82a79ec0a0ce87288c7d132946d645eba03f0ad8a8"},
  1423. {file = "wrapt-1.14.1-cp310-cp310-win_amd64.whl", hash = "sha256:6d323e1554b3d22cfc03cd3243b5bb815a51f5249fdcbb86fda4bf62bab9e164"},
  1424. {file = "wrapt-1.14.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:43ca3bbbe97af00f49efb06e352eae40434ca9d915906f77def219b88e85d907"},
  1425. {file = "wrapt-1.14.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:6b1a564e6cb69922c7fe3a678b9f9a3c54e72b469875aa8018f18b4d1dd1adf3"},
  1426. {file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:00b6d4ea20a906c0ca56d84f93065b398ab74b927a7a3dbd470f6fc503f95dc3"},
  1427. {file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:a85d2b46be66a71bedde836d9e41859879cc54a2a04fad1191eb50c2066f6e9d"},
  1428. {file = "wrapt-1.14.1-cp35-cp35m-win32.whl", hash = "sha256:dbcda74c67263139358f4d188ae5faae95c30929281bc6866d00573783c422b7"},
  1429. {file = "wrapt-1.14.1-cp35-cp35m-win_amd64.whl", hash = "sha256:b21bb4c09ffabfa0e85e3a6b623e19b80e7acd709b9f91452b8297ace2a8ab00"},
  1430. {file = "wrapt-1.14.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:9e0fd32e0148dd5dea6af5fee42beb949098564cc23211a88d799e434255a1f4"},
  1431. {file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9736af4641846491aedb3c3f56b9bc5568d92b0692303b5a305301a95dfd38b1"},
  1432. {file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5b02d65b9ccf0ef6c34cba6cf5bf2aab1bb2f49c6090bafeecc9cd81ad4ea1c1"},
  1433. {file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:21ac0156c4b089b330b7666db40feee30a5d52634cc4560e1905d6529a3897ff"},
  1434. {file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:9f3e6f9e05148ff90002b884fbc2a86bd303ae847e472f44ecc06c2cd2fcdb2d"},
  1435. {file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:6e743de5e9c3d1b7185870f480587b75b1cb604832e380d64f9504a0535912d1"},
  1436. {file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:d79d7d5dc8a32b7093e81e97dad755127ff77bcc899e845f41bf71747af0c569"},
  1437. {file = "wrapt-1.14.1-cp36-cp36m-win32.whl", hash = "sha256:81b19725065dcb43df02b37e03278c011a09e49757287dca60c5aecdd5a0b8ed"},
  1438. {file = "wrapt-1.14.1-cp36-cp36m-win_amd64.whl", hash = "sha256:b014c23646a467558be7da3d6b9fa409b2c567d2110599b7cf9a0c5992b3b471"},
  1439. {file = "wrapt-1.14.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:88bd7b6bd70a5b6803c1abf6bca012f7ed963e58c68d76ee20b9d751c74a3248"},
  1440. {file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b5901a312f4d14c59918c221323068fad0540e34324925c8475263841dbdfe68"},
  1441. {file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d77c85fedff92cf788face9bfa3ebaa364448ebb1d765302e9af11bf449ca36d"},
  1442. {file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d649d616e5c6a678b26d15ece345354f7c2286acd6db868e65fcc5ff7c24a77"},
  1443. {file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:7d2872609603cb35ca513d7404a94d6d608fc13211563571117046c9d2bcc3d7"},
  1444. {file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:ee6acae74a2b91865910eef5e7de37dc6895ad96fa23603d1d27ea69df545015"},
  1445. {file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:2b39d38039a1fdad98c87279b48bc5dce2c0ca0d73483b12cb72aa9609278e8a"},
  1446. {file = "wrapt-1.14.1-cp37-cp37m-win32.whl", hash = "sha256:60db23fa423575eeb65ea430cee741acb7c26a1365d103f7b0f6ec412b893853"},
  1447. {file = "wrapt-1.14.1-cp37-cp37m-win_amd64.whl", hash = "sha256:709fe01086a55cf79d20f741f39325018f4df051ef39fe921b1ebe780a66184c"},
  1448. {file = "wrapt-1.14.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8c0ce1e99116d5ab21355d8ebe53d9460366704ea38ae4d9f6933188f327b456"},
  1449. {file = "wrapt-1.14.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:e3fb1677c720409d5f671e39bac6c9e0e422584e5f518bfd50aa4cbbea02433f"},
  1450. {file = "wrapt-1.14.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:642c2e7a804fcf18c222e1060df25fc210b9c58db7c91416fb055897fc27e8cc"},
  1451. {file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7b7c050ae976e286906dd3f26009e117eb000fb2cf3533398c5ad9ccc86867b1"},
  1452. {file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ef3f72c9666bba2bab70d2a8b79f2c6d2c1a42a7f7e2b0ec83bb2f9e383950af"},
  1453. {file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:01c205616a89d09827986bc4e859bcabd64f5a0662a7fe95e0d359424e0e071b"},
  1454. {file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:5a0f54ce2c092aaf439813735584b9537cad479575a09892b8352fea5e988dc0"},
  1455. {file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:2cf71233a0ed05ccdabe209c606fe0bac7379fdcf687f39b944420d2a09fdb57"},
  1456. {file = "wrapt-1.14.1-cp38-cp38-win32.whl", hash = "sha256:aa31fdcc33fef9eb2552cbcbfee7773d5a6792c137b359e82879c101e98584c5"},
  1457. {file = "wrapt-1.14.1-cp38-cp38-win_amd64.whl", hash = "sha256:d1967f46ea8f2db647c786e78d8cc7e4313dbd1b0aca360592d8027b8508e24d"},
  1458. {file = "wrapt-1.14.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:3232822c7d98d23895ccc443bbdf57c7412c5a65996c30442ebe6ed3df335383"},
  1459. {file = "wrapt-1.14.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:988635d122aaf2bdcef9e795435662bcd65b02f4f4c1ae37fbee7401c440b3a7"},
  1460. {file = "wrapt-1.14.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9cca3c2cdadb362116235fdbd411735de4328c61425b0aa9f872fd76d02c4e86"},
  1461. {file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d52a25136894c63de15a35bc0bdc5adb4b0e173b9c0d07a2be9d3ca64a332735"},
  1462. {file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:40e7bc81c9e2b2734ea4bc1aceb8a8f0ceaac7c5299bc5d69e37c44d9081d43b"},
  1463. {file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:b9b7a708dd92306328117d8c4b62e2194d00c365f18eff11a9b53c6f923b01e3"},
  1464. {file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:6a9a25751acb379b466ff6be78a315e2b439d4c94c1e99cb7266d40a537995d3"},
  1465. {file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:34aa51c45f28ba7f12accd624225e2b1e5a3a45206aa191f6f9aac931d9d56fe"},
  1466. {file = "wrapt-1.14.1-cp39-cp39-win32.whl", hash = "sha256:dee0ce50c6a2dd9056c20db781e9c1cfd33e77d2d569f5d1d9321c641bb903d5"},
  1467. {file = "wrapt-1.14.1-cp39-cp39-win_amd64.whl", hash = "sha256:dee60e1de1898bde3b238f18340eec6148986da0455d8ba7848d50470a7a32fb"},
  1468. {file = "wrapt-1.14.1.tar.gz", hash = "sha256:380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d"},
  1469. ]
  1470. zipp = [
  1471. {file = "zipp-3.8.0-py3-none-any.whl", hash = "sha256:c4f6e5bbf48e74f7a38e7cc5b0480ff42b0ae5178957d564d18932525d5cf099"},
  1472. {file = "zipp-3.8.0.tar.gz", hash = "sha256:56bf8aadb83c24db6c4b577e13de374ccfb67da2078beba1d037c17980bf43ad"},
  1473. ]