2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "alabaster"
version = "0.7.12"
description = "A configurable sidebar-enabled Sphinx theme"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "alembic"
2022-06-16 02:59:11 +00:00
version = "1.8.0"
2022-05-13 17:42:42 +00:00
description = "A database migration tool for SQLAlchemy."
category = "main"
optional = false
2022-06-16 02:59:11 +00:00
python-versions = ">=3.7"
2022-05-13 17:42:42 +00:00
[ package . dependencies ]
Mako = "*"
SQLAlchemy = ">=1.3.0"
[ package . extras ]
tz = [ "python-dateutil" ]
[ [ package ] ]
name = "amqp"
version = "5.1.1"
description = "Low-level AMQP client for Python (fork of amqplib)."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
vine = ">=5.0.0"
[ [ package ] ]
name = "aniso8601"
version = "9.0.1"
description = "A library for parsing ISO 8601 strings."
category = "main"
optional = false
python-versions = "*"
[ package . extras ]
dev = [ "black" , "coverage" , "isort" , "pre-commit" , "pyenchant" , "pylint" ]
2022-08-01 20:44:51 +00:00
[ [ package ] ]
name = "apscheduler"
version = "3.9.1"
description = "In-process task scheduler with Cron-like capabilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[ package . dependencies ]
pytz = "*"
six = ">=1.4.0"
tzlocal = ">=2.0,<3.0.0 || >=4.0.0"
[ package . extras ]
asyncio = [ "trollius" ]
doc = [ "sphinx" , "sphinx-rtd-theme" ]
gevent = [ "gevent" ]
mongodb = [ "pymongo (>=3.0)" ]
redis = [ "redis (>=3.0)" ]
rethinkdb = [ "rethinkdb (>=2.4.0)" ]
sqlalchemy = [ "sqlalchemy (>=0.8)" ]
2022-08-30 16:19:45 +00:00
testing = [ "pytest" , "pytest-cov" , "pytest-tornado5" , "mock" , "pytest-asyncio (<0.6)" , "pytest-asyncio" ]
2022-08-01 20:44:51 +00:00
tornado = [ "tornado (>=4.3)" ]
twisted = [ "twisted" ]
zookeeper = [ "kazoo" ]
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "astroid"
2022-06-16 02:59:11 +00:00
version = "2.11.6"
2022-05-13 17:42:42 +00:00
description = "An abstract syntax tree for Python with inference support."
category = "main"
optional = false
python-versions = ">=3.6.2"
[ package . dependencies ]
lazy-object-proxy = ">=1.4.0"
typing-extensions = { version = ">=3.10" , markers = "python_version < \"3.10\"" }
wrapt = ">=1.11,<2"
[ [ package ] ]
name = "atomicwrites"
version = "1.4.0"
description = "Atomic file writes."
2022-05-17 20:35:38 +00:00
category = "main"
2022-05-13 17:42:42 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "attrs"
version = "21.4.0"
description = "Classes Without Boilerplate"
2022-05-17 20:35:38 +00:00
category = "main"
2022-05-13 17:42:42 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . extras ]
2022-08-30 16:19:45 +00:00
dev = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" , "furo" , "sphinx" , "sphinx-notfound-page" , "pre-commit" , "cloudpickle" ]
docs = [ "furo" , "sphinx" , "zope.interface" , "sphinx-notfound-page" ]
tests = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" , "cloudpickle" ]
tests_no_zope = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "cloudpickle" ]
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "babel"
2022-06-25 03:41:47 +00:00
version = "2.10.3"
2022-05-13 17:42:42 +00:00
description = "Internationalization utilities"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pytz = ">=2015.7"
[ [ package ] ]
name = "bandit"
version = "1.7.2"
description = "Security oriented static analyser for python code."
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
colorama = { version = ">=0.3.9" , markers = "platform_system == \"Windows\"" }
GitPython = ">=1.0.1"
PyYAML = ">=5.3.1"
stevedore = ">=1.20.0"
[ package . extras ]
test = [ "beautifulsoup4 (>=4.8.0)" , "coverage (>=4.5.4)" , "fixtures (>=3.0.0)" , "flake8 (>=4.0.0)" , "pylint (==1.9.4)" , "stestr (>=2.5.0)" , "testscenarios (>=0.5.0)" , "testtools (>=2.3.0)" , "toml" ]
toml = [ "toml" ]
yaml = [ "pyyaml" ]
[ [ package ] ]
name = "bcrypt"
version = "3.2.2"
description = "Modern password hashing for your software and your servers"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
cffi = ">=1.1"
[ package . extras ]
tests = [ "pytest (>=3.2.1,!=3.3.0)" ]
typecheck = [ "mypy" ]
[ [ package ] ]
name = "beautifulsoup4"
version = "4.11.1"
description = "Screen-scraping library"
category = "dev"
optional = false
python-versions = ">=3.6.0"
[ package . dependencies ]
soupsieve = ">1.2"
[ package . extras ]
html5lib = [ "html5lib" ]
lxml = [ "lxml" ]
[ [ package ] ]
name = "billiard"
version = "3.6.4.0"
description = "Python multiprocessing fork with improvements and bugfixes"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "black"
2022-07-11 21:17:26 +00:00
version = "22.6.0"
2022-05-13 17:42:42 +00:00
description = "The uncompromising code formatter."
category = "dev"
optional = false
python-versions = ">=3.6.2"
[ package . dependencies ]
click = ">=8.0.0"
mypy-extensions = ">=0.4.3"
pathspec = ">=0.9.0"
platformdirs = ">=2"
2022-07-11 21:17:26 +00:00
tomli = { version = ">=1.1.0" , markers = "python_full_version < \"3.11.0a7\"" }
2022-05-13 17:42:42 +00:00
typing-extensions = { version = ">=3.10.0.0" , markers = "python_version < \"3.10\"" }
[ package . extras ]
colorama = [ "colorama (>=0.4.3)" ]
d = [ "aiohttp (>=3.7.4)" ]
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
uvloop = [ "uvloop (>=0.15.2)" ]
[ [ package ] ]
name = "blinker"
version = "1.4"
description = "Fast, simple object-to-object and broadcast signaling"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "celery"
2022-06-16 02:59:11 +00:00
version = "5.2.7"
2022-05-13 17:42:42 +00:00
description = "Distributed Task Queue."
category = "main"
optional = false
2022-06-16 02:59:11 +00:00
python-versions = ">=3.7"
2022-05-13 17:42:42 +00:00
[ package . dependencies ]
billiard = ">=3.6.4.0,<4.0"
click = ">=8.0.3,<9.0"
click-didyoumean = ">=0.0.3"
click-plugins = ">=1.1.1"
click-repl = ">=0.2.0"
kombu = ">=5.2.3,<6.0"
pytz = ">=2021.3"
vine = ">=5.0.0,<6.0"
[ package . extras ]
arangodb = [ "pyArango (>=1.3.2)" ]
auth = [ "cryptography" ]
azureblockblob = [ "azure-storage-blob (==12.9.0)" ]
brotli = [ "brotli (>=1.0.0)" , "brotlipy (>=0.7.0)" ]
cassandra = [ "cassandra-driver (<3.21.0)" ]
consul = [ "python-consul2" ]
cosmosdbsql = [ "pydocumentdb (==2.3.2)" ]
couchbase = [ "couchbase (>=3.0.0)" ]
couchdb = [ "pycouchdb" ]
django = [ "Django (>=1.11)" ]
dynamodb = [ "boto3 (>=1.9.178)" ]
elasticsearch = [ "elasticsearch" ]
eventlet = [ "eventlet (>=0.32.0)" ]
gevent = [ "gevent (>=1.5.0)" ]
librabbitmq = [ "librabbitmq (>=1.5.0)" ]
memcache = [ "pylibmc" ]
mongodb = [ "pymongo[srv] (>=3.11.1)" ]
msgpack = [ "msgpack" ]
pymemcache = [ "python-memcached" ]
pyro = [ "pyro4" ]
pytest = [ "pytest-celery" ]
redis = [ "redis (>=3.4.1,!=4.0.0,!=4.0.1)" ]
s3 = [ "boto3 (>=1.9.125)" ]
slmq = [ "softlayer-messaging (>=1.0.3)" ]
solar = [ "ephem" ]
sqlalchemy = [ "sqlalchemy" ]
sqs = [ "kombu" ]
tblib = [ "tblib (>=1.3.0)" , "tblib (>=1.5.0)" ]
yaml = [ "PyYAML (>=3.10)" ]
zookeeper = [ "kazoo (>=1.3.1)" ]
zstd = [ "zstandard" ]
[ [ package ] ]
name = "certifi"
2022-06-16 02:59:11 +00:00
version = "2022.6.15"
2022-05-13 17:42:42 +00:00
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
2022-05-24 02:29:33 +00:00
python-versions = ">=3.6"
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "cffi"
version = "1.15.0"
description = "Foreign Function Interface for Python calling C code."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
pycparser = "*"
[ [ package ] ]
name = "cfgv"
version = "3.3.1"
description = "Validate configuration and produce human readable error messages."
category = "dev"
optional = false
python-versions = ">=3.6.1"
[ [ package ] ]
name = "charset-normalizer"
version = "2.0.12"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category = "main"
optional = false
python-versions = ">=3.5.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
2022-07-05 13:23:18 +00:00
[ [ package ] ]
name = "classify-imports"
2022-07-11 21:48:21 +00:00
version = "4.1.0"
2022-07-05 13:23:18 +00:00
description = "Utilities for refactoring imports in python-like syntax."
category = "dev"
optional = false
python-versions = ">=3.7"
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "click"
version = "8.1.3"
description = "Composable command line interface toolkit"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ [ package ] ]
name = "click-didyoumean"
version = "0.3.0"
description = "Enables git-like *did-you-mean* feature in click"
category = "main"
optional = false
python-versions = ">=3.6.2,<4.0.0"
[ package . dependencies ]
click = ">=7"
[ [ package ] ]
name = "click-plugins"
version = "1.1.1"
description = "An extension module for click to enable registering CLI commands via setuptools entry-points."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
click = ">=4.0"
[ package . extras ]
2022-08-30 16:19:45 +00:00
dev = [ "pytest (>=3.6)" , "pytest-cov" , "wheel" , "coveralls" ]
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "click-repl"
version = "0.2.0"
description = "REPL plugin for Click"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
click = "*"
prompt-toolkit = "*"
six = "*"
2022-05-25 19:17:30 +00:00
[ [ package ] ]
name = "clickclick"
version = "20.10.2"
description = "Click utility functions"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
click = ">=4.0"
PyYAML = ">=3.11"
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "colorama"
2022-06-25 03:41:47 +00:00
version = "0.4.5"
2022-05-13 17:42:42 +00:00
description = "Cross-platform colored terminal text."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "configparser"
version = "5.2.0"
description = "Updated configparser from Python 3.8 for Python 2.6+."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . extras ]
2022-08-30 16:19:45 +00:00
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" , "jaraco.tidelift (>=1.4)" ]
testing = [ "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "types-backports" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
2022-05-13 17:42:42 +00:00
2022-05-25 19:17:30 +00:00
[ [ package ] ]
name = "connexion"
2022-08-26 17:04:40 +00:00
version = "2.14.1"
2022-05-25 19:17:30 +00:00
description = "Connexion - API first applications with OpenAPI/Swagger and Flask"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
clickclick = ">=1.2,<21"
flask = ">=1.0.4,<3"
inflection = ">=0.3.1,<0.6"
itsdangerous = ">=0.24"
jsonschema = ">=2.5.1,<5"
packaging = ">=20"
PyYAML = ">=5.1,<7"
requests = ">=2.9.1,<3"
2022-06-01 18:50:44 +00:00
swagger-ui-bundle = { version = ">=0.0.2,<0.1" , optional = true , markers = "extra == \"swagger-ui\"" }
2022-05-25 19:17:30 +00:00
werkzeug = ">=1.0,<3"
[ package . extras ]
2022-08-30 16:19:45 +00:00
aiohttp = [ "aiohttp (>=2.3.10,<4)" , "aiohttp-jinja2 (>=0.14.0,<2)" , "MarkupSafe (>=0.23)" ]
2022-05-25 19:17:30 +00:00
docs = [ "sphinx-autoapi (==1.8.1)" ]
flask = [ "flask (>=1.0.4,<3)" , "itsdangerous (>=0.24)" ]
swagger-ui = [ "swagger-ui-bundle (>=0.0.2,<0.1)" ]
2022-08-30 16:19:45 +00:00
tests = [ "decorator (>=5,<6)" , "pytest (>=6,<7)" , "pytest-cov (>=2,<3)" , "testfixtures (>=6,<7)" , "flask (>=1.0.4,<3)" , "itsdangerous (>=0.24)" , "swagger-ui-bundle (>=0.0.2,<0.1)" , "aiohttp (>=2.3.10,<4)" , "aiohttp-jinja2 (>=0.14.0,<2)" , "MarkupSafe (>=0.23)" , "pytest-aiohttp" , "aiohttp-remotes" ]
2022-05-25 19:17:30 +00:00
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "coverage"
2022-08-23 14:19:47 +00:00
version = "6.4.4"
2022-05-13 17:42:42 +00:00
description = "Code coverage measurement for Python"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
2022-06-16 02:59:11 +00:00
tomli = { version = "*" , optional = true , markers = "python_full_version <= \"3.11.0a6\" and extra == \"toml\"" }
2022-05-13 17:42:42 +00:00
[ package . extras ]
toml = [ "tomli" ]
[ [ package ] ]
name = "darglint"
version = "1.8.1"
description = "A utility for ensuring Google-style docstrings stay up to date with the source code."
category = "dev"
optional = false
python-versions = ">=3.6,<4.0"
[ [ package ] ]
name = "dateparser"
version = "1.1.1"
description = "Date parsing library designed to parse dates from HTML pages"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
python-dateutil = "*"
pytz = "*"
regex = "<2019.02.19 || >2019.02.19,<2021.8.27 || >2021.8.27,<2022.3.15"
tzlocal = "*"
[ package . extras ]
2022-08-30 16:19:45 +00:00
calendars = [ "convertdate" , "hijri-converter" , "convertdate" ]
2022-08-26 17:04:40 +00:00
fasttext = [ "fasttext" ]
langdetect = [ "langdetect" ]
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "distlib"
version = "0.3.4"
description = "Distribution utilities"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "docutils"
version = "0.17.1"
description = "Docutils -- Python Documentation Utilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "dparse"
version = "0.5.1"
description = "A parser for Python dependency files"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
packaging = "*"
pyyaml = "*"
toml = "*"
[ package . extras ]
pipenv = [ "pipenv" ]
2022-07-05 16:12:39 +00:00
[ [ package ] ]
name = "ecdsa"
version = "0.17.0"
description = "ECDSA cryptographic signature library (pure python)"
category = "main"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ package . dependencies ]
six = ">=1.9.0"
[ package . extras ]
gmpy = [ "gmpy" ]
gmpy2 = [ "gmpy2" ]
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "filelock"
2022-06-16 02:59:11 +00:00
version = "3.7.1"
2022-05-13 17:42:42 +00:00
description = "A platform independent file lock."
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . extras ]
docs = [ "furo (>=2021.8.17b43)" , "sphinx (>=4.1)" , "sphinx-autodoc-typehints (>=1.12)" ]
testing = [ "covdefaults (>=1.2.0)" , "coverage (>=4)" , "pytest (>=4)" , "pytest-cov" , "pytest-timeout (>=1.4.2)" ]
[ [ package ] ]
name = "flake8"
version = "4.0.1"
description = "the modular source code checker: pep8 pyflakes and co"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
mccabe = ">=0.6.0,<0.7.0"
pycodestyle = ">=2.8.0,<2.9.0"
pyflakes = ">=2.4.0,<2.5.0"
[ [ package ] ]
name = "flake8-bandit"
version = "2.1.2"
description = "Automated security testing with bandit and flake8."
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
bandit = "*"
flake8 = "*"
flake8-polyfill = "*"
pycodestyle = "*"
[ [ package ] ]
name = "flake8-bugbear"
2022-07-01 20:37:20 +00:00
version = "22.7.1"
2022-05-13 17:42:42 +00:00
description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
attrs = ">=19.2.0"
flake8 = ">=3.0.0"
[ package . extras ]
dev = [ "coverage" , "hypothesis" , "hypothesmith (>=0.2)" , "pre-commit" ]
[ [ package ] ]
name = "flake8-docstrings"
version = "1.6.0"
description = "Extension for flake8 which uses pydocstyle to check docstrings"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
flake8 = ">=3"
pydocstyle = ">=2.1"
[ [ package ] ]
name = "flake8-polyfill"
version = "1.0.2"
description = "Polyfill package for Flake8 plugins"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
flake8 = "*"
[ [ package ] ]
name = "flake8-rst-docstrings"
2022-08-23 16:42:14 +00:00
version = "0.2.7"
2022-05-13 17:42:42 +00:00
description = "Python docstring reStructuredText (RST) validator"
category = "dev"
optional = false
2022-06-16 02:59:11 +00:00
python-versions = ">=3.7"
2022-05-13 17:42:42 +00:00
[ package . dependencies ]
flake8 = ">=3.0.0"
pygments = "*"
restructuredtext-lint = "*"
[ [ package ] ]
name = "flask"
2022-08-23 17:01:08 +00:00
version = "2.1.3"
2022-05-13 17:42:42 +00:00
description = "A simple framework for building complex web applications."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
click = ">=8.0"
importlib-metadata = { version = ">=3.6.0" , markers = "python_version < \"3.10\"" }
itsdangerous = ">=2.0"
Jinja2 = ">=3.0"
Werkzeug = ">=2.0"
[ package . extras ]
async = [ "asgiref (>=3.2)" ]
dotenv = [ "python-dotenv" ]
[ [ package ] ]
name = "flask-admin"
version = "1.6.0"
description = "Simple and extensible admin interface framework for Flask"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
Flask = ">=0.7"
wtforms = "*"
[ package . extras ]
aws = [ "boto" ]
azure = [ "azure-storage-blob" ]
[ [ package ] ]
name = "flask-bcrypt"
version = "1.0.1"
description = "Brcrypt hashing for Flask."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
bcrypt = ">=3.1.1"
Flask = "*"
2022-05-16 20:38:48 +00:00
[ [ package ] ]
name = "flask-bpmn"
version = "0.0.0"
description = "Flask Bpmn"
category = "main"
optional = false
python-versions = "^3.7"
2022-06-30 16:13:14 +00:00
develop = false
2022-05-16 20:38:48 +00:00
[ package . dependencies ]
click = "^8.0.1"
flask = "*"
2022-08-11 13:10:30 +00:00
flask-admin = "*"
flask-bcrypt = "*"
flask-cors = "*"
flask-mail = "*"
2022-05-16 20:38:48 +00:00
flask-marshmallow = "*"
flask-migrate = "*"
2022-08-11 13:10:30 +00:00
flask-restful = "*"
sentry-sdk = "1.9.0"
sphinx-autoapi = "^1.9.0"
2022-07-14 02:52:00 +00:00
spiffworkflow = "*"
2022-05-16 20:38:48 +00:00
werkzeug = "*"
[ package . source ]
2022-06-30 16:13:14 +00:00
type = "git"
url = "https://github.com/sartography/flask-bpmn"
2022-08-11 13:10:30 +00:00
reference = "main"
2022-08-26 17:04:40 +00:00
resolved_reference = "16eb4fc1b5b314934b2967a6727b09bb3b8479d0"
2022-05-16 20:38:48 +00:00
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "flask-cors"
version = "3.0.10"
description = "A Flask extension adding a decorator for CORS support"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
Flask = ">=0.9"
Six = "*"
[ [ package ] ]
name = "flask-mail"
version = "0.9.1"
description = "Flask extension for sending email"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
blinker = "*"
Flask = "*"
[ [ package ] ]
name = "flask-marshmallow"
version = "0.14.0"
description = "Flask + marshmallow for beautiful APIs"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
Flask = "*"
marshmallow = ">=2.0.0"
six = ">=1.9.0"
[ package . extras ]
2022-08-30 16:19:45 +00:00
dev = [ "flask-sqlalchemy" , "pytest" , "mock" , "flake8 (==3.8.3)" , "pre-commit (>=2.4,<3.0)" , "tox" , "marshmallow-sqlalchemy (>=0.13.0,<0.19.0)" , "flake8-bugbear (==20.1.4)" , "marshmallow-sqlalchemy (>=0.13.0)" ]
docs = [ "marshmallow-sqlalchemy (>=0.13.0)" , "Sphinx (==3.2.1)" , "sphinx-issues (==1.2.0)" ]
lint = [ "flake8 (==3.8.3)" , "pre-commit (>=2.4,<3.0)" , "flake8-bugbear (==20.1.4)" ]
sqlalchemy = [ "flask-sqlalchemy" , "marshmallow-sqlalchemy (>=0.13.0,<0.19.0)" , "marshmallow-sqlalchemy (>=0.13.0)" ]
tests = [ "flask-sqlalchemy" , "pytest" , "mock" , "marshmallow-sqlalchemy (>=0.13.0,<0.19.0)" , "marshmallow-sqlalchemy (>=0.13.0)" ]
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "flask-migrate"
version = "3.1.0"
description = "SQLAlchemy database migrations for Flask applications using Alembic."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
alembic = ">=0.7"
Flask = ">=0.9"
Flask-SQLAlchemy = ">=1.0"
[ [ package ] ]
name = "flask-restful"
version = "0.3.9"
description = "Simple framework for creating REST APIs"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
aniso8601 = ">=0.82"
Flask = ">=0.8"
pytz = "*"
six = ">=1.3.0"
[ package . extras ]
docs = [ "sphinx" ]
[ [ package ] ]
name = "flask-sqlalchemy"
version = "2.5.1"
description = "Adds SQLAlchemy support to your Flask application."
category = "main"
optional = false
python-versions = ">= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.*"
[ package . dependencies ]
Flask = ">=0.10"
SQLAlchemy = ">=0.8.0"
[ [ package ] ]
name = "furo"
2022-06-25 03:41:47 +00:00
version = "2022.6.21"
2022-05-13 17:42:42 +00:00
description = "A clean customisable Sphinx documentation theme."
category = "dev"
optional = false
2022-06-16 02:59:11 +00:00
python-versions = ">=3.7"
2022-05-13 17:42:42 +00:00
[ package . dependencies ]
beautifulsoup4 = "*"
2022-06-16 02:59:11 +00:00
pygments = "*"
sphinx = ">=4.0,<6.0"
sphinx-basic-ng = "*"
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "gitdb"
version = "4.0.9"
description = "Git Object Database"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
smmap = ">=3.0.1,<6"
[ [ package ] ]
name = "gitpython"
version = "3.1.27"
description = "GitPython is a python library used to interact with Git repositories"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
gitdb = ">=4.0.1,<5"
[ [ package ] ]
name = "greenlet"
version = "1.1.2"
description = "Lightweight in-process concurrent programming"
category = "main"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
[ package . extras ]
docs = [ "sphinx" ]
2022-06-01 18:50:44 +00:00
[ [ package ] ]
name = "gunicorn"
version = "20.1.0"
description = "WSGI HTTP Server for UNIX"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . extras ]
eventlet = [ "eventlet (>=0.24.1)" ]
gevent = [ "gevent (>=1.4.0)" ]
setproctitle = [ "setproctitle" ]
tornado = [ "tornado (>=0.2)" ]
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "identify"
2022-05-24 02:29:33 +00:00
version = "2.5.1"
2022-05-13 17:42:42 +00:00
description = "File identification library for Python"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . extras ]
license = [ "ukkonen" ]
[ [ package ] ]
name = "idna"
version = "3.3"
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "imagesize"
version = "1.3.0"
description = "Getting image size from png/jpeg/jpeg2000/gif file"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "importlib-metadata"
2022-05-24 02:29:33 +00:00
version = "4.11.4"
2022-05-13 17:42:42 +00:00
description = "Read metadata from Python packages"
category = "main"
optional = false
2022-05-24 02:29:33 +00:00
python-versions = ">=3.7"
2022-05-13 17:42:42 +00:00
[ package . dependencies ]
zipp = ">=0.5"
[ package . extras ]
2022-08-30 16:19:45 +00:00
docs = [ "sphinx" , "jaraco.packaging (>=9)" , "rst.linker (>=1.9)" ]
2022-05-24 02:29:33 +00:00
perf = [ "ipython" ]
2022-08-30 16:19:45 +00:00
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)" ]
2022-05-13 17:42:42 +00:00
2022-05-25 19:17:30 +00:00
[ [ package ] ]
name = "inflection"
version = "0.5.1"
description = "A port of Ruby on Rails inflector to Python"
category = "main"
optional = false
python-versions = ">=3.5"
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "iniconfig"
version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing"
2022-05-17 20:35:38 +00:00
category = "main"
2022-05-13 17:42:42 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "itsdangerous"
version = "2.1.2"
description = "Safely pass data to untrusted environments and back."
category = "main"
optional = false
python-versions = ">=3.7"
[ [ package ] ]
name = "jinja2"
version = "3.1.2"
description = "A very fast and expressive template engine."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
MarkupSafe = ">=2.0"
[ package . extras ]
i18n = [ "Babel (>=2.7)" ]
2022-05-25 19:17:30 +00:00
[ [ package ] ]
name = "jsonschema"
2022-06-16 02:59:11 +00:00
version = "4.6.0"
2022-05-25 19:17:30 +00:00
description = "An implementation of JSON Schema validation for Python"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
attrs = ">=17.4.0"
pyrsistent = ">=0.14.0,<0.17.0 || >0.17.0,<0.17.1 || >0.17.1,<0.17.2 || >0.17.2"
[ package . extras ]
format = [ "fqdn" , "idna" , "isoduration" , "jsonpointer (>1.13)" , "rfc3339-validator" , "rfc3987" , "uri-template" , "webcolors (>=1.11)" ]
2022-06-16 02:59:11 +00:00
format-nongpl = [ "fqdn" , "idna" , "isoduration" , "jsonpointer (>1.13)" , "rfc3339-validator" , "rfc3986-validator (>0.1.0)" , "uri-template" , "webcolors (>=1.11)" ]
2022-05-25 19:17:30 +00:00
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "kombu"
version = "5.2.4"
description = "Messaging library for Python."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
amqp = ">=5.0.9,<6.0.0"
vine = "*"
[ package . extras ]
azureservicebus = [ "azure-servicebus (>=7.0.0)" ]
azurestoragequeues = [ "azure-storage-queue" ]
consul = [ "python-consul (>=0.6.0)" ]
librabbitmq = [ "librabbitmq (>=2.0.0)" ]
mongodb = [ "pymongo (>=3.3.0,<3.12.1)" ]
msgpack = [ "msgpack" ]
pyro = [ "pyro4" ]
qpid = [ "qpid-python (>=0.26)" , "qpid-tools (>=0.26)" ]
redis = [ "redis (>=3.4.1,!=4.0.0,!=4.0.1)" ]
slmq = [ "softlayer-messaging (>=1.0.3)" ]
sqlalchemy = [ "sqlalchemy" ]
sqs = [ "boto3 (>=1.9.12)" , "pycurl (>=7.44.1,<7.45.0)" , "urllib3 (>=1.26.7)" ]
yaml = [ "PyYAML (>=3.10)" ]
zookeeper = [ "kazoo (>=1.3.1)" ]
[ [ package ] ]
name = "lazy-object-proxy"
version = "1.7.1"
description = "A fast and thorough lazy object proxy."
category = "main"
optional = false
python-versions = ">=3.6"
2022-05-18 14:49:20 +00:00
[ [ package ] ]
name = "libcst"
2022-06-25 03:41:47 +00:00
version = "0.4.5"
2022-05-18 14:49:20 +00:00
description = "A concrete syntax tree with AST-like properties for Python 3.5, 3.6, 3.7, 3.8, 3.9, and 3.10 programs."
2022-05-18 15:18:14 +00:00
category = "dev"
2022-05-18 14:49:20 +00:00
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
pyyaml = ">=5.2"
typing-extensions = ">=3.7.4.2"
typing-inspect = ">=0.4.0"
[ package . extras ]
2022-08-30 16:19:45 +00:00
dev = [ "black (==22.3.0)" , "coverage (>=4.5.4)" , "fixit (==0.1.1)" , "flake8 (>=3.7.8)" , "hypothesis (>=4.36.0)" , "hypothesmith (>=0.0.4)" , "jupyter (>=1.0.0)" , "maturin (>=0.8.3,<0.9)" , "nbsphinx (>=0.4.2)" , "prompt-toolkit (>=2.0.9)" , "setuptools-scm (>=6.0.1)" , "sphinx-rtd-theme (>=0.4.3)" , "ufmt (==1.3)" , "usort (==1.0.0rc1)" , "setuptools-rust (>=0.12.1)" , "slotscheck (>=0.7.1)" , "jinja2 (==3.0.3)" , "pyre-check (==0.9.9)" ]
2022-05-18 14:49:20 +00:00
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "livereload"
version = "2.6.3"
description = "Python LiveReload is an awesome tool for web developers"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
six = "*"
tornado = { version = "*" , markers = "python_version > \"2.7\"" }
[ [ package ] ]
name = "lxml"
2022-07-01 20:48:22 +00:00
version = "4.9.1"
2022-05-13 17:42:42 +00:00
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*"
[ package . extras ]
cssselect = [ "cssselect (>=0.7)" ]
html5 = [ "html5lib" ]
htmlsoup = [ "beautifulsoup4" ]
source = [ "Cython (>=0.29.7)" ]
[ [ package ] ]
name = "mako"
version = "1.2.0"
description = "A super-fast templating language that borrows the best ideas from the existing templating languages."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
MarkupSafe = ">=0.9.2"
[ package . extras ]
2022-08-23 16:42:14 +00:00
babel = [ "babel" ]
2022-08-26 17:04:40 +00:00
lingua = [ "lingua" ]
testing = [ "pytest" ]
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "markupsafe"
version = "2.1.1"
description = "Safely add untrusted strings to HTML/XML markup."
category = "main"
optional = false
python-versions = ">=3.7"
[ [ package ] ]
name = "marshmallow"
2022-06-16 02:59:11 +00:00
version = "3.16.0"
2022-05-13 17:42:42 +00:00
description = "A lightweight library for converting complex datatypes to and from native Python datatypes."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
2022-06-16 02:59:11 +00:00
packaging = ">=17.0"
2022-05-13 17:42:42 +00:00
[ package . extras ]
2022-08-30 16:19:45 +00:00
dev = [ "pytest" , "pytz" , "simplejson" , "mypy (==0.960)" , "flake8 (==4.0.1)" , "flake8-bugbear (==22.4.25)" , "pre-commit (>=2.4,<3.0)" , "tox" ]
docs = [ "sphinx (==4.5.0)" , "sphinx-issues (==3.0.1)" , "alabaster (==0.7.12)" , "sphinx-version-warning (==1.1.2)" , "autodocsumm (==0.2.8)" ]
lint = [ "mypy (==0.960)" , "flake8 (==4.0.1)" , "flake8-bugbear (==22.4.25)" , "pre-commit (>=2.4,<3.0)" ]
2022-05-13 17:42:42 +00:00
tests = [ "pytest" , "pytz" , "simplejson" ]
2022-05-26 20:20:30 +00:00
[ [ package ] ]
name = "marshmallow-enum"
version = "1.5.1"
description = "Enum field for Marshmallow"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
marshmallow = ">=2.0.0"
[ [ package ] ]
name = "marshmallow-sqlalchemy"
version = "0.28.0"
description = "SQLAlchemy integration with the marshmallow (de)serialization library"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
marshmallow = ">=3.0.0"
SQLAlchemy = ">=1.3.0"
[ package . extras ]
2022-08-30 16:19:45 +00:00
dev = [ "pytest" , "pytest-lazy-fixture (>=0.6.2)" , "flake8 (==4.0.1)" , "flake8-bugbear (==22.1.11)" , "pre-commit (>=2.0,<3.0)" , "tox" ]
docs = [ "sphinx (==4.4.0)" , "alabaster (==0.7.12)" , "sphinx-issues (==3.0.1)" ]
2022-05-26 20:20:30 +00:00
lint = [ "flake8 (==4.0.1)" , "flake8-bugbear (==22.1.11)" , "pre-commit (>=2.0,<3.0)" ]
tests = [ "pytest" , "pytest-lazy-fixture (>=0.6.2)" ]
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "mccabe"
version = "0.6.1"
description = "McCabe checker, plugin for flake8"
category = "dev"
optional = false
python-versions = "*"
2022-05-18 14:49:20 +00:00
[ [ package ] ]
name = "monkeytype"
version = "22.2.0"
description = "Generating type annotations from sampled production types"
2022-05-18 15:18:14 +00:00
category = "dev"
2022-05-18 14:49:20 +00:00
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
libcst = ">=0.3.7"
mypy-extensions = "*"
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "mypy"
2022-06-23 14:11:09 +00:00
version = "0.961"
2022-05-13 17:42:42 +00:00
description = "Optional static typing for Python"
category = "dev"
optional = false
2022-06-23 14:11:09 +00:00
python-versions = ">=3.6"
2022-05-13 17:42:42 +00:00
[ package . dependencies ]
2022-06-23 14:11:09 +00:00
mypy-extensions = ">=0.4.3"
tomli = { version = ">=1.1.0" , markers = "python_version < \"3.11\"" }
typing-extensions = ">=3.10"
2022-05-13 17:42:42 +00:00
[ package . extras ]
dmypy = [ "psutil (>=4.0)" ]
2022-06-23 14:11:09 +00:00
python2 = [ "typed-ast (>=1.4.0,<2)" ]
reports = [ "lxml" ]
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "mypy-extensions"
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
2022-05-18 15:18:14 +00:00
category = "dev"
2022-05-13 17:42:42 +00:00
optional = false
python-versions = "*"
2022-05-16 20:38:48 +00:00
[ [ package ] ]
name = "mysql-connector-python"
version = "8.0.29"
description = "MySQL driver written in Python"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
protobuf = ">=3.0.0"
[ package . extras ]
compression = [ "lz4 (>=2.1.6)" , "zstandard (>=0.12.0)" ]
dns-srv = [ "dnspython (>=1.16.0)" ]
gssapi = [ "gssapi (>=1.6.9)" ]
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "nodeenv"
version = "1.6.0"
description = "Node.js virtual environment builder"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "packaging"
version = "21.3"
description = "Core utilities for Python packages"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
[ [ package ] ]
name = "pathspec"
version = "0.9.0"
description = "Utility library for gitignore style pattern matching of file paths."
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ [ package ] ]
name = "pbr"
version = "5.9.0"
description = "Python Build Reasonableness"
category = "dev"
optional = false
python-versions = ">=2.6"
[ [ package ] ]
name = "pep8-naming"
2022-08-29 15:31:06 +00:00
version = "0.13.2"
2022-05-13 17:42:42 +00:00
description = "Check PEP-8 naming conventions, plugin for flake8"
category = "dev"
optional = false
2022-08-29 15:31:06 +00:00
python-versions = ">=3.7"
2022-05-13 17:42:42 +00:00
[ package . dependencies ]
flake8 = ">=3.9.1"
[ [ package ] ]
name = "platformdirs"
version = "2.5.2"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . extras ]
2022-08-30 16:19:45 +00:00
docs = [ "furo (>=2021.7.5b38)" , "proselint (>=0.10.2)" , "sphinx-autodoc-typehints (>=1.12)" , "sphinx (>=4)" ]
test = [ "appdirs (==1.4.4)" , "pytest-cov (>=2.7)" , "pytest-mock (>=3.6)" , "pytest (>=6)" ]
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "pluggy"
version = "1.0.0"
description = "plugin and hook calling mechanisms for python"
2022-05-17 20:35:38 +00:00
category = "main"
2022-05-13 17:42:42 +00:00
optional = false
python-versions = ">=3.6"
[ package . extras ]
2022-08-26 17:04:40 +00:00
dev = [ "pre-commit" , "tox" ]
testing = [ "pytest" , "pytest-benchmark" ]
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "pre-commit"
2022-07-11 20:58:25 +00:00
version = "2.20.0"
2022-05-13 17:42:42 +00:00
description = "A framework for managing and maintaining multi-language pre-commit hooks."
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
cfgv = ">=2.0.0"
identify = ">=1.0.0"
nodeenv = ">=0.11.1"
pyyaml = ">=5.1"
toml = "*"
virtualenv = ">=20.0.8"
[ [ package ] ]
name = "pre-commit-hooks"
2022-06-16 02:59:11 +00:00
version = "4.3.0"
2022-05-13 17:42:42 +00:00
description = "Some out-of-the-box hooks for pre-commit."
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
"ruamel.yaml" = ">=0.15"
2022-06-16 02:59:11 +00:00
tomli = { version = ">=1.1.0" , markers = "python_version < \"3.11\"" }
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "prompt-toolkit"
version = "3.0.29"
description = "Library for building powerful interactive command lines in Python"
category = "main"
optional = false
python-versions = ">=3.6.2"
[ package . dependencies ]
wcwidth = "*"
2022-05-16 20:38:48 +00:00
[ [ package ] ]
name = "protobuf"
2022-06-25 03:41:47 +00:00
version = "4.21.2"
2022-06-16 02:59:11 +00:00
description = ""
2022-05-16 20:38:48 +00:00
category = "main"
optional = false
python-versions = ">=3.7"
2022-05-17 20:35:38 +00:00
[ [ package ] ]
name = "psycopg2"
version = "2.9.3"
description = "psycopg2 - Python-PostgreSQL Database Adapter"
category = "main"
optional = false
python-versions = ">=3.6"
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "py"
version = "1.11.0"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
2022-05-17 20:35:38 +00:00
category = "main"
2022-05-13 17:42:42 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2022-07-05 16:12:39 +00:00
[ [ package ] ]
name = "pyasn1"
version = "0.4.8"
description = "ASN.1 types and codecs"
category = "main"
optional = false
python-versions = "*"
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "pycodestyle"
version = "2.8.0"
description = "Python style guide checker"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "pycparser"
version = "2.21"
description = "C parser in Python"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pydocstyle"
version = "6.1.1"
description = "Python docstring style checker"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
snowballstemmer = "*"
[ package . extras ]
toml = [ "toml" ]
[ [ package ] ]
name = "pyflakes"
version = "2.4.0"
description = "passive checker of Python programs"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pygments"
version = "2.12.0"
description = "Pygments is a syntax highlighting package written in Python."
category = "main"
optional = false
python-versions = ">=3.6"
2022-05-26 21:29:54 +00:00
[ [ package ] ]
name = "pyjwt"
version = "2.4.0"
description = "JSON Web Token implementation in Python"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . extras ]
crypto = [ "cryptography (>=3.3.1)" ]
2022-08-30 16:19:45 +00:00
dev = [ "sphinx" , "sphinx-rtd-theme" , "zope.interface" , "cryptography (>=3.3.1)" , "pytest (>=6.0.0,<7.0.0)" , "coverage[toml] (==5.0.4)" , "mypy" , "pre-commit" ]
2022-05-26 21:29:54 +00:00
docs = [ "sphinx" , "sphinx-rtd-theme" , "zope.interface" ]
2022-08-30 16:19:45 +00:00
tests = [ "pytest (>=6.0.0,<7.0.0)" , "coverage[toml] (==5.0.4)" ]
2022-05-26 21:29:54 +00:00
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "pyparsing"
version = "3.0.9"
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
category = "main"
optional = false
python-versions = ">=3.6.8"
[ package . extras ]
2022-08-30 16:19:45 +00:00
diagrams = [ "railroad-diagrams" , "jinja2" ]
2022-05-13 17:42:42 +00:00
2022-05-25 19:17:30 +00:00
[ [ package ] ]
name = "pyrsistent"
version = "0.18.1"
description = "Persistent/Functional/Immutable data structures"
category = "main"
optional = false
python-versions = ">=3.7"
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "pytest"
2022-06-25 03:45:11 +00:00
version = "7.1.2"
2022-05-13 17:42:42 +00:00
description = "pytest: simple powerful testing with Python"
2022-05-17 20:35:38 +00:00
category = "main"
2022-05-13 17:42:42 +00:00
optional = false
2022-06-25 03:45:11 +00:00
python-versions = ">=3.7"
2022-05-13 17:42:42 +00:00
[ package . dependencies ]
atomicwrites = { version = ">=1.0" , markers = "sys_platform == \"win32\"" }
attrs = ">=19.2.0"
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
iniconfig = "*"
packaging = "*"
pluggy = ">=0.12,<2.0"
py = ">=1.8.2"
2022-06-25 03:45:11 +00:00
tomli = ">=1.0.0"
2022-05-13 17:42:42 +00:00
[ package . extras ]
2022-06-25 03:45:11 +00:00
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "pygments (>=2.7.2)" , "requests" , "xmlschema" ]
2022-05-13 17:42:42 +00:00
2022-05-17 20:35:38 +00:00
[ [ package ] ]
name = "pytest-flask"
version = "1.2.0"
description = "A set of py.test fixtures to test Flask applications."
category = "main"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
Flask = "*"
pytest = ">=5.2"
Werkzeug = ">=0.7"
[ package . extras ]
2022-08-26 17:04:40 +00:00
docs = [ "sphinx" , "sphinx-rtd-theme" ]
2022-05-17 20:35:38 +00:00
[ [ package ] ]
name = "pytest-flask-sqlalchemy"
version = "1.1.0"
description = "A pytest plugin for preserving test isolation in Flask-SQlAlchemy using database transactions."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
Flask-SQLAlchemy = ">=2.3"
packaging = ">=14.1"
pytest = ">=3.2.1"
pytest-mock = ">=1.6.2"
SQLAlchemy = ">=1.2.2"
[ package . extras ]
2022-08-30 16:19:45 +00:00
tests = [ "pytest-postgresql (>=2.4.0,<4.0.0)" , "psycopg2-binary" , "pytest (>=6.0.1)" ]
2022-05-17 20:35:38 +00:00
[ [ package ] ]
name = "pytest-mock"
2022-06-25 03:41:47 +00:00
version = "3.8.1"
2022-05-17 20:35:38 +00:00
description = "Thin-wrapper around the mock package for easier use with pytest"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
pytest = ">=5.0"
[ package . extras ]
2022-08-30 16:19:45 +00:00
dev = [ "pre-commit" , "tox" , "pytest-asyncio" ]
2022-05-17 20:35:38 +00:00
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "python-dateutil"
version = "2.8.2"
description = "Extensions to the standard Python datetime module"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
[ package . dependencies ]
six = ">=1.5"
2022-07-05 16:12:39 +00:00
[ [ package ] ]
name = "python-jose"
version = "3.3.0"
description = "JOSE implementation in Python"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
ecdsa = "!=0.15"
pyasn1 = "*"
rsa = "*"
[ package . extras ]
cryptography = [ "cryptography (>=3.4.0)" ]
2022-08-30 16:19:45 +00:00
pycrypto = [ "pycrypto (>=2.6.0,<2.7.0)" , "pyasn1" ]
pycryptodome = [ "pycryptodome (>=3.3.1,<4.0.0)" , "pyasn1" ]
2022-07-05 16:12:39 +00:00
[ [ package ] ]
name = "python-keycloak"
2022-08-29 15:48:47 +00:00
version = "2.5.0"
2022-07-05 16:12:39 +00:00
description = "python-keycloak is a Python package providing access to the Keycloak API."
category = "main"
optional = false
2022-07-14 02:54:56 +00:00
python-versions = ">=3.7,<4.0"
2022-07-05 16:12:39 +00:00
[ package . dependencies ]
2022-07-14 02:54:56 +00:00
python-jose = ">=3.3.0,<4.0.0"
requests = ">=2.20.0,<3.0.0"
2022-08-29 15:48:47 +00:00
requests-toolbelt = ">=0.9.1,<0.10.0"
2022-07-14 02:54:56 +00:00
urllib3 = ">=1.26.0,<2.0.0"
2022-07-05 16:12:39 +00:00
[ package . extras ]
2022-07-14 02:54:56 +00:00
docs = [ "Sphinx (>=5.0.2,<6.0.0)" , "alabaster (>=0.7.12,<0.8.0)" , "commonmark (>=0.9.1,<0.10.0)" , "m2r2 (>=0.3.2,<0.4.0)" , "mock (>=4.0.3,<5.0.0)" , "readthedocs-sphinx-ext (>=2.1.8,<3.0.0)" , "recommonmark (>=0.7.1,<0.8.0)" , "sphinx-autoapi (>=1.8.4,<2.0.0)" , "sphinx-rtd-theme (>=1.0.0,<2.0.0)" ]
2022-07-05 16:12:39 +00:00
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "pytz"
version = "2022.1"
description = "World timezone definitions, modern and historical"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "pytz-deprecation-shim"
version = "0.1.0.post0"
description = "Shims to make deprecation of pytz easier"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
[ package . dependencies ]
tzdata = { version = "*" , markers = "python_version >= \"3.6\"" }
[ [ package ] ]
name = "pyupgrade"
2022-07-11 21:15:57 +00:00
version = "2.37.1"
2022-05-13 17:42:42 +00:00
description = "A tool to automatically upgrade syntax for newer versions."
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
tokenize-rt = ">=3.2.0"
[ [ package ] ]
name = "pyyaml"
version = "6.0"
description = "YAML parser and emitter for Python"
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "regex"
version = "2022.3.2"
description = "Alternative regular expression module, to replace re."
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "reorder-python-imports"
2022-07-11 21:48:21 +00:00
version = "3.8.1"
2022-05-13 17:42:42 +00:00
description = "Tool for reordering python imports"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
2022-07-11 21:48:21 +00:00
classify-imports = ">=4.1"
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "requests"
2022-06-16 02:59:11 +00:00
version = "2.28.0"
2022-05-13 17:42:42 +00:00
description = "Python HTTP for Humans."
category = "main"
optional = false
2022-06-16 02:59:11 +00:00
python-versions = ">=3.7, <4"
2022-05-13 17:42:42 +00:00
[ package . dependencies ]
certifi = ">=2017.4.17"
2022-06-16 02:59:11 +00:00
charset-normalizer = ">=2.0.0,<2.1.0"
idna = ">=2.5,<4"
2022-05-13 17:42:42 +00:00
urllib3 = ">=1.21.1,<1.27"
[ package . extras ]
2022-06-16 02:59:11 +00:00
socks = [ "PySocks (>=1.5.6,!=1.5.7)" ]
2022-05-13 17:42:42 +00:00
use_chardet_on_py3 = [ "chardet (>=3.0.2,<5)" ]
2022-08-29 15:48:47 +00:00
[ [ package ] ]
name = "requests-toolbelt"
version = "0.9.1"
description = "A utility belt for advanced users of python-requests"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
requests = ">=2.0.1,<3.0.0"
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "restructuredtext-lint"
version = "1.4.0"
description = "reStructuredText linter"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
docutils = ">=0.11,<1.0"
2022-07-05 16:12:39 +00:00
[ [ package ] ]
name = "rsa"
version = "4.8"
description = "Pure-Python RSA implementation"
category = "main"
optional = false
python-versions = ">=3.6,<4"
[ package . dependencies ]
pyasn1 = ">=0.1.3"
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "ruamel.yaml"
version = "0.17.21"
description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
category = "dev"
optional = false
python-versions = ">=3"
[ package . dependencies ]
"ruamel.yaml.clib" = { version = ">=0.2.6" , markers = "platform_python_implementation == \"CPython\" and python_version < \"3.11\"" }
[ package . extras ]
docs = [ "ryd" ]
jinja2 = [ "ruamel.yaml.jinja2 (>=0.2)" ]
[ [ package ] ]
name = "ruamel.yaml.clib"
version = "0.2.6"
description = "C version of reader, parser and emitter for ruamel.yaml derived from libyaml"
category = "dev"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "safety"
2022-06-30 20:43:44 +00:00
version = "2.0.0"
description = "Checks installed dependencies for known vulnerabilities and licenses."
2022-05-13 17:42:42 +00:00
category = "dev"
optional = false
2022-06-30 20:43:44 +00:00
python-versions = "*"
2022-05-13 17:42:42 +00:00
[ package . dependencies ]
2022-06-30 20:43:44 +00:00
Click = ">=8.0.2"
2022-05-13 17:42:42 +00:00
dparse = ">=0.5.1"
2022-06-30 20:43:44 +00:00
packaging = ">=21.0"
2022-05-13 17:42:42 +00:00
requests = "*"
2022-06-30 20:43:44 +00:00
"ruamel.yaml" = ">=0.17.21"
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "sentry-sdk"
2022-08-11 13:10:30 +00:00
version = "1.9.0"
2022-07-05 13:20:12 +00:00
description = "Python client for Sentry (https://sentry.io)"
2022-05-13 17:42:42 +00:00
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
certifi = "*"
urllib3 = ">=1.10.0"
[ package . extras ]
aiohttp = [ "aiohttp (>=3.5)" ]
2022-07-05 13:20:12 +00:00
beam = [ "apache-beam (>=2.12)" ]
2022-05-13 17:42:42 +00:00
bottle = [ "bottle (>=0.12.13)" ]
celery = [ "celery (>=3)" ]
2022-07-05 13:20:12 +00:00
chalice = [ "chalice (>=1.16.0)" ]
2022-05-13 17:42:42 +00:00
django = [ "django (>=1.8)" ]
falcon = [ "falcon (>=1.4)" ]
2022-08-11 13:10:30 +00:00
fastapi = [ "fastapi (>=0.79.0)" ]
2022-08-30 16:19:45 +00:00
flask = [ "flask (>=0.11)" , "blinker (>=1.1)" ]
2022-07-05 13:20:12 +00:00
httpx = [ "httpx (>=0.16.0)" ]
2022-08-30 16:19:45 +00:00
pure_eval = [ "pure-eval" , "executing" , "asttokens" ]
2022-05-13 17:42:42 +00:00
pyspark = [ "pyspark (>=2.4.4)" ]
2022-08-30 16:19:45 +00:00
quart = [ "quart (>=0.16.1)" , "blinker (>=1.1)" ]
2022-05-13 17:42:42 +00:00
rq = [ "rq (>=0.6)" ]
sanic = [ "sanic (>=0.8)" ]
sqlalchemy = [ "sqlalchemy (>=1.2)" ]
2022-08-11 13:10:30 +00:00
starlette = [ "starlette (>=0.19.1)" ]
2022-05-13 17:42:42 +00:00
tornado = [ "tornado (>=5)" ]
[ [ package ] ]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "smmap"
version = "5.0.0"
description = "A pure Python implementation of a sliding window memory map manager"
category = "dev"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "snowballstemmer"
version = "2.2.0"
description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "soupsieve"
version = "2.3.2.post1"
description = "A modern CSS selector implementation for Beautiful Soup."
category = "dev"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "sphinx"
2022-06-27 21:36:20 +00:00
version = "5.0.2"
2022-05-13 17:42:42 +00:00
description = "Python documentation generator"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
alabaster = ">=0.7,<0.8"
babel = ">=1.3"
colorama = { version = ">=0.3.5" , markers = "sys_platform == \"win32\"" }
2022-06-27 21:36:20 +00:00
docutils = ">=0.14,<0.19"
2022-05-13 17:42:42 +00:00
imagesize = "*"
2022-05-24 02:29:33 +00:00
importlib-metadata = { version = ">=4.4" , markers = "python_version < \"3.10\"" }
2022-05-13 17:42:42 +00:00
Jinja2 = ">=2.3"
packaging = "*"
Pygments = ">=2.0"
requests = ">=2.5.0"
snowballstemmer = ">=1.1"
sphinxcontrib-applehelp = "*"
sphinxcontrib-devhelp = "*"
sphinxcontrib-htmlhelp = ">=2.0.0"
sphinxcontrib-jsmath = "*"
sphinxcontrib-qthelp = "*"
sphinxcontrib-serializinghtml = ">=1.1.5"
[ package . extras ]
docs = [ "sphinxcontrib-websupport" ]
2022-08-30 16:19:45 +00:00
lint = [ "flake8 (>=3.5.0)" , "isort" , "mypy (>=0.950)" , "docutils-stubs" , "types-typed-ast" , "types-requests" ]
test = [ "pytest (>=4.6)" , "html5lib" , "cython" , "typed-ast" ]
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "sphinx-autoapi"
2022-08-11 13:10:30 +00:00
version = "1.9.0"
2022-05-13 17:42:42 +00:00
description = "Sphinx API documentation generator"
category = "main"
optional = false
2022-08-11 13:10:30 +00:00
python-versions = ">=3.7"
2022-05-13 17:42:42 +00:00
[ package . dependencies ]
astroid = ">=2.7"
Jinja2 = "*"
PyYAML = "*"
sphinx = ">=3.0"
unidecode = "*"
[ package . extras ]
2022-08-31 12:06:22 +00:00
docs = [ "sphinx" , "sphinx-rtd-theme" ]
2022-08-30 22:12:21 +00:00
dotnet = [ "sphinxcontrib-dotnetdomain" ]
2022-08-31 12:06:22 +00:00
go = [ "sphinxcontrib-golangdomain" ]
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "sphinx-autobuild"
version = "2021.3.14"
description = "Rebuild Sphinx documentation on changes, with live-reload in the browser."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
colorama = "*"
livereload = "*"
sphinx = "*"
[ package . extras ]
test = [ "pytest" , "pytest-cov" ]
2022-06-16 02:59:11 +00:00
[ [ package ] ]
name = "sphinx-basic-ng"
version = "0.0.1a11"
description = "A modern skeleton for Sphinx themes."
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
sphinx = ">=4.0,<6.0"
[ package . extras ]
2022-08-30 16:19:45 +00:00
docs = [ "furo" , "myst-parser" , "sphinx-copybutton" , "sphinx-inline-tabs" , "ipython" ]
2022-06-16 02:59:11 +00:00
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "sphinx-click"
2022-07-05 13:37:25 +00:00
version = "4.3.0"
2022-05-13 17:42:42 +00:00
description = "Sphinx extension that automatically documents click applications"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
click = ">=7.0"
docutils = "*"
sphinx = ">=2.0"
[ [ package ] ]
name = "sphinxcontrib-applehelp"
version = "1.0.2"
description = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . extras ]
2022-08-30 16:19:45 +00:00
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
2022-05-13 17:42:42 +00:00
test = [ "pytest" ]
[ [ package ] ]
name = "sphinxcontrib-devhelp"
version = "1.0.2"
description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document."
category = "main"
optional = false
python-versions = ">=3.5"
[ package . extras ]
2022-08-30 16:19:45 +00:00
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
2022-05-13 17:42:42 +00:00
test = [ "pytest" ]
[ [ package ] ]
name = "sphinxcontrib-htmlhelp"
version = "2.0.0"
description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . extras ]
2022-08-30 16:19:45 +00:00
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
test = [ "pytest" , "html5lib" ]
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "sphinxcontrib-jsmath"
version = "1.0.1"
description = "A sphinx extension which renders display math in HTML via JavaScript"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . extras ]
2022-08-30 16:19:45 +00:00
test = [ "pytest" , "flake8" , "mypy" ]
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "sphinxcontrib-qthelp"
version = "1.0.3"
description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document."
category = "main"
optional = false
python-versions = ">=3.5"
[ package . extras ]
2022-08-30 16:19:45 +00:00
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
2022-05-13 17:42:42 +00:00
test = [ "pytest" ]
[ [ package ] ]
name = "sphinxcontrib-serializinghtml"
version = "1.1.5"
description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)."
category = "main"
optional = false
python-versions = ">=3.5"
[ package . extras ]
2022-08-30 16:19:45 +00:00
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
2022-05-13 17:42:42 +00:00
test = [ "pytest" ]
[ [ package ] ]
name = "SpiffWorkflow"
2022-05-24 02:29:33 +00:00
version = "1.1.7"
2022-08-23 14:27:42 +00:00
description = ""
2022-05-13 17:42:42 +00:00
category = "main"
optional = false
python-versions = "*"
2022-08-23 14:27:42 +00:00
develop = false
2022-05-13 17:42:42 +00:00
[ package . dependencies ]
celery = "*"
configparser = "*"
dateparser = "*"
lxml = "*"
pytz = "*"
[ package . source ]
2022-08-23 14:27:42 +00:00
type = "git"
url = "https://github.com/sartography/SpiffWorkflow"
2022-09-01 17:01:23 +00:00
reference = "feature/centralized-logging"
resolved_reference = "ea360a901fe35408885e3c9797af07a2c6ced812"
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "sqlalchemy"
2022-06-25 03:41:47 +00:00
version = "1.4.39"
2022-05-13 17:42:42 +00:00
description = "Database Abstraction Library"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
[ package . dependencies ]
greenlet = { version = "!=0.4.17" , markers = "python_version >= \"3\" and (platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\")" }
[ package . extras ]
2022-08-30 16:19:45 +00:00
aiomysql = [ "greenlet (!=0.4.17)" , "aiomysql" ]
aiosqlite = [ "typing_extensions (!=3.10.0.1)" , "greenlet (!=0.4.17)" , "aiosqlite" ]
2022-05-13 17:42:42 +00:00
asyncio = [ "greenlet (!=0.4.17)" ]
2022-08-30 16:19:45 +00:00
asyncmy = [ "greenlet (!=0.4.17)" , "asyncmy (>=0.2.3,!=0.2.4)" ]
2022-05-13 17:42:42 +00:00
mariadb_connector = [ "mariadb (>=1.0.1)" ]
mssql = [ "pyodbc" ]
mssql_pymssql = [ "pymssql" ]
mssql_pyodbc = [ "pyodbc" ]
2022-08-30 16:19:45 +00:00
mypy = [ "sqlalchemy2-stubs" , "mypy (>=0.910)" ]
mysql = [ "mysqlclient (>=1.4.0,<2)" , "mysqlclient (>=1.4.0)" ]
2022-05-13 17:42:42 +00:00
mysql_connector = [ "mysql-connector-python" ]
2022-08-30 16:19:45 +00:00
oracle = [ "cx_oracle (>=7,<8)" , "cx_oracle (>=7)" ]
2022-05-13 17:42:42 +00:00
postgresql = [ "psycopg2 (>=2.7)" ]
2022-08-30 16:19:45 +00:00
postgresql_asyncpg = [ "greenlet (!=0.4.17)" , "asyncpg" ]
2022-06-16 02:59:11 +00:00
postgresql_pg8000 = [ "pg8000 (>=1.16.6,!=1.29.0)" ]
2022-05-13 17:42:42 +00:00
postgresql_psycopg2binary = [ "psycopg2-binary" ]
postgresql_psycopg2cffi = [ "psycopg2cffi" ]
2022-08-30 16:19:45 +00:00
pymysql = [ "pymysql (<1)" , "pymysql" ]
2022-05-13 17:42:42 +00:00
sqlcipher = [ "sqlcipher3-binary" ]
2022-06-16 02:59:11 +00:00
[ [ package ] ]
name = "sqlalchemy-stubs"
version = "0.4"
description = "SQLAlchemy stubs and mypy plugin"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
mypy = ">=0.790"
typing-extensions = ">=3.7.4"
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "stevedore"
version = "3.5.0"
description = "Manage dynamic plugins for Python applications"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pbr = ">=2.0.0,<2.1.0 || >2.1.0"
2022-06-01 18:50:44 +00:00
[ [ package ] ]
name = "swagger-ui-bundle"
version = "0.0.9"
description = "swagger_ui_bundle - swagger-ui files in a pip package"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
Jinja2 = ">=2.0"
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "tokenize-rt"
version = "4.2.1"
description = "A wrapper around the stdlib `tokenize` which roundtrips."
category = "dev"
optional = false
python-versions = ">=3.6.1"
[ [ package ] ]
name = "toml"
version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language"
2022-06-25 03:45:11 +00:00
category = "dev"
2022-05-13 17:42:42 +00:00
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "tomli"
version = "2.0.1"
description = "A lil' TOML parser"
2022-06-25 03:45:11 +00:00
category = "main"
2022-05-13 17:42:42 +00:00
optional = false
python-versions = ">=3.7"
[ [ package ] ]
name = "tornado"
version = "6.1"
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
category = "dev"
optional = false
python-versions = ">= 3.5"
[ [ package ] ]
name = "typeguard"
version = "2.13.3"
description = "Run-time type checker for Python"
category = "dev"
optional = false
python-versions = ">=3.5.3"
[ package . extras ]
2022-08-30 16:19:45 +00:00
doc = [ "sphinx-rtd-theme" , "sphinx-autodoc-typehints (>=1.2.0)" ]
test = [ "pytest" , "typing-extensions" , "mypy" ]
2022-05-13 17:42:42 +00:00
2022-06-21 21:28:59 +00:00
[ [ package ] ]
name = "types-pytz"
2022-06-27 21:15:04 +00:00
version = "2022.1.1"
2022-06-21 21:28:59 +00:00
description = "Typing stubs for pytz"
category = "main"
optional = false
python-versions = "*"
2022-08-01 20:20:36 +00:00
[ [ package ] ]
name = "types-requests"
version = "2.28.6"
description = "Typing stubs for requests"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
types-urllib3 = "<1.27"
[ [ package ] ]
name = "types-urllib3"
version = "1.26.20"
description = "Typing stubs for urllib3"
category = "main"
optional = false
python-versions = "*"
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "typing-extensions"
2022-07-01 21:00:40 +00:00
version = "4.3.0"
2022-05-13 17:42:42 +00:00
description = "Backported and Experimental Type Hints for Python 3.7+"
category = "main"
optional = false
python-versions = ">=3.7"
2022-05-18 14:49:20 +00:00
[ [ package ] ]
name = "typing-inspect"
version = "0.7.1"
description = "Runtime inspection utilities for typing module."
2022-05-18 15:18:14 +00:00
category = "dev"
2022-05-18 14:49:20 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
mypy-extensions = ">=0.3.0"
typing-extensions = ">=3.7.4"
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "tzdata"
version = "2022.1"
description = "Provider of IANA time zone data"
category = "main"
optional = false
python-versions = ">=2"
[ [ package ] ]
name = "tzlocal"
version = "4.2"
description = "tzinfo object for the local timezone"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pytz-deprecation-shim = "*"
tzdata = { version = "*" , markers = "platform_system == \"Windows\"" }
[ package . extras ]
devenv = [ "black" , "pyroma" , "pytest-cov" , "zest.releaser" ]
2022-08-30 16:19:45 +00:00
test = [ "pytest-mock (>=3.3)" , "pytest (>=4.3)" ]
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "unidecode"
version = "1.3.4"
description = "ASCII transliterations of Unicode text"
category = "main"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "urllib3"
version = "1.26.9"
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[ package . extras ]
2022-08-30 16:19:45 +00:00
brotli = [ "brotlicffi (>=0.8.0)" , "brotli (>=1.0.9)" , "brotlipy (>=0.6.0)" ]
secure = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "certifi" , "ipaddress" ]
2022-05-13 17:42:42 +00:00
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
[ [ package ] ]
name = "vine"
version = "5.0.0"
description = "Promises, promises, promises."
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "virtualenv"
version = "20.14.1"
description = "Virtual Python Environment builder"
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ package . dependencies ]
distlib = ">=0.3.1,<1"
filelock = ">=3.2,<4"
platformdirs = ">=2,<3"
six = ">=1.9.0,<2"
[ package . extras ]
docs = [ "proselint (>=0.10.2)" , "sphinx (>=3)" , "sphinx-argparse (>=0.2.5)" , "sphinx-rtd-theme (>=0.4.3)" , "towncrier (>=21.3)" ]
2022-08-30 16:19:45 +00:00
testing = [ "coverage (>=4)" , "coverage-enable-subprocess (>=1)" , "flaky (>=3)" , "pytest (>=4)" , "pytest-env (>=0.6.2)" , "pytest-freezegun (>=0.4.1)" , "pytest-mock (>=2)" , "pytest-randomly (>=1)" , "pytest-timeout (>=1)" , "packaging (>=20.0)" ]
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "wcwidth"
version = "0.2.5"
description = "Measures the displayed width of unicode strings in a terminal"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "werkzeug"
version = "2.1.2"
description = "The comprehensive WSGI web application library."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
watchdog = [ "watchdog" ]
[ [ package ] ]
name = "wrapt"
version = "1.14.1"
description = "Module for decorators, wrappers and monkey patching."
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ [ package ] ]
name = "wtforms"
version = "3.0.1"
description = "Form validation and rendering for Python web development."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
MarkupSafe = "*"
[ package . extras ]
email = [ "email-validator" ]
[ [ package ] ]
name = "xdoctest"
2022-08-23 14:19:47 +00:00
version = "1.0.2"
2022-05-13 17:42:42 +00:00
description = "A rewrite of the builtin doctest module"
category = "dev"
optional = false
2022-07-11 22:24:46 +00:00
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4"
2022-05-13 17:42:42 +00:00
[ package . dependencies ]
colorama = { version = "*" , optional = true , markers = "platform_system == \"Windows\" and extra == \"colors\"" }
Pygments = { version = "*" , optional = true , markers = "python_version >= \"3.5.0\" and extra == \"colors\"" }
six = "*"
[ package . extras ]
2022-08-30 16:19:45 +00:00
tests = [ "pytest-cov" , "pytest" , "typing" , "pytest" , "pytest-cov" , "pytest" , "pytest-cov" , "pytest" , "pytest" , "pytest-cov" , "pytest" , "scikit-build" , "pybind11" , "ninja" , "codecov" , "cmake" ]
tests-strict = [ "pytest-cov (==3.0.0)" , "pytest (==6.2.5)" , "typing (==3.7.4)" , "pytest (==4.6.0)" , "pytest (==4.6.0)" , "pytest-cov (==2.9.0)" , "pytest (==4.6.0)" , "pytest-cov (==2.8.1)" , "pytest (==4.6.0)" , "pytest (==4.6.0)" , "pytest-cov (==2.8.1)" , "scikit-build (==0.11.1)" , "pybind11 (==2.7.1)" , "ninja (==1.10.2)" , "codecov (==2.0.15)" , "cmake (==3.21.2)" ]
2022-07-11 22:24:46 +00:00
runtime-strict = [ "six (==1.11.0)" ]
2022-08-30 16:19:45 +00:00
optional = [ "ipykernel" , "ipython" , "jupyter-client" , "nbconvert" , "jinja2" , "jupyter-core" , "jedi" , "attrs" , "pygments" , "ipython-genutils" , "debugpy" , "debugpy" , "debugpy" , "ipykernel" , "debugpy" , "ipython" , "jupyter-client" , "pygments" , "tomli" , "debugpy" , "colorama" ]
optional-strict = [ "ipykernel (==6.0.0)" , "IPython (==7.23.1)" , "jupyter-client (==7.0.0)" , "nbconvert (==6.0.0)" , "jinja2 (==3.0.0)" , "jupyter-core (==4.7.0)" , "jedi (==0.16)" , "attrs (==19.2.0)" , "Pygments (==2.4.1)" , "ipython-genutils (==0.2.0)" , "debugpy (==1.6.0)" , "debugpy (==1.0.0)" , "debugpy (==1.0.0)" , "ipykernel (==5.2.0)" , "debugpy (==1.0.0)" , "IPython (==7.10.0)" , "jupyter-client (==6.1.5)" , "Pygments (==2.0.0)" , "tomli (==0.2.0)" , "debugpy (==1.3.0)" , "colorama (==0.4.1)" ]
jupyter = [ "ipykernel" , "ipython" , "jupyter-client" , "nbconvert" , "jinja2" , "jupyter-core" , "jedi" , "attrs" , "ipython-genutils" , "debugpy" , "debugpy" , "debugpy" , "ipykernel" , "debugpy" , "ipython" , "jupyter-client" , "debugpy" ]
colors = [ "pygments" , "pygments" , "colorama" ]
all = [ "ipykernel" , "ipython" , "jupyter-client" , "nbconvert" , "pytest-cov" , "jinja2" , "jupyter-core" , "jedi" , "attrs" , "pygments" , "pytest" , "ipython-genutils" , "debugpy" , "typing" , "debugpy" , "debugpy" , "pytest" , "ipykernel" , "debugpy" , "ipython" , "jupyter-client" , "pytest-cov" , "pytest" , "pytest-cov" , "pytest" , "pygments" , "pytest" , "debugpy" , "pytest-cov" , "pytest" , "colorama" , "six" , "scikit-build" , "pybind11" , "ninja" , "codecov" , "cmake" ]
all-strict = [ "ipykernel (==6.0.0)" , "IPython (==7.23.1)" , "jupyter-client (==7.0.0)" , "nbconvert (==6.0.0)" , "pytest-cov (==3.0.0)" , "jinja2 (==3.0.0)" , "jupyter-core (==4.7.0)" , "jedi (==0.16)" , "attrs (==19.2.0)" , "Pygments (==2.4.1)" , "pytest (==6.2.5)" , "ipython-genutils (==0.2.0)" , "debugpy (==1.6.0)" , "typing (==3.7.4)" , "debugpy (==1.0.0)" , "debugpy (==1.0.0)" , "pytest (==4.6.0)" , "ipykernel (==5.2.0)" , "debugpy (==1.0.0)" , "IPython (==7.10.0)" , "jupyter-client (==6.1.5)" , "pytest (==4.6.0)" , "pytest-cov (==2.9.0)" , "pytest (==4.6.0)" , "pytest-cov (==2.8.1)" , "Pygments (==2.0.0)" , "pytest (==4.6.0)" , "debugpy (==1.3.0)" , "pytest (==4.6.0)" , "pytest-cov (==2.8.1)" , "colorama (==0.4.1)" , "six (==1.11.0)" , "scikit-build (==0.11.1)" , "pybind11 (==2.7.1)" , "ninja (==1.10.2)" , "codecov (==2.0.15)" , "cmake (==3.21.2)" ]
2022-05-13 17:42:42 +00:00
[ [ package ] ]
name = "zipp"
version = "3.8.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
2022-08-30 16:19:45 +00:00
docs = [ "sphinx" , "jaraco.packaging (>=9)" , "rst.linker (>=1.9)" ]
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)" ]
2022-05-13 17:42:42 +00:00
[ metadata ]
lock-version = "1.1"
2022-06-22 02:34:27 +00:00
python-versions = "^3.9"
2022-09-01 21:38:46 +00:00
content-hash = "3fe7680583608ddd4ea93082b0c6c250507b53b2211218e00b2df01649bd6c6b"
2022-05-13 17:42:42 +00:00
[ metadata . files ]
2022-07-12 23:29:58 +00:00
alabaster = [
{ file = "alabaster-0.7.12-py2.py3-none-any.whl" , hash = "sha256:446438bdcca0e05bd45ea2de1668c1d9b032e1a9154c2c259092d77031ddd359" } ,
{ file = "alabaster-0.7.12.tar.gz" , hash = "sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02" } ,
]
alembic = [
{ file = "alembic-1.8.0-py3-none-any.whl" , hash = "sha256:b5ae4bbfc7d1302ed413989d39474d102e7cfa158f6d5969d2497955ffe85a30" } ,
{ file = "alembic-1.8.0.tar.gz" , hash = "sha256:a2d4d90da70b30e70352cd9455e35873a255a31402a438fe24815758d7a0e5e1" } ,
]
amqp = [
{ file = "amqp-5.1.1-py3-none-any.whl" , hash = "sha256:6f0956d2c23d8fa6e7691934d8c3930eadb44972cbbd1a7ae3a520f735d43359" } ,
{ file = "amqp-5.1.1.tar.gz" , hash = "sha256:2c1b13fecc0893e946c65cbd5f36427861cffa4ea2201d8f6fca22e2a373b5e2" } ,
]
aniso8601 = [
{ file = "aniso8601-9.0.1-py2.py3-none-any.whl" , hash = "sha256:1d2b7ef82963909e93c4f24ce48d4de9e66009a21bf1c1e1c85bdd0812fe412f" } ,
{ file = "aniso8601-9.0.1.tar.gz" , hash = "sha256:72e3117667eedf66951bb2d93f4296a56b94b078a8a95905a052611fb3f1b973" } ,
]
2022-08-30 16:19:45 +00:00
apscheduler = [ ]
2022-07-12 23:29:58 +00:00
astroid = [
{ file = "astroid-2.11.6-py3-none-any.whl" , hash = "sha256:ba33a82a9a9c06a5ceed98180c5aab16e29c285b828d94696bf32d6015ea82a9" } ,
{ file = "astroid-2.11.6.tar.gz" , hash = "sha256:4f933d0bf5e408b03a6feb5d23793740c27e07340605f236496cd6ce552043d6" } ,
]
atomicwrites = [
{ file = "atomicwrites-1.4.0-py2.py3-none-any.whl" , hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197" } ,
{ file = "atomicwrites-1.4.0.tar.gz" , hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a" } ,
]
attrs = [
{ file = "attrs-21.4.0-py2.py3-none-any.whl" , hash = "sha256:2d27e3784d7a565d36ab851fe94887c5eccd6a463168875832a1be79c82828b4" } ,
{ file = "attrs-21.4.0.tar.gz" , hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd" } ,
]
babel = [
{ file = "Babel-2.10.3-py3-none-any.whl" , hash = "sha256:ff56f4892c1c4bf0d814575ea23471c230d544203c7748e8c68f0089478d48eb" } ,
{ file = "Babel-2.10.3.tar.gz" , hash = "sha256:7614553711ee97490f732126dc077f8d0ae084ebc6a96e23db1482afabdb2c51" } ,
]
bandit = [
{ file = "bandit-1.7.2-py3-none-any.whl" , hash = "sha256:e20402cadfd126d85b68ed4c8862959663c8c372dbbb1fca8f8e2c9f55a067ec" } ,
{ file = "bandit-1.7.2.tar.gz" , hash = "sha256:6d11adea0214a43813887bfe71a377b5a9955e4c826c8ffd341b494e3ab25260" } ,
]
bcrypt = [
{ file = "bcrypt-3.2.2-cp36-abi3-macosx_10_10_universal2.whl" , hash = "sha256:7180d98a96f00b1050e93f5b0f556e658605dd9f524d0b0e68ae7944673f525e" } ,
{ file = "bcrypt-3.2.2-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:61bae49580dce88095d669226d5076d0b9d927754cedbdf76c6c9f5099ad6f26" } ,
{ file = "bcrypt-3.2.2-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:88273d806ab3a50d06bc6a2fc7c87d737dd669b76ad955f449c43095389bc8fb" } ,
{ file = "bcrypt-3.2.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:6d2cb9d969bfca5bc08e45864137276e4c3d3d7de2b162171def3d188bf9d34a" } ,
{ file = "bcrypt-3.2.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2b02d6bfc6336d1094276f3f588aa1225a598e27f8e3388f4db9948cb707b521" } ,
{ file = "bcrypt-3.2.2-cp36-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:a2c46100e315c3a5b90fdc53e429c006c5f962529bc27e1dfd656292c20ccc40" } ,
{ file = "bcrypt-3.2.2-cp36-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:7d9ba2e41e330d2af4af6b1b6ec9e6128e91343d0b4afb9282e54e5508f31baa" } ,
{ file = "bcrypt-3.2.2-cp36-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:cd43303d6b8a165c29ec6756afd169faba9396a9472cdff753fe9f19b96ce2fa" } ,
{ file = "bcrypt-3.2.2-cp36-abi3-win32.whl" , hash = "sha256:4e029cef560967fb0cf4a802bcf4d562d3d6b4b1bf81de5ec1abbe0f1adb027e" } ,
{ file = "bcrypt-3.2.2-cp36-abi3-win_amd64.whl" , hash = "sha256:7ff2069240c6bbe49109fe84ca80508773a904f5a8cb960e02a977f7f519b129" } ,
{ file = "bcrypt-3.2.2.tar.gz" , hash = "sha256:433c410c2177057705da2a9f2cd01dd157493b2a7ac14c8593a16b3dab6b6bfb" } ,
]
beautifulsoup4 = [
{ file = "beautifulsoup4-4.11.1-py3-none-any.whl" , hash = "sha256:58d5c3d29f5a36ffeb94f02f0d786cd53014cf9b3b3951d42e0080d8a9498d30" } ,
{ file = "beautifulsoup4-4.11.1.tar.gz" , hash = "sha256:ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693" } ,
]
billiard = [
{ file = "billiard-3.6.4.0-py3-none-any.whl" , hash = "sha256:87103ea78fa6ab4d5c751c4909bcff74617d985de7fa8b672cf8618afd5a875b" } ,
{ file = "billiard-3.6.4.0.tar.gz" , hash = "sha256:299de5a8da28a783d51b197d496bef4f1595dd023a93a4f59dde1886ae905547" } ,
]
2022-08-30 16:19:45 +00:00
black = [ ]
2022-07-12 23:29:58 +00:00
blinker = [
{ file = "blinker-1.4.tar.gz" , hash = "sha256:471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d606f8b6" } ,
]
celery = [
{ file = "celery-5.2.7-py3-none-any.whl" , hash = "sha256:138420c020cd58d6707e6257b6beda91fd39af7afde5d36c6334d175302c0e14" } ,
{ file = "celery-5.2.7.tar.gz" , hash = "sha256:fafbd82934d30f8a004f81e8f7a062e31413a23d444be8ee3326553915958c6d" } ,
]
certifi = [
{ file = "certifi-2022.6.15-py3-none-any.whl" , hash = "sha256:fe86415d55e84719d75f8b69414f6438ac3547d2078ab91b67e779ef69378412" } ,
{ file = "certifi-2022.6.15.tar.gz" , hash = "sha256:84c85a9078b11105f04f3036a9482ae10e4621616db313fe045dd24743a0820d" } ,
]
cffi = [
{ file = "cffi-1.15.0-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:c2502a1a03b6312837279c8c1bd3ebedf6c12c4228ddbad40912d671ccc8a962" } ,
{ file = "cffi-1.15.0-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:23cfe892bd5dd8941608f93348c0737e369e51c100d03718f108bf1add7bd6d0" } ,
{ file = "cffi-1.15.0-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:41d45de54cd277a7878919867c0f08b0cf817605e4eb94093e7516505d3c8d14" } ,
{ file = "cffi-1.15.0-cp27-cp27m-win32.whl" , hash = "sha256:4a306fa632e8f0928956a41fa8e1d6243c71e7eb59ffbd165fc0b41e316b2474" } ,
{ file = "cffi-1.15.0-cp27-cp27m-win_amd64.whl" , hash = "sha256:e7022a66d9b55e93e1a845d8c9eba2a1bebd4966cd8bfc25d9cd07d515b33fa6" } ,
{ file = "cffi-1.15.0-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:14cd121ea63ecdae71efa69c15c5543a4b5fbcd0bbe2aad864baca0063cecf27" } ,
{ file = "cffi-1.15.0-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:d4d692a89c5cf08a8557fdeb329b82e7bf609aadfaed6c0d79f5a449a3c7c023" } ,
{ file = "cffi-1.15.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:0104fb5ae2391d46a4cb082abdd5c69ea4eab79d8d44eaaf79f1b1fd806ee4c2" } ,
{ file = "cffi-1.15.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:91ec59c33514b7c7559a6acda53bbfe1b283949c34fe7440bcf917f96ac0723e" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:f5c7150ad32ba43a07c4479f40241756145a1f03b43480e058cfd862bf5041c7" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:00c878c90cb53ccfaae6b8bc18ad05d2036553e6d9d1d9dbcf323bbe83854ca3" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:abb9a20a72ac4e0fdb50dae135ba5e77880518e742077ced47eb1499e29a443c" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a5263e363c27b653a90078143adb3d076c1a748ec9ecc78ea2fb916f9b861962" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f54a64f8b0c8ff0b64d18aa76675262e1700f3995182267998c31ae974fbc382" } ,
{ file = "cffi-1.15.0-cp310-cp310-win32.whl" , hash = "sha256:c21c9e3896c23007803a875460fb786118f0cdd4434359577ea25eb556e34c55" } ,
{ file = "cffi-1.15.0-cp310-cp310-win_amd64.whl" , hash = "sha256:5e069f72d497312b24fcc02073d70cb989045d1c91cbd53979366077959933e0" } ,
{ file = "cffi-1.15.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:64d4ec9f448dfe041705426000cc13e34e6e5bb13736e9fd62e34a0b0c41566e" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2756c88cbb94231c7a147402476be2c4df2f6078099a6f4a480d239a8817ae39" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3b96a311ac60a3f6be21d2572e46ce67f09abcf4d09344c49274eb9e0bf345fc" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:75e4024375654472cc27e91cbe9eaa08567f7fbdf822638be2814ce059f58032" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:59888172256cac5629e60e72e86598027aca6bf01fa2465bdb676d37636573e8" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:27c219baf94952ae9d50ec19651a687b826792055353d07648a5695413e0c605" } ,
{ file = "cffi-1.15.0-cp36-cp36m-win32.whl" , hash = "sha256:4958391dbd6249d7ad855b9ca88fae690783a6be9e86df65865058ed81fc860e" } ,
{ file = "cffi-1.15.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:f6f824dc3bce0edab5f427efcfb1d63ee75b6fcb7282900ccaf925be84efb0fc" } ,
{ file = "cffi-1.15.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:06c48159c1abed75c2e721b1715c379fa3200c7784271b3c46df01383b593636" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:c2051981a968d7de9dd2d7b87bcb9c939c74a34626a6e2f8181455dd49ed69e4" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:fd8a250edc26254fe5b33be00402e6d287f562b6a5b2152dec302fa15bb3e997" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:91d77d2a782be4274da750752bb1650a97bfd8f291022b379bb8e01c66b4e96b" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:45db3a33139e9c8f7c09234b5784a5e33d31fd6907800b316decad50af323ff2" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:263cc3d821c4ab2213cbe8cd8b355a7f72a8324577dc865ef98487c1aeee2bc7" } ,
{ file = "cffi-1.15.0-cp37-cp37m-win32.whl" , hash = "sha256:17771976e82e9f94976180f76468546834d22a7cc404b17c22df2a2c81db0c66" } ,
{ file = "cffi-1.15.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:3415c89f9204ee60cd09b235810be700e993e343a408693e80ce7f6a40108029" } ,
{ file = "cffi-1.15.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:4238e6dab5d6a8ba812de994bbb0a79bddbdf80994e4ce802b6f6f3142fcc880" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:0808014eb713677ec1292301ea4c81ad277b6cdf2fdd90fd540af98c0b101d20" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:57e9ac9ccc3101fac9d6014fba037473e4358ef4e89f8e181f8951a2c0162024" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8b6c2ea03845c9f501ed1313e78de148cd3f6cad741a75d43a29b43da27f2e1e" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:10dffb601ccfb65262a27233ac273d552ddc4d8ae1bf93b21c94b8511bffe728" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:786902fb9ba7433aae840e0ed609f45c7bcd4e225ebb9c753aa39725bb3e6ad6" } ,
{ file = "cffi-1.15.0-cp38-cp38-win32.whl" , hash = "sha256:da5db4e883f1ce37f55c667e5c0de439df76ac4cb55964655906306918e7363c" } ,
{ file = "cffi-1.15.0-cp38-cp38-win_amd64.whl" , hash = "sha256:181dee03b1170ff1969489acf1c26533710231c58f95534e3edac87fff06c443" } ,
{ file = "cffi-1.15.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:45e8636704eacc432a206ac7345a5d3d2c62d95a507ec70d62f23cd91770482a" } ,
{ file = "cffi-1.15.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:31fb708d9d7c3f49a60f04cf5b119aeefe5644daba1cd2a0fe389b674fd1de37" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:6dc2737a3674b3e344847c8686cf29e500584ccad76204efea14f451d4cc669a" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:74fdfdbfdc48d3f47148976f49fab3251e550a8720bebc99bf1483f5bfb5db3e" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ffaa5c925128e29efbde7301d8ecaf35c8c60ffbcd6a1ffd3a552177c8e5e796" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3f7d084648d77af029acb79a0ff49a0ad7e9d09057a9bf46596dac9514dc07df" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:ef1f279350da2c586a69d32fc8733092fd32cc8ac95139a00377841f59a3f8d8" } ,
{ file = "cffi-1.15.0-cp39-cp39-win32.whl" , hash = "sha256:2a23af14f408d53d5e6cd4e3d9a24ff9e05906ad574822a10563efcef137979a" } ,
{ file = "cffi-1.15.0-cp39-cp39-win_amd64.whl" , hash = "sha256:3773c4d81e6e818df2efbc7dd77325ca0dcb688116050fb2b3011218eda36139" } ,
{ file = "cffi-1.15.0.tar.gz" , hash = "sha256:920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954" } ,
]
cfgv = [
{ file = "cfgv-3.3.1-py2.py3-none-any.whl" , hash = "sha256:c6a0883f3917a037485059700b9e75da2464e6c27051014ad85ba6aaa5884426" } ,
{ file = "cfgv-3.3.1.tar.gz" , hash = "sha256:f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736" } ,
]
charset-normalizer = [
{ file = "charset-normalizer-2.0.12.tar.gz" , hash = "sha256:2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597" } ,
{ file = "charset_normalizer-2.0.12-py3-none-any.whl" , hash = "sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df" } ,
]
2022-08-30 16:19:45 +00:00
classify-imports = [ ]
2022-07-12 23:29:58 +00:00
click = [
{ file = "click-8.1.3-py3-none-any.whl" , hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48" } ,
{ file = "click-8.1.3.tar.gz" , hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e" } ,
]
click-didyoumean = [
{ file = "click-didyoumean-0.3.0.tar.gz" , hash = "sha256:f184f0d851d96b6d29297354ed981b7dd71df7ff500d82fa6d11f0856bee8035" } ,
{ file = "click_didyoumean-0.3.0-py3-none-any.whl" , hash = "sha256:a0713dc7a1de3f06bc0df5a9567ad19ead2d3d5689b434768a6145bff77c0667" } ,
]
click-plugins = [
{ file = "click-plugins-1.1.1.tar.gz" , hash = "sha256:46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b" } ,
{ file = "click_plugins-1.1.1-py2.py3-none-any.whl" , hash = "sha256:5d262006d3222f5057fd81e1623d4443e41dcda5dc815c06b442aa3c02889fc8" } ,
]
click-repl = [
{ file = "click-repl-0.2.0.tar.gz" , hash = "sha256:cd12f68d745bf6151210790540b4cb064c7b13e571bc64b6957d98d120dacfd8" } ,
{ file = "click_repl-0.2.0-py3-none-any.whl" , hash = "sha256:94b3fbbc9406a236f176e0506524b2937e4b23b6f4c0c0b2a0a83f8a64e9194b" } ,
]
clickclick = [
{ file = "clickclick-20.10.2-py2.py3-none-any.whl" , hash = "sha256:c8f33e6d9ec83f68416dd2136a7950125bd256ec39ccc9a85c6e280a16be2bb5" } ,
{ file = "clickclick-20.10.2.tar.gz" , hash = "sha256:4efb13e62353e34c5eef7ed6582c4920b418d7dedc86d819e22ee089ba01802c" } ,
]
colorama = [
{ file = "colorama-0.4.5-py2.py3-none-any.whl" , hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da" } ,
{ file = "colorama-0.4.5.tar.gz" , hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4" } ,
]
configparser = [
{ file = "configparser-5.2.0-py3-none-any.whl" , hash = "sha256:e8b39238fb6f0153a069aa253d349467c3c4737934f253ef6abac5fe0eca1e5d" } ,
{ file = "configparser-5.2.0.tar.gz" , hash = "sha256:1b35798fdf1713f1c3139016cfcbc461f09edbf099d1fb658d4b7479fcaa3daa" } ,
]
2022-08-30 16:19:45 +00:00
connexion = [ ]
coverage = [ ]
2022-07-12 23:29:58 +00:00
darglint = [
{ file = "darglint-1.8.1-py3-none-any.whl" , hash = "sha256:5ae11c259c17b0701618a20c3da343a3eb98b3bc4b5a83d31cdd94f5ebdced8d" } ,
{ file = "darglint-1.8.1.tar.gz" , hash = "sha256:080d5106df149b199822e7ee7deb9c012b49891538f14a11be681044f0bb20da" } ,
]
dateparser = [
{ file = "dateparser-1.1.1-py2.py3-none-any.whl" , hash = "sha256:9600874312ff28a41f96ec7ccdc73be1d1c44435719da47fea3339d55ff5a628" } ,
{ file = "dateparser-1.1.1.tar.gz" , hash = "sha256:038196b1f12c7397e38aad3d61588833257f6f552baa63a1499e6987fa8d42d9" } ,
]
distlib = [
{ file = "distlib-0.3.4-py2.py3-none-any.whl" , hash = "sha256:6564fe0a8f51e734df6333d08b8b94d4ea8ee6b99b5ed50613f731fd4089f34b" } ,
{ file = "distlib-0.3.4.zip" , hash = "sha256:e4b58818180336dc9c529bfb9a0b58728ffc09ad92027a3f30b7cd91e3458579" } ,
]
docutils = [
{ file = "docutils-0.17.1-py2.py3-none-any.whl" , hash = "sha256:cf316c8370a737a022b72b56874f6602acf974a37a9fba42ec2876387549fc61" } ,
{ file = "docutils-0.17.1.tar.gz" , hash = "sha256:686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125" } ,
]
dparse = [
{ file = "dparse-0.5.1-py3-none-any.whl" , hash = "sha256:e953a25e44ebb60a5c6efc2add4420c177f1d8404509da88da9729202f306994" } ,
{ file = "dparse-0.5.1.tar.gz" , hash = "sha256:a1b5f169102e1c894f9a7d5ccf6f9402a836a5d24be80a986c7ce9eaed78f367" } ,
]
2022-08-31 12:06:22 +00:00
ecdsa = [
{ file = "ecdsa-0.17.0-py2.py3-none-any.whl" , hash = "sha256:5cf31d5b33743abe0dfc28999036c849a69d548f994b535e527ee3cb7f3ef676" } ,
{ file = "ecdsa-0.17.0.tar.gz" , hash = "sha256:b9f500bb439e4153d0330610f5d26baaf18d17b8ced1bc54410d189385ea68aa" } ,
]
2022-07-12 23:29:58 +00:00
filelock = [
{ file = "filelock-3.7.1-py3-none-any.whl" , hash = "sha256:37def7b658813cda163b56fc564cdc75e86d338246458c4c28ae84cabefa2404" } ,
{ file = "filelock-3.7.1.tar.gz" , hash = "sha256:3a0fd85166ad9dbab54c9aec96737b744106dc5f15c0b09a6744a445299fcf04" } ,
]
flake8 = [
{ file = "flake8-4.0.1-py2.py3-none-any.whl" , hash = "sha256:479b1304f72536a55948cb40a32dce8bb0ffe3501e26eaf292c7e60eb5e0428d" } ,
{ file = "flake8-4.0.1.tar.gz" , hash = "sha256:806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d" } ,
]
flake8-bandit = [
{ file = "flake8_bandit-2.1.2.tar.gz" , hash = "sha256:687fc8da2e4a239b206af2e54a90093572a60d0954f3054e23690739b0b0de3b" } ,
]
2022-08-11 13:10:30 +00:00
flake8-bugbear = [
{ file = "flake8-bugbear-22.7.1.tar.gz" , hash = "sha256:e450976a07e4f9d6c043d4f72b17ec1baf717fe37f7997009c8ae58064f88305" } ,
{ file = "flake8_bugbear-22.7.1-py3-none-any.whl" , hash = "sha256:db5d7a831ef4412a224b26c708967ff816818cabae415e76b8c58df156c4b8e5" } ,
]
2022-07-12 23:29:58 +00:00
flake8-docstrings = [
{ file = "flake8-docstrings-1.6.0.tar.gz" , hash = "sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b" } ,
{ file = "flake8_docstrings-1.6.0-py2.py3-none-any.whl" , hash = "sha256:99cac583d6c7e32dd28bbfbef120a7c0d1b6dde4adb5a9fd441c4227a6534bde" } ,
]
flake8-polyfill = [
{ file = "flake8-polyfill-1.0.2.tar.gz" , hash = "sha256:e44b087597f6da52ec6393a709e7108b2905317d0c0b744cdca6208e670d8eda" } ,
{ file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl" , hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9" } ,
]
2022-08-30 16:19:45 +00:00
flake8-rst-docstrings = [ ]
flask = [ ]
2022-07-12 23:29:58 +00:00
flask-admin = [
{ file = "Flask-Admin-1.6.0.tar.gz" , hash = "sha256:424ffc79b7b0dfff051555686ea12e86e48dffacac14beaa319fb4502ac40988" } ,
]
flask-bcrypt = [
{ file = "Flask-Bcrypt-1.0.1.tar.gz" , hash = "sha256:f07b66b811417ea64eb188ae6455b0b708a793d966e1a80ceec4a23bc42a4369" } ,
{ file = "Flask_Bcrypt-1.0.1-py3-none-any.whl" , hash = "sha256:062fd991dc9118d05ac0583675507b9fe4670e44416c97e0e6819d03d01f808a" } ,
]
2022-05-16 20:38:48 +00:00
flask-bpmn = [ ]
2022-07-12 23:29:58 +00:00
flask-cors = [
{ file = "Flask-Cors-3.0.10.tar.gz" , hash = "sha256:b60839393f3b84a0f3746f6cdca56c1ad7426aa738b70d6c61375857823181de" } ,
{ file = "Flask_Cors-3.0.10-py2.py3-none-any.whl" , hash = "sha256:74efc975af1194fc7891ff5cd85b0f7478be4f7f59fe158102e91abb72bb4438" } ,
]
flask-mail = [
{ file = "Flask-Mail-0.9.1.tar.gz" , hash = "sha256:22e5eb9a940bf407bcf30410ecc3708f3c56cc44b29c34e1726fe85006935f41" } ,
]
flask-marshmallow = [
{ file = "flask-marshmallow-0.14.0.tar.gz" , hash = "sha256:bd01a6372cbe50e36f205cfff0fc5dab0b7b662c4c8b2c4fc06a3151b2950950" } ,
{ file = "flask_marshmallow-0.14.0-py2.py3-none-any.whl" , hash = "sha256:2adcd782b5a4a6c5ae3c96701f320d8ca6997995a52b2661093c56cc3ed24754" } ,
]
flask-migrate = [
{ file = "Flask-Migrate-3.1.0.tar.gz" , hash = "sha256:57d6060839e3a7f150eaab6fe4e726d9e3e7cffe2150fb223d73f92421c6d1d9" } ,
{ file = "Flask_Migrate-3.1.0-py3-none-any.whl" , hash = "sha256:a6498706241aba6be7a251078de9cf166d74307bca41a4ca3e403c9d39e2f897" } ,
]
flask-restful = [
{ file = "Flask-RESTful-0.3.9.tar.gz" , hash = "sha256:ccec650b835d48192138c85329ae03735e6ced58e9b2d9c2146d6c84c06fa53e" } ,
{ file = "Flask_RESTful-0.3.9-py2.py3-none-any.whl" , hash = "sha256:4970c49b6488e46c520b325f54833374dc2b98e211f1b272bd4b0c516232afe2" } ,
]
flask-sqlalchemy = [
{ file = "Flask-SQLAlchemy-2.5.1.tar.gz" , hash = "sha256:2bda44b43e7cacb15d4e05ff3cc1f8bc97936cc464623424102bfc2c35e95912" } ,
{ file = "Flask_SQLAlchemy-2.5.1-py2.py3-none-any.whl" , hash = "sha256:f12c3d4cc5cc7fdcc148b9527ea05671718c3ea45d50c7e732cceb33f574b390" } ,
]
furo = [
{ file = "furo-2022.6.21-py3-none-any.whl" , hash = "sha256:061b68e323345e27fcba024cf33a1e77f3dfd8d9987410be822749a706e2add6" } ,
{ file = "furo-2022.6.21.tar.gz" , hash = "sha256:9aa983b7488a4601d13113884bfb7254502c8729942e073a0acb87a5512af223" } ,
]
gitdb = [
{ file = "gitdb-4.0.9-py3-none-any.whl" , hash = "sha256:8033ad4e853066ba6ca92050b9df2f89301b8fc8bf7e9324d412a63f8bf1a8fd" } ,
{ file = "gitdb-4.0.9.tar.gz" , hash = "sha256:bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa" } ,
]
gitpython = [
{ file = "GitPython-3.1.27-py3-none-any.whl" , hash = "sha256:5b68b000463593e05ff2b261acff0ff0972df8ab1b70d3cdbd41b546c8b8fc3d" } ,
{ file = "GitPython-3.1.27.tar.gz" , hash = "sha256:1c885ce809e8ba2d88a29befeb385fcea06338d3640712b59ca623c220bb5704" } ,
]
greenlet = [
{ file = "greenlet-1.1.2-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:58df5c2a0e293bf665a51f8a100d3e9956febfbf1d9aaf8c0677cf70218910c6" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:aec52725173bd3a7b56fe91bc56eccb26fbdff1386ef123abb63c84c5b43b63a" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:833e1551925ed51e6b44c800e71e77dacd7e49181fdc9ac9a0bf3714d515785d" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-win32.whl" , hash = "sha256:aa5b467f15e78b82257319aebc78dd2915e4c1436c3c0d1ad6f53e47ba6e2713" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-win_amd64.whl" , hash = "sha256:40b951f601af999a8bf2ce8c71e8aaa4e8c6f78ff8afae7b808aae2dc50d4c40" } ,
{ file = "greenlet-1.1.2-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:95e69877983ea39b7303570fa6760f81a3eec23d0e3ab2021b7144b94d06202d" } ,
{ file = "greenlet-1.1.2-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:356b3576ad078c89a6107caa9c50cc14e98e3a6c4874a37c3e0273e4baf33de8" } ,
{ file = "greenlet-1.1.2-cp310-cp310-macosx_10_14_x86_64.whl" , hash = "sha256:8639cadfda96737427330a094476d4c7a56ac03de7265622fcf4cfe57c8ae18d" } ,
{ file = "greenlet-1.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:97e5306482182170ade15c4b0d8386ded995a07d7cc2ca8f27958d34d6736497" } ,
{ file = "greenlet-1.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e6a36bb9474218c7a5b27ae476035497a6990e21d04c279884eb10d9b290f1b1" } ,
{ file = "greenlet-1.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:abb7a75ed8b968f3061327c433a0fbd17b729947b400747c334a9c29a9af6c58" } ,
{ file = "greenlet-1.1.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:b336501a05e13b616ef81ce329c0e09ac5ed8c732d9ba7e3e983fcc1a9e86965" } ,
{ file = "greenlet-1.1.2-cp310-cp310-win_amd64.whl" , hash = "sha256:14d4f3cd4e8b524ae9b8aa567858beed70c392fdec26dbdb0a8a418392e71708" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-macosx_10_14_x86_64.whl" , hash = "sha256:17ff94e7a83aa8671a25bf5b59326ec26da379ace2ebc4411d690d80a7fbcf23" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:9f3cba480d3deb69f6ee2c1825060177a22c7826431458c697df88e6aeb3caee" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:fa877ca7f6b48054f847b61d6fa7bed5cebb663ebc55e018fda12db09dcc664c" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-win32.whl" , hash = "sha256:7cbd7574ce8e138bda9df4efc6bf2ab8572c9aff640d8ecfece1b006b68da963" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-win_amd64.whl" , hash = "sha256:903bbd302a2378f984aef528f76d4c9b1748f318fe1294961c072bdc7f2ffa3e" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:049fe7579230e44daef03a259faa24511d10ebfa44f69411d99e6a184fe68073" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:dd0b1e9e891f69e7675ba5c92e28b90eaa045f6ab134ffe70b52e948aa175b3c" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:7418b6bfc7fe3331541b84bb2141c9baf1ec7132a7ecd9f375912eca810e714e" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f9d29ca8a77117315101425ec7ec2a47a22ccf59f5593378fc4077ac5b754fce" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:21915eb821a6b3d9d8eefdaf57d6c345b970ad722f856cd71739493ce003ad08" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:eff9d20417ff9dcb0d25e2defc2574d10b491bf2e693b4e491914738b7908168" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:b8c008de9d0daba7b6666aa5bbfdc23dcd78cafc33997c9b7741ff6353bafb7f" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-win32.whl" , hash = "sha256:32ca72bbc673adbcfecb935bb3fb1b74e663d10a4b241aaa2f5a75fe1d1f90aa" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:f0214eb2a23b85528310dad848ad2ac58e735612929c8072f6093f3585fd342d" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:b92e29e58bef6d9cfd340c72b04d74c4b4e9f70c9fa7c78b674d1fec18896dc4" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:fdcec0b8399108577ec290f55551d926d9a1fa6cad45882093a7a07ac5ec147b" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:93f81b134a165cc17123626ab8da2e30c0455441d4ab5576eed73a64c025b25c" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1e12bdc622676ce47ae9abbf455c189e442afdde8818d9da983085df6312e7a1" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8c790abda465726cfb8bb08bd4ca9a5d0a7bd77c7ac1ca1b839ad823b948ea28" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f276df9830dba7a333544bd41070e8175762a7ac20350786b322b714b0e654f5" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:8c5d5b35f789a030ebb95bff352f1d27a93d81069f2adb3182d99882e095cefe" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-win32.whl" , hash = "sha256:64e6175c2e53195278d7388c454e0b30997573f3f4bd63697f88d855f7a6a1fc" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:b11548073a2213d950c3f671aa88e6f83cda6e2fb97a8b6317b1b5b33d850e06" } ,
{ file = "greenlet-1.1.2-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:9633b3034d3d901f0a46b7939f8c4d64427dfba6bbc5a36b1a67364cf148a1b0" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:eb6ea6da4c787111adf40f697b4e58732ee0942b5d3bd8f435277643329ba627" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:f3acda1924472472ddd60c29e5b9db0cec629fbe3c5c5accb74d6d6d14773478" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e859fcb4cbe93504ea18008d1df98dee4f7766db66c435e4882ab35cf70cac43" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:00e44c8afdbe5467e4f7b5851be223be68adb4272f44696ee71fe46b7036a711" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ec8c433b3ab0419100bd45b47c9c8551248a5aee30ca5e9d399a0b57ac04651b" } ,
{ file = "greenlet-1.1.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:2bde6792f313f4e918caabc46532aa64aa27a0db05d75b20edfc5c6f46479de2" } ,
{ file = "greenlet-1.1.2-cp38-cp38-win32.whl" , hash = "sha256:288c6a76705dc54fba69fbcb59904ae4ad768b4c768839b8ca5fdadec6dd8cfd" } ,
{ file = "greenlet-1.1.2-cp38-cp38-win_amd64.whl" , hash = "sha256:8d2f1fb53a421b410751887eb4ff21386d119ef9cde3797bf5e7ed49fb51a3b3" } ,
{ file = "greenlet-1.1.2-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:166eac03e48784a6a6e0e5f041cfebb1ab400b394db188c48b3a84737f505b67" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:572e1787d1460da79590bf44304abbc0a2da944ea64ec549188fa84d89bba7ab" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:be5f425ff1f5f4b3c1e33ad64ab994eed12fc284a6ea71c5243fd564502ecbe5" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b1692f7d6bc45e3200844be0dba153612103db241691088626a33ff1f24a0d88" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:7227b47e73dedaa513cdebb98469705ef0d66eb5a1250144468e9c3097d6b59b" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7ff61ff178250f9bb3cd89752df0f1dd0e27316a8bd1465351652b1b4a4cdfd3" } ,
{ file = "greenlet-1.1.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:0051c6f1f27cb756ffc0ffbac7d2cd48cb0362ac1736871399a739b2885134d3" } ,
{ file = "greenlet-1.1.2-cp39-cp39-win32.whl" , hash = "sha256:f70a9e237bb792c7cc7e44c531fd48f5897961701cdaa06cf22fc14965c496cf" } ,
{ file = "greenlet-1.1.2-cp39-cp39-win_amd64.whl" , hash = "sha256:013d61294b6cd8fe3242932c1c5e36e5d1db2c8afb58606c5a67efce62c1f5fd" } ,
{ file = "greenlet-1.1.2.tar.gz" , hash = "sha256:e30f5ea4ae2346e62cedde8794a56858a67b878dd79f7df76a0767e356b1744a" } ,
]
gunicorn = [
{ file = "gunicorn-20.1.0-py3-none-any.whl" , hash = "sha256:9dcc4547dbb1cb284accfb15ab5667a0e5d1881cc443e0677b4882a4067a807e" } ,
{ file = "gunicorn-20.1.0.tar.gz" , hash = "sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8" } ,
]
identify = [
{ file = "identify-2.5.1-py2.py3-none-any.whl" , hash = "sha256:0dca2ea3e4381c435ef9c33ba100a78a9b40c0bab11189c7cf121f75815efeaa" } ,
{ file = "identify-2.5.1.tar.gz" , hash = "sha256:3d11b16f3fe19f52039fb7e39c9c884b21cb1b586988114fbe42671f03de3e82" } ,
]
idna = [
{ file = "idna-3.3-py3-none-any.whl" , hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff" } ,
{ file = "idna-3.3.tar.gz" , hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d" } ,
]
imagesize = [
{ file = "imagesize-1.3.0-py2.py3-none-any.whl" , hash = "sha256:1db2f82529e53c3e929e8926a1fa9235aa82d0bd0c580359c67ec31b2fddaa8c" } ,
{ file = "imagesize-1.3.0.tar.gz" , hash = "sha256:cd1750d452385ca327479d45b64d9c7729ecf0b3969a58148298c77092261f9d" } ,
]
importlib-metadata = [
{ file = "importlib_metadata-4.11.4-py3-none-any.whl" , hash = "sha256:c58c8eb8a762858f49e18436ff552e83914778e50e9d2f1660535ffb364552ec" } ,
{ file = "importlib_metadata-4.11.4.tar.gz" , hash = "sha256:5d26852efe48c0a32b0509ffbc583fda1a2266545a78d104a6f4aff3db17d700" } ,
]
inflection = [
{ file = "inflection-0.5.1-py2.py3-none-any.whl" , hash = "sha256:f38b2b640938a4f35ade69ac3d053042959b62a0f1076a5bbaa1b9526605a8a2" } ,
{ file = "inflection-0.5.1.tar.gz" , hash = "sha256:1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417" } ,
]
iniconfig = [
{ file = "iniconfig-1.1.1-py2.py3-none-any.whl" , hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3" } ,
{ file = "iniconfig-1.1.1.tar.gz" , hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32" } ,
]
itsdangerous = [
{ file = "itsdangerous-2.1.2-py3-none-any.whl" , hash = "sha256:2c2349112351b88699d8d4b6b075022c0808887cb7ad10069318a8b0bc88db44" } ,
{ file = "itsdangerous-2.1.2.tar.gz" , hash = "sha256:5dbbc68b317e5e42f327f9021763545dc3fc3bfe22e6deb96aaf1fc38874156a" } ,
]
jinja2 = [
{ file = "Jinja2-3.1.2-py3-none-any.whl" , hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61" } ,
{ file = "Jinja2-3.1.2.tar.gz" , hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852" } ,
]
jsonschema = [
{ file = "jsonschema-4.6.0-py3-none-any.whl" , hash = "sha256:1c92d2db1900b668201f1797887d66453ab1fbfea51df8e4b46236689c427baf" } ,
{ file = "jsonschema-4.6.0.tar.gz" , hash = "sha256:9d6397ba4a6c0bf0300736057f649e3e12ecbc07d3e81a0dacb72de4e9801957" } ,
]
kombu = [
{ file = "kombu-5.2.4-py3-none-any.whl" , hash = "sha256:8b213b24293d3417bcf0d2f5537b7f756079e3ea232a8386dcc89a59fd2361a4" } ,
{ file = "kombu-5.2.4.tar.gz" , hash = "sha256:37cee3ee725f94ea8bb173eaab7c1760203ea53bbebae226328600f9d2799610" } ,
]
lazy-object-proxy = [
{ file = "lazy-object-proxy-1.7.1.tar.gz" , hash = "sha256:d609c75b986def706743cdebe5e47553f4a5a1da9c5ff66d76013ef396b5a8a4" } ,
{ file = "lazy_object_proxy-1.7.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:bb8c5fd1684d60a9902c60ebe276da1f2281a318ca16c1d0a96db28f62e9166b" } ,
{ file = "lazy_object_proxy-1.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a57d51ed2997e97f3b8e3500c984db50a554bb5db56c50b5dab1b41339b37e36" } ,
{ 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" } ,
{ file = "lazy_object_proxy-1.7.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:8561da8b3dd22d696244d6d0d5330618c993a215070f473b699e00cf1f3f6443" } ,
{ file = "lazy_object_proxy-1.7.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:fccdf7c2c5821a8cbd0a9440a456f5050492f2270bd54e94360cac663398739b" } ,
{ file = "lazy_object_proxy-1.7.1-cp310-cp310-win32.whl" , hash = "sha256:898322f8d078f2654d275124a8dd19b079080ae977033b713f677afcfc88e2b9" } ,
{ file = "lazy_object_proxy-1.7.1-cp310-cp310-win_amd64.whl" , hash = "sha256:85b232e791f2229a4f55840ed54706110c80c0a210d076eee093f2b2e33e1bfd" } ,
{ file = "lazy_object_proxy-1.7.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:46ff647e76f106bb444b4533bb4153c7370cdf52efc62ccfc1a28bdb3cc95442" } ,
{ file = "lazy_object_proxy-1.7.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:12f3bb77efe1367b2515f8cb4790a11cffae889148ad33adad07b9b55e0ab22c" } ,
{ 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" } ,
{ file = "lazy_object_proxy-1.7.1-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:e40f2013d96d30217a51eeb1db28c9ac41e9d0ee915ef9d00da639c5b63f01a1" } ,
{ file = "lazy_object_proxy-1.7.1-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:2052837718516a94940867e16b1bb10edb069ab475c3ad84fd1e1a6dd2c0fcfc" } ,
{ file = "lazy_object_proxy-1.7.1-cp36-cp36m-win32.whl" , hash = "sha256:6a24357267aa976abab660b1d47a34aaf07259a0c3859a34e536f1ee6e76b5bb" } ,
{ file = "lazy_object_proxy-1.7.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:6aff3fe5de0831867092e017cf67e2750c6a1c7d88d84d2481bd84a2e019ec35" } ,
{ file = "lazy_object_proxy-1.7.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:6a6e94c7b02641d1311228a102607ecd576f70734dc3d5e22610111aeacba8a0" } ,
{ file = "lazy_object_proxy-1.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c4ce15276a1a14549d7e81c243b887293904ad2d94ad767f42df91e75fd7b5b6" } ,
{ 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" } ,
{ file = "lazy_object_proxy-1.7.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:6ecbb350991d6434e1388bee761ece3260e5228952b1f0c46ffc800eb313ff42" } ,
{ file = "lazy_object_proxy-1.7.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:553b0f0d8dbf21890dd66edd771f9b1b5f51bd912fa5f26de4449bfc5af5e029" } ,
{ file = "lazy_object_proxy-1.7.1-cp37-cp37m-win32.whl" , hash = "sha256:c7a683c37a8a24f6428c28c561c80d5f4fd316ddcf0c7cab999b15ab3f5c5c69" } ,
{ file = "lazy_object_proxy-1.7.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:df2631f9d67259dc9620d831384ed7732a198eb434eadf69aea95ad18c587a28" } ,
{ file = "lazy_object_proxy-1.7.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:07fa44286cda977bd4803b656ffc1c9b7e3bc7dff7d34263446aec8f8c96f88a" } ,
{ file = "lazy_object_proxy-1.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4dca6244e4121c74cc20542c2ca39e5c4a5027c81d112bfb893cf0790f96f57e" } ,
{ 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" } ,
{ file = "lazy_object_proxy-1.7.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:043651b6cb706eee4f91854da4a089816a6606c1428fd391573ef8cb642ae4f7" } ,
{ file = "lazy_object_proxy-1.7.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:b9e89b87c707dd769c4ea91f7a31538888aad05c116a59820f28d59b3ebfe25a" } ,
{ file = "lazy_object_proxy-1.7.1-cp38-cp38-win32.whl" , hash = "sha256:9d166602b525bf54ac994cf833c385bfcc341b364e3ee71e3bf5a1336e677b55" } ,
{ file = "lazy_object_proxy-1.7.1-cp38-cp38-win_amd64.whl" , hash = "sha256:8f3953eb575b45480db6568306893f0bd9d8dfeeebd46812aa09ca9579595148" } ,
{ file = "lazy_object_proxy-1.7.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:dd7ed7429dbb6c494aa9bc4e09d94b778a3579be699f9d67da7e6804c422d3de" } ,
{ file = "lazy_object_proxy-1.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:70ed0c2b380eb6248abdef3cd425fc52f0abd92d2b07ce26359fcbc399f636ad" } ,
{ 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" } ,
{ file = "lazy_object_proxy-1.7.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:f769457a639403073968d118bc70110e7dce294688009f5c24ab78800ae56dc8" } ,
{ file = "lazy_object_proxy-1.7.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:39b0e26725c5023757fc1ab2a89ef9d7ab23b84f9251e28f9cc114d5b59c1b09" } ,
{ file = "lazy_object_proxy-1.7.1-cp39-cp39-win32.whl" , hash = "sha256:2130db8ed69a48a3440103d4a520b89d8a9405f1b06e2cc81640509e8bf6548f" } ,
{ file = "lazy_object_proxy-1.7.1-cp39-cp39-win_amd64.whl" , hash = "sha256:677ea950bef409b47e51e733283544ac3d660b709cfce7b187f5ace137960d61" } ,
{ file = "lazy_object_proxy-1.7.1-pp37.pp38-none-any.whl" , hash = "sha256:d66906d5785da8e0be7360912e99c9188b70f52c422f9fc18223347235691a84" } ,
]
libcst = [
{ file = "libcst-0.4.5-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:5e123209fb81c958cace1b9a1750cf443515265bec231d52f84ed93347463a16" } ,
{ file = "libcst-0.4.5-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:b1e178a57a294afba329f02d0a7af4f06792a65d7e7bf36157519311c1d9a849" } ,
{ file = "libcst-0.4.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1685b99ceaff8296e5f2395d4f8dbea26baaba730f49d73f608dfcd77e5d86ef" } ,
{ file = "libcst-0.4.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e73a119c3b9d0f225d3f6416805fd87245fe5441028c2adfefb949c7728b6bbe" } ,
{ file = "libcst-0.4.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4e66d7349d02b947199621c159327b9a19767280308556c1ab54613a64e3eee2" } ,
{ file = "libcst-0.4.5-cp310-cp310-win_amd64.whl" , hash = "sha256:9bff5b970d52eaf723d2232ebb2db2cfeb9bf3d68978316ee698f49ba869b310" } ,
{ file = "libcst-0.4.5-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:00f72f86915a32e68ffffce4d45ef89af54f34113fdb3b000e262dc28dd1d8c2" } ,
{ file = "libcst-0.4.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a17d7512b996af17ce649363963332405d4566b0d54a404e019918caf78c1dee" } ,
{ file = "libcst-0.4.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bb3248b6eb50df73a712b517a643d0d20b2afd8ebb405d76d0ab1af2fbb2a2a6" } ,
{ file = "libcst-0.4.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a28ec30e3bcd8ce15311dd68a707f608e4c4bde282ea2657ecb13c24b2bf206f" } ,
{ file = "libcst-0.4.5-cp37-cp37m-win_amd64.whl" , hash = "sha256:ac24e390532687ceca3d5d1ff5cca36abe3947d4da235de47f2803c65f78eda1" } ,
{ file = "libcst-0.4.5-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:3116776ea9e56a48da98ae4c94c2c5c8be4c45c7247855d9461eedae0cffae4f" } ,
{ file = "libcst-0.4.5-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:0d3c50eeee2d6003e7ca0098f519e8f531e0c973bfbbe274d241ed3f617e905b" } ,
{ file = "libcst-0.4.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8b9e2108235cd5ad67c9a344267fba6c29ecb3bbeff01d3de4701f31f18fbeb3" } ,
{ file = "libcst-0.4.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c9d8948ab7dc2dfd1c5b078f29ba3987d4107075ad4aa011db42bc805154ec9f" } ,
{ file = "libcst-0.4.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:fc41cf393be128d8c2023c1871f9bafb39ddd9875ff53aef9cb9dda03ca0ab5d" } ,
{ file = "libcst-0.4.5-cp38-cp38-win_amd64.whl" , hash = "sha256:5012ccfed435c6cd00f506e5705cc7d325b585562a23b84a78395094ad342ddc" } ,
{ file = "libcst-0.4.5-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:bdac3fcd49329659dceef8ddeb88a0f565235f7a2e0d953c27bc91316574f49d" } ,
{ file = "libcst-0.4.5-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:298756f36604dee1bbc10f39ee6ef592047c0a4faca4c7b3a863ff48934af9fa" } ,
{ file = "libcst-0.4.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:46e40161d44c2fe043722d07584a2b0b85672570b2fca673a9d8760e3678f276" } ,
{ file = "libcst-0.4.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d7dddb5f8894aa5637fa0cc3b4a0f7b069d209d1bd91437719f3bd62a358998a" } ,
{ file = "libcst-0.4.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:72b52e74c9c3950e43424e706e01991a83671fa7b140191875dc1fb810ef41c1" } ,
{ file = "libcst-0.4.5-cp39-cp39-win_amd64.whl" , hash = "sha256:05d2bdb8d2bed5e3c55066804084e0e26a982aed2b357d3503a214aa66e21348" } ,
{ file = "libcst-0.4.5.tar.gz" , hash = "sha256:a17442b62a22bef6ce0734ff33801378575ab8a9f9a33dbafe236270cdbcdb3c" } ,
]
livereload = [
{ file = "livereload-2.6.3.tar.gz" , hash = "sha256:776f2f865e59fde56490a56bcc6773b6917366bce0c267c60ee8aaf1a0959869" } ,
]
2022-08-11 13:10:30 +00:00
lxml = [
{ file = "lxml-4.9.1-cp27-cp27m-macosx_10_15_x86_64.whl" , hash = "sha256:98cafc618614d72b02185ac583c6f7796202062c41d2eeecdf07820bad3295ed" } ,
{ file = "lxml-4.9.1-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:c62e8dd9754b7debda0c5ba59d34509c4688f853588d75b53c3791983faa96fc" } ,
{ file = "lxml-4.9.1-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:21fb3d24ab430fc538a96e9fbb9b150029914805d551deeac7d7822f64631dfc" } ,
{ file = "lxml-4.9.1-cp27-cp27m-win32.whl" , hash = "sha256:86e92728ef3fc842c50a5cb1d5ba2bc66db7da08a7af53fb3da79e202d1b2cd3" } ,
{ file = "lxml-4.9.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:4cfbe42c686f33944e12f45a27d25a492cc0e43e1dc1da5d6a87cbcaf2e95627" } ,
{ file = "lxml-4.9.1-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:dad7b164905d3e534883281c050180afcf1e230c3d4a54e8038aa5cfcf312b84" } ,
{ file = "lxml-4.9.1-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:a614e4afed58c14254e67862456d212c4dcceebab2eaa44d627c2ca04bf86837" } ,
2022-08-30 16:19:45 +00:00
{ file = "lxml-4.9.1-cp310-cp310-macosx_10_15_universal2.whl" , hash = "sha256:49a866923e69bc7da45a0565636243707c22752fc38f6b9d5c8428a86121022c" } ,
2022-08-11 13:10:30 +00:00
{ file = "lxml-4.9.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:f9ced82717c7ec65a67667bb05865ffe38af0e835cdd78728f1209c8fffe0cad" } ,
{ file = "lxml-4.9.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:d9fc0bf3ff86c17348dfc5d322f627d78273eba545db865c3cd14b3f19e57fa5" } ,
{ file = "lxml-4.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:e5f66bdf0976ec667fc4594d2812a00b07ed14d1b44259d19a41ae3fff99f2b8" } ,
{ file = "lxml-4.9.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:fe17d10b97fdf58155f858606bddb4e037b805a60ae023c009f760d8361a4eb8" } ,
{ file = "lxml-4.9.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:8caf4d16b31961e964c62194ea3e26a0e9561cdf72eecb1781458b67ec83423d" } ,
{ file = "lxml-4.9.1-cp310-cp310-win32.whl" , hash = "sha256:4780677767dd52b99f0af1f123bc2c22873d30b474aa0e2fc3fe5e02217687c7" } ,
{ file = "lxml-4.9.1-cp310-cp310-win_amd64.whl" , hash = "sha256:b122a188cd292c4d2fcd78d04f863b789ef43aa129b233d7c9004de08693728b" } ,
{ file = "lxml-4.9.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:be9eb06489bc975c38706902cbc6888f39e946b81383abc2838d186f0e8b6a9d" } ,
{ file = "lxml-4.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:f1be258c4d3dc609e654a1dc59d37b17d7fef05df912c01fc2e15eb43a9735f3" } ,
{ file = "lxml-4.9.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:927a9dd016d6033bc12e0bf5dee1dde140235fc8d0d51099353c76081c03dc29" } ,
{ file = "lxml-4.9.1-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:9232b09f5efee6a495a99ae6824881940d6447debe272ea400c02e3b68aad85d" } ,
{ file = "lxml-4.9.1-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:04da965dfebb5dac2619cb90fcf93efdb35b3c6994fea58a157a834f2f94b318" } ,
{ file = "lxml-4.9.1-cp35-cp35m-win32.whl" , hash = "sha256:4d5bae0a37af799207140652a700f21a85946f107a199bcb06720b13a4f1f0b7" } ,
{ file = "lxml-4.9.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:4878e667ebabe9b65e785ac8da4d48886fe81193a84bbe49f12acff8f7a383a4" } ,
{ file = "lxml-4.9.1-cp36-cp36m-macosx_10_15_x86_64.whl" , hash = "sha256:1355755b62c28950f9ce123c7a41460ed9743c699905cbe664a5bcc5c9c7c7fb" } ,
{ file = "lxml-4.9.1-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:bcaa1c495ce623966d9fc8a187da80082334236a2a1c7e141763ffaf7a405067" } ,
{ file = "lxml-4.9.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6eafc048ea3f1b3c136c71a86db393be36b5b3d9c87b1c25204e7d397cee9536" } ,
{ file = "lxml-4.9.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:13c90064b224e10c14dcdf8086688d3f0e612db53766e7478d7754703295c7c8" } ,
{ file = "lxml-4.9.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:206a51077773c6c5d2ce1991327cda719063a47adc02bd703c56a662cdb6c58b" } ,
{ file = "lxml-4.9.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:e8f0c9d65da595cfe91713bc1222af9ecabd37971762cb830dea2fc3b3bb2acf" } ,
{ file = "lxml-4.9.1-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:8f0a4d179c9a941eb80c3a63cdb495e539e064f8054230844dcf2fcb812b71d3" } ,
{ file = "lxml-4.9.1-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:830c88747dce8a3e7525defa68afd742b4580df6aa2fdd6f0855481e3994d391" } ,
{ file = "lxml-4.9.1-cp36-cp36m-win32.whl" , hash = "sha256:1e1cf47774373777936c5aabad489fef7b1c087dcd1f426b621fda9dcc12994e" } ,
{ file = "lxml-4.9.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:5974895115737a74a00b321e339b9c3f45c20275d226398ae79ac008d908bff7" } ,
{ file = "lxml-4.9.1-cp37-cp37m-macosx_10_15_x86_64.whl" , hash = "sha256:1423631e3d51008871299525b541413c9b6c6423593e89f9c4cfbe8460afc0a2" } ,
{ file = "lxml-4.9.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:2aaf6a0a6465d39b5ca69688fce82d20088c1838534982996ec46633dc7ad6cc" } ,
{ file = "lxml-4.9.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:9f36de4cd0c262dd9927886cc2305aa3f2210db437aa4fed3fb4940b8bf4592c" } ,
{ file = "lxml-4.9.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:ae06c1e4bc60ee076292e582a7512f304abdf6c70db59b56745cca1684f875a4" } ,
{ file = "lxml-4.9.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:57e4d637258703d14171b54203fd6822fda218c6c2658a7d30816b10995f29f3" } ,
{ file = "lxml-4.9.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:6d279033bf614953c3fc4a0aa9ac33a21e8044ca72d4fa8b9273fe75359d5cca" } ,
{ file = "lxml-4.9.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:a60f90bba4c37962cbf210f0188ecca87daafdf60271f4c6948606e4dabf8785" } ,
{ file = "lxml-4.9.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:6ca2264f341dd81e41f3fffecec6e446aa2121e0b8d026fb5130e02de1402785" } ,
{ file = "lxml-4.9.1-cp37-cp37m-win32.whl" , hash = "sha256:27e590352c76156f50f538dbcebd1925317a0f70540f7dc8c97d2931c595783a" } ,
{ file = "lxml-4.9.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:eea5d6443b093e1545ad0210e6cf27f920482bfcf5c77cdc8596aec73523bb7e" } ,
{ file = "lxml-4.9.1-cp38-cp38-macosx_10_15_x86_64.whl" , hash = "sha256:f05251bbc2145349b8d0b77c0d4e5f3b228418807b1ee27cefb11f69ed3d233b" } ,
{ file = "lxml-4.9.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:487c8e61d7acc50b8be82bda8c8d21d20e133c3cbf41bd8ad7eb1aaeb3f07c97" } ,
{ file = "lxml-4.9.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:8d1a92d8e90b286d491e5626af53afef2ba04da33e82e30744795c71880eaa21" } ,
{ file = "lxml-4.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:b570da8cd0012f4af9fa76a5635cd31f707473e65a5a335b186069d5c7121ff2" } ,
{ file = "lxml-4.9.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:5ef87fca280fb15342726bd5f980f6faf8b84a5287fcc2d4962ea8af88b35130" } ,
{ file = "lxml-4.9.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:93e414e3206779ef41e5ff2448067213febf260ba747fc65389a3ddaa3fb8715" } ,
{ file = "lxml-4.9.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:6653071f4f9bac46fbc30f3c7838b0e9063ee335908c5d61fb7a4a86c8fd2036" } ,
{ file = "lxml-4.9.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:32a73c53783becdb7eaf75a2a1525ea8e49379fb7248c3eeefb9412123536387" } ,
{ file = "lxml-4.9.1-cp38-cp38-win32.whl" , hash = "sha256:1a7c59c6ffd6ef5db362b798f350e24ab2cfa5700d53ac6681918f314a4d3b94" } ,
{ file = "lxml-4.9.1-cp38-cp38-win_amd64.whl" , hash = "sha256:1436cf0063bba7888e43f1ba8d58824f085410ea2025befe81150aceb123e345" } ,
{ file = "lxml-4.9.1-cp39-cp39-macosx_10_15_x86_64.whl" , hash = "sha256:4beea0f31491bc086991b97517b9683e5cfb369205dac0148ef685ac12a20a67" } ,
{ file = "lxml-4.9.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:41fb58868b816c202e8881fd0f179a4644ce6e7cbbb248ef0283a34b73ec73bb" } ,
{ file = "lxml-4.9.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:bd34f6d1810d9354dc7e35158aa6cc33456be7706df4420819af6ed966e85448" } ,
{ file = "lxml-4.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:edffbe3c510d8f4bf8640e02ca019e48a9b72357318383ca60e3330c23aaffc7" } ,
{ file = "lxml-4.9.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:6d949f53ad4fc7cf02c44d6678e7ff05ec5f5552b235b9e136bd52e9bf730b91" } ,
{ file = "lxml-4.9.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:079b68f197c796e42aa80b1f739f058dcee796dc725cc9a1be0cdb08fc45b000" } ,
{ file = "lxml-4.9.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:9c3a88d20e4fe4a2a4a84bf439a5ac9c9aba400b85244c63a1ab7088f85d9d25" } ,
{ file = "lxml-4.9.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:4e285b5f2bf321fc0857b491b5028c5f276ec0c873b985d58d7748ece1d770dd" } ,
{ file = "lxml-4.9.1-cp39-cp39-win32.whl" , hash = "sha256:ef72013e20dd5ba86a8ae1aed7f56f31d3374189aa8b433e7b12ad182c0d2dfb" } ,
{ file = "lxml-4.9.1-cp39-cp39-win_amd64.whl" , hash = "sha256:10d2017f9150248563bb579cd0d07c61c58da85c922b780060dcc9a3aa9f432d" } ,
{ file = "lxml-4.9.1-pp37-pypy37_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:0538747a9d7827ce3e16a8fdd201a99e661c7dee3c96c885d8ecba3c35d1032c" } ,
{ file = "lxml-4.9.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:0645e934e940107e2fdbe7c5b6fb8ec6232444260752598bc4d09511bd056c0b" } ,
{ file = "lxml-4.9.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:6daa662aba22ef3258934105be2dd9afa5bb45748f4f702a3b39a5bf53a1f4dc" } ,
{ file = "lxml-4.9.1-pp38-pypy38_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:603a464c2e67d8a546ddaa206d98e3246e5db05594b97db844c2f0a1af37cf5b" } ,
{ file = "lxml-4.9.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:c4b2e0559b68455c085fb0f6178e9752c4be3bba104d6e881eb5573b399d1eb2" } ,
{ file = "lxml-4.9.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:0f3f0059891d3254c7b5fb935330d6db38d6519ecd238ca4fce93c234b4a0f73" } ,
{ file = "lxml-4.9.1-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:c852b1530083a620cb0de5f3cd6826f19862bafeaf77586f1aef326e49d95f0c" } ,
{ file = "lxml-4.9.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:287605bede6bd36e930577c5925fcea17cb30453d96a7b4c63c14a257118dbb9" } ,
{ file = "lxml-4.9.1.tar.gz" , hash = "sha256:fe749b052bb7233fe5d072fcb549221a8cb1a16725c47c37e42b0b9cb3ff2c3f" } ,
]
2022-07-12 23:29:58 +00:00
mako = [
{ file = "Mako-1.2.0-py3-none-any.whl" , hash = "sha256:23aab11fdbbb0f1051b93793a58323ff937e98e34aece1c4219675122e57e4ba" } ,
{ file = "Mako-1.2.0.tar.gz" , hash = "sha256:9a7c7e922b87db3686210cf49d5d767033a41d4010b284e747682c92bddd8b39" } ,
]
markupsafe = [
{ file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:f121a1420d4e173a5d96e47e9a0c0dcff965afdf1626d28de1460815f7c4ee7a" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a49907dd8420c5685cfa064a1335b6754b74541bbb3706c259c02ed65b644b3e" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:10c1bfff05d95783da83491be968e8fe789263689c02724e0c691933c52994f5" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b7bd98b796e2b6553da7225aeb61f447f80a1ca64f41d83612e6139ca5213aa4" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:b09bf97215625a311f669476f44b8b318b075847b49316d3e28c08e41a7a573f" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:694deca8d702d5db21ec83983ce0bb4b26a578e71fbdbd4fdcd387daa90e4d5e" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:efc1913fd2ca4f334418481c7e595c00aad186563bbc1ec76067848c7ca0a933" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-win32.whl" , hash = "sha256:4a33dea2b688b3190ee12bd7cfa29d39c9ed176bda40bfa11099a3ce5d3a7ac6" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-win_amd64.whl" , hash = "sha256:dda30ba7e87fbbb7eab1ec9f58678558fd9a6b8b853530e176eabd064da81417" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:671cd1187ed5e62818414afe79ed29da836dde67166a9fac6d435873c44fdd02" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3799351e2336dc91ea70b034983ee71cf2f9533cdff7c14c90ea126bfd95d65a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e72591e9ecd94d7feb70c1cbd7be7b3ebea3f548870aa91e2732960fa4d57a37" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6fbf47b5d3728c6aea2abb0589b5d30459e369baa772e0f37a0320185e87c980" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:d5ee4f386140395a2c818d149221149c54849dfcfcb9f1debfe07a8b8bd63f9a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:bcb3ed405ed3222f9904899563d6fc492ff75cce56cba05e32eff40e6acbeaa3" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:e1c0b87e09fa55a220f058d1d49d3fb8df88fbfab58558f1198e08c1e1de842a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-win32.whl" , hash = "sha256:8dc1c72a69aa7e082593c4a203dcf94ddb74bb5c8a731e4e1eb68d031e8498ff" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:97a68e6ada378df82bc9f16b800ab77cbf4b2fada0081794318520138c088e4a" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:e8c843bbcda3a2f1e3c2ab25913c80a3c5376cd00c6e8c4a86a89a28c8dc5452" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0212a68688482dc52b2d45013df70d169f542b7394fc744c02a57374a4207003" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8e576a51ad59e4bfaac456023a78f6b5e6e7651dcd383bcc3e18d06f9b55d6d1" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4b9fe39a2ccc108a4accc2676e77da025ce383c108593d65cc909add5c3bd601" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:96e37a3dc86e80bf81758c152fe66dbf60ed5eca3d26305edf01892257049925" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:6d0072fea50feec76a4c418096652f2c3238eaa014b2f94aeb1d56a66b41403f" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:089cf3dbf0cd6c100f02945abeb18484bd1ee57a079aefd52cffd17fba910b88" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:6a074d34ee7a5ce3effbc526b7083ec9731bb3cbf921bbe1d3005d4d2bdb3a63" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-win32.whl" , hash = "sha256:421be9fbf0ffe9ffd7a378aafebbf6f4602d564d34be190fc19a193232fd12b1" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-win_amd64.whl" , hash = "sha256:fc7b548b17d238737688817ab67deebb30e8073c95749d55538ed473130ec0c7" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:e04e26803c9c3851c931eac40c695602c6295b8d432cbe78609649ad9bd2da8a" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:b87db4360013327109564f0e591bd2a3b318547bcef31b468a92ee504d07ae4f" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:99a2a507ed3ac881b975a2976d59f38c19386d128e7a9a18b7df6fff1fd4c1d6" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:56442863ed2b06d19c37f94d999035e15ee982988920e12a5b4ba29b62ad1f77" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3ce11ee3f23f79dbd06fb3d63e2f6af7b12db1d46932fe7bd8afa259a5996603" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:33b74d289bd2f5e527beadcaa3f401e0df0a89927c1559c8566c066fa4248ab7" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:43093fb83d8343aac0b1baa75516da6092f58f41200907ef92448ecab8825135" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:8e3dcf21f367459434c18e71b2a9532d96547aef8a871872a5bd69a715c15f96" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-win32.whl" , hash = "sha256:d4306c36ca495956b6d568d276ac11fdd9c30a36f1b6eb928070dc5360b22e1c" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-win_amd64.whl" , hash = "sha256:46d00d6cfecdde84d40e572d63735ef81423ad31184100411e6e3388d405e247" } ,
{ file = "MarkupSafe-2.1.1.tar.gz" , hash = "sha256:7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b" } ,
]
marshmallow = [
{ file = "marshmallow-3.16.0-py3-none-any.whl" , hash = "sha256:53a1e0ee69f79e1f3e80d17393b25cfc917eda52f859e8183b4af72c3390c1f1" } ,
{ file = "marshmallow-3.16.0.tar.gz" , hash = "sha256:a762c1d8b2bcb0e5c8e964850d03f9f3bffd6a12b626f3c14b9d6b1841999af5" } ,
]
marshmallow-enum = [
{ file = "marshmallow-enum-1.5.1.tar.gz" , hash = "sha256:38e697e11f45a8e64b4a1e664000897c659b60aa57bfa18d44e226a9920b6e58" } ,
{ file = "marshmallow_enum-1.5.1-py2.py3-none-any.whl" , hash = "sha256:57161ab3dbfde4f57adeb12090f39592e992b9c86d206d02f6bd03ebec60f072" } ,
]
marshmallow-sqlalchemy = [
{ file = "marshmallow-sqlalchemy-0.28.0.tar.gz" , hash = "sha256:fb6b06686f38fec2ea0ec53a5ee4979219409e2b2260f9bc91e4b43105d19782" } ,
{ file = "marshmallow_sqlalchemy-0.28.0-py2.py3-none-any.whl" , hash = "sha256:f1b977c323ac0ccc0456b15d4eb9bff413b92c72d7a165f263dc276dd3782cf4" } ,
]
mccabe = [
{ file = "mccabe-0.6.1-py2.py3-none-any.whl" , hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42" } ,
{ file = "mccabe-0.6.1.tar.gz" , hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f" } ,
]
monkeytype = [
{ file = "MonkeyType-22.2.0-py3-none-any.whl" , hash = "sha256:3d0815c7e98a18e9267990a452548247f6775fd636e65df5a7d77100ea7ad282" } ,
{ file = "MonkeyType-22.2.0.tar.gz" , hash = "sha256:6b0c00b49dcc5095a2c08d28246cf005e05673fc51f64d203f9a6bca2036dfab" } ,
]
mypy = [
{ file = "mypy-0.961-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:697540876638ce349b01b6786bc6094ccdaba88af446a9abb967293ce6eaa2b0" } ,
{ file = "mypy-0.961-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:b117650592e1782819829605a193360a08aa99f1fc23d1d71e1a75a142dc7e15" } ,
{ file = "mypy-0.961-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:bdd5ca340beffb8c44cb9dc26697628d1b88c6bddf5c2f6eb308c46f269bb6f3" } ,
{ file = "mypy-0.961-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:3e09f1f983a71d0672bbc97ae33ee3709d10c779beb613febc36805a6e28bb4e" } ,
{ file = "mypy-0.961-cp310-cp310-win_amd64.whl" , hash = "sha256:e999229b9f3198c0c880d5e269f9f8129c8862451ce53a011326cad38b9ccd24" } ,
{ file = "mypy-0.961-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:b24be97351084b11582fef18d79004b3e4db572219deee0212078f7cf6352723" } ,
{ file = "mypy-0.961-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f4a21d01fc0ba4e31d82f0fff195682e29f9401a8bdb7173891070eb260aeb3b" } ,
{ file = "mypy-0.961-cp36-cp36m-win_amd64.whl" , hash = "sha256:439c726a3b3da7ca84a0199a8ab444cd8896d95012c4a6c4a0d808e3147abf5d" } ,
{ file = "mypy-0.961-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:5a0b53747f713f490affdceef835d8f0cb7285187a6a44c33821b6d1f46ed813" } ,
{ file = "mypy-0.961-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:0e9f70df36405c25cc530a86eeda1e0867863d9471fe76d1273c783df3d35c2e" } ,
{ file = "mypy-0.961-cp37-cp37m-win_amd64.whl" , hash = "sha256:b88f784e9e35dcaa075519096dc947a388319cb86811b6af621e3523980f1c8a" } ,
{ file = "mypy-0.961-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:d5aaf1edaa7692490f72bdb9fbd941fbf2e201713523bdb3f4038be0af8846c6" } ,
{ file = "mypy-0.961-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:9f5f5a74085d9a81a1f9c78081d60a0040c3efb3f28e5c9912b900adf59a16e6" } ,
{ file = "mypy-0.961-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:f4b794db44168a4fc886e3450201365c9526a522c46ba089b55e1f11c163750d" } ,
{ file = "mypy-0.961-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:64759a273d590040a592e0f4186539858c948302c653c2eac840c7a3cd29e51b" } ,
{ file = "mypy-0.961-cp38-cp38-win_amd64.whl" , hash = "sha256:63e85a03770ebf403291ec50097954cc5caf2a9205c888ce3a61bd3f82e17569" } ,
{ file = "mypy-0.961-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:5f1332964963d4832a94bebc10f13d3279be3ce8f6c64da563d6ee6e2eeda932" } ,
{ file = "mypy-0.961-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:006be38474216b833eca29ff6b73e143386f352e10e9c2fbe76aa8549e5554f5" } ,
{ file = "mypy-0.961-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:9940e6916ed9371809b35b2154baf1f684acba935cd09928952310fbddaba648" } ,
{ file = "mypy-0.961-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:a5ea0875a049de1b63b972456542f04643daf320d27dc592d7c3d9cd5d9bf950" } ,
{ file = "mypy-0.961-cp39-cp39-win_amd64.whl" , hash = "sha256:1ece702f29270ec6af25db8cf6185c04c02311c6bb21a69f423d40e527b75c56" } ,
{ file = "mypy-0.961-py3-none-any.whl" , hash = "sha256:03c6cc893e7563e7b2949b969e63f02c000b32502a1b4d1314cabe391aa87d66" } ,
{ file = "mypy-0.961.tar.gz" , hash = "sha256:f730d56cb924d371c26b8eaddeea3cc07d78ff51c521c6d04899ac6904b75492" } ,
]
mypy-extensions = [
{ file = "mypy_extensions-0.4.3-py2.py3-none-any.whl" , hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d" } ,
{ file = "mypy_extensions-0.4.3.tar.gz" , hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8" } ,
]
mysql-connector-python = [
{ file = "mysql-connector-python-8.0.29.tar.gz" , hash = "sha256:29ec05ded856b4da4e47239f38489c03b31673ae0f46a090d0e4e29c670e6181" } ,
{ file = "mysql_connector_python-8.0.29-cp310-cp310-macosx_11_0_x86_64.whl" , hash = "sha256:bed43ea3a11f8d4e7c2e3f20c891214e68b45451314f91fddf9ca701de7a53ac" } ,
{ file = "mysql_connector_python-8.0.29-cp310-cp310-manylinux1_i686.whl" , hash = "sha256:6e2267ad75b37b5e1c480cde77cdc4f795427a54266ead30aabcdbf75ac70064" } ,
{ file = "mysql_connector_python-8.0.29-cp310-cp310-manylinux1_x86_64.whl" , hash = "sha256:d5afb766b379111942d4260f29499f93355823c7241926471d843c9281fe477c" } ,
{ file = "mysql_connector_python-8.0.29-cp310-cp310-win_amd64.whl" , hash = "sha256:4de5959e27038cbd11dfccb1afaa2fd258c013e59d3e15709dd1992086103050" } ,
{ file = "mysql_connector_python-8.0.29-cp37-cp37m-macosx_11_0_x86_64.whl" , hash = "sha256:895135cde57622edf48e1fce3beb4ed85f18332430d48f5c1d9630d49f7712b0" } ,
{ file = "mysql_connector_python-8.0.29-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:fdd262d8538aa504475f8860cfda939a297d3b213c8d15f7ceed52508aeb2aa3" } ,
{ file = "mysql_connector_python-8.0.29-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:89597c091c4f25b6e023cbbcd32be73affbb0b44256761fe3b8e1d4b14d14d02" } ,
{ file = "mysql_connector_python-8.0.29-cp37-cp37m-win_amd64.whl" , hash = "sha256:ab0e9d9b5fc114b78dfa9c74e8bfa30b48fcfa17dbb9241ad6faada08a589900" } ,
{ file = "mysql_connector_python-8.0.29-cp38-cp38-macosx_11_0_x86_64.whl" , hash = "sha256:245087999f081b389d66621f2abfe2463e3927f63c7c4c0f70ce0f82786ccb93" } ,
{ file = "mysql_connector_python-8.0.29-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:5eef51e48b22aadd633563bbdaf02112d98d954a4ead53f72fde283ea3f88152" } ,
{ file = "mysql_connector_python-8.0.29-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:b7dccd7f72f19c97b58428ebf8e709e24eb7e9b67a408af7e77b60efde44bea4" } ,
{ file = "mysql_connector_python-8.0.29-cp38-cp38-win_amd64.whl" , hash = "sha256:7be3aeff73b85eab3af2a1e80c053a98cbcb99e142192e551ebd4c1e41ce2596" } ,
{ file = "mysql_connector_python-8.0.29-cp39-cp39-macosx_11_0_x86_64.whl" , hash = "sha256:a7fd6a71df824f5a7d9a94060598d67b3a32eeccdc9837ee2cd98a44e2536cae" } ,
{ file = "mysql_connector_python-8.0.29-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:fd608c288f596c4c8767d9a8e90f129385bd19ee6e3adaf6974ad8012c6138b8" } ,
{ file = "mysql_connector_python-8.0.29-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:f353893481476a537cca7afd4e81e0ed84dd2173932b7f1721ab3e3351cbf324" } ,
{ file = "mysql_connector_python-8.0.29-cp39-cp39-win_amd64.whl" , hash = "sha256:1bef2a4a2b529c6e9c46414100ab7032c252244e8a9e017d2b6a41bb9cea9312" } ,
{ file = "mysql_connector_python-8.0.29-py2.py3-none-any.whl" , hash = "sha256:047420715bbb51d3cba78de446c8a6db4666459cd23e168568009c620a3f5b90" } ,
]
nodeenv = [
{ file = "nodeenv-1.6.0-py2.py3-none-any.whl" , hash = "sha256:621e6b7076565ddcacd2db0294c0381e01fd28945ab36bcf00f41c5daf63bef7" } ,
{ file = "nodeenv-1.6.0.tar.gz" , hash = "sha256:3ef13ff90291ba2a4a7a4ff9a979b63ffdd00a464dbe04acf0ea6471517a4c2b" } ,
]
packaging = [
{ file = "packaging-21.3-py3-none-any.whl" , hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522" } ,
{ file = "packaging-21.3.tar.gz" , hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb" } ,
]
pathspec = [
{ file = "pathspec-0.9.0-py2.py3-none-any.whl" , hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a" } ,
{ file = "pathspec-0.9.0.tar.gz" , hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1" } ,
]
pbr = [
{ file = "pbr-5.9.0-py2.py3-none-any.whl" , hash = "sha256:e547125940bcc052856ded43be8e101f63828c2d94239ffbe2b327ba3d5ccf0a" } ,
{ file = "pbr-5.9.0.tar.gz" , hash = "sha256:e8dca2f4b43560edef58813969f52a56cef023146cbb8931626db80e6c1c4308" } ,
]
2022-08-30 16:19:45 +00:00
pep8-naming = [ ]
2022-07-12 23:29:58 +00:00
platformdirs = [
{ file = "platformdirs-2.5.2-py3-none-any.whl" , hash = "sha256:027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab25788" } ,
{ file = "platformdirs-2.5.2.tar.gz" , hash = "sha256:58c8abb07dcb441e6ee4b11d8df0ac856038f944ab98b7be6b27b2a3c7feef19" } ,
]
pluggy = [
{ file = "pluggy-1.0.0-py2.py3-none-any.whl" , hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3" } ,
{ file = "pluggy-1.0.0.tar.gz" , hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159" } ,
]
2022-08-30 16:19:45 +00:00
pre-commit = [ ]
2022-07-12 23:29:58 +00:00
pre-commit-hooks = [
{ file = "pre_commit_hooks-4.3.0-py2.py3-none-any.whl" , hash = "sha256:9ccaf7c98794659d345080ee1ea0256a55ae059675045eebdbbc17c0be8c7e4b" } ,
{ file = "pre_commit_hooks-4.3.0.tar.gz" , hash = "sha256:fda598a4c834d030727e6a615722718b47510f4bed72df4c949f95ba9f5aaf88" } ,
]
prompt-toolkit = [
{ file = "prompt_toolkit-3.0.29-py3-none-any.whl" , hash = "sha256:62291dad495e665fca0bda814e342c69952086afb0f4094d0893d357e5c78752" } ,
{ file = "prompt_toolkit-3.0.29.tar.gz" , hash = "sha256:bd640f60e8cecd74f0dc249713d433ace2ddc62b65ee07f96d358e0b152b6ea7" } ,
]
protobuf = [
{ file = "protobuf-4.21.2-cp310-abi3-win32.whl" , hash = "sha256:d622dc75e289e8b3031dd8b4e87df508f11a6b3d86a49fb50256af7ce030d35b" } ,
{ file = "protobuf-4.21.2-cp310-abi3-win_amd64.whl" , hash = "sha256:4758b9c22ad0486639a68cea58d38571f233019a73212d78476ec648f68a49a3" } ,
{ file = "protobuf-4.21.2-cp37-abi3-macosx_10_9_universal2.whl" , hash = "sha256:e3d3df3292ab4bae85213b9ebef566b5aedb45f97425a92fac5b2e431d31e71c" } ,
{ file = "protobuf-4.21.2-cp37-abi3-manylinux2014_aarch64.whl" , hash = "sha256:29eaf8e9db33bc3bae14576ad61370aa2b64ea5d6e6cd705042692e5e0404b10" } ,
{ file = "protobuf-4.21.2-cp37-abi3-manylinux2014_x86_64.whl" , hash = "sha256:ef0768a609a02b2b412fa0f59f1242f1597e9bb15188d043f3fde09115ca6c69" } ,
{ file = "protobuf-4.21.2-cp37-cp37m-win32.whl" , hash = "sha256:5f8c7488e74024fa12b46aab4258f707d7d6e94c8d322d7c45cc13770f66ab59" } ,
{ file = "protobuf-4.21.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:57a593e40257ab4f164fe6e171651b1386c98f8ec5f5a8643642889c50d4f3c4" } ,
{ file = "protobuf-4.21.2-cp38-cp38-win32.whl" , hash = "sha256:b82ac05b0651a4d2b9d56f5aeef3d711f5858eb4b71c13d77553739e5930a74a" } ,
{ file = "protobuf-4.21.2-cp38-cp38-win_amd64.whl" , hash = "sha256:f2f43ae8dff452aee3026b59ea0a09245ab2529a55a0984992e76bcf848610e1" } ,
{ file = "protobuf-4.21.2-cp39-cp39-win32.whl" , hash = "sha256:7b2dcca25d88ec77358eed3d031c8260b5bf3023fff03a31c9584591c5910833" } ,
{ file = "protobuf-4.21.2-cp39-cp39-win_amd64.whl" , hash = "sha256:095fda15fe04a79c9f0edab09b424be46dd057b15986d235b84c8cea91659df7" } ,
{ file = "protobuf-4.21.2-py2.py3-none-any.whl" , hash = "sha256:9b42afb67e19010cdda057e439574ccd944902ea14b0d52ba0bfba2aad50858d" } ,
{ file = "protobuf-4.21.2-py3-none-any.whl" , hash = "sha256:853708afc3a7eed4df28a8d4bd4812f829f8d736c104dd8d584ccff27969e311" } ,
{ file = "protobuf-4.21.2.tar.gz" , hash = "sha256:863f65e137d9de4a76cac39ae731a19bea1c30997f512ecf0dc9348112313401" } ,
]
psycopg2 = [
{ file = "psycopg2-2.9.3-cp310-cp310-win32.whl" , hash = "sha256:083707a696e5e1c330af2508d8fab36f9700b26621ccbcb538abe22e15485362" } ,
{ file = "psycopg2-2.9.3-cp310-cp310-win_amd64.whl" , hash = "sha256:d3ca6421b942f60c008f81a3541e8faf6865a28d5a9b48544b0ee4f40cac7fca" } ,
{ file = "psycopg2-2.9.3-cp36-cp36m-win32.whl" , hash = "sha256:9572e08b50aed176ef6d66f15a21d823bb6f6d23152d35e8451d7d2d18fdac56" } ,
{ file = "psycopg2-2.9.3-cp36-cp36m-win_amd64.whl" , hash = "sha256:a81e3866f99382dfe8c15a151f1ca5fde5815fde879348fe5a9884a7c092a305" } ,
{ file = "psycopg2-2.9.3-cp37-cp37m-win32.whl" , hash = "sha256:cb10d44e6694d763fa1078a26f7f6137d69f555a78ec85dc2ef716c37447e4b2" } ,
{ file = "psycopg2-2.9.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:4295093a6ae3434d33ec6baab4ca5512a5082cc43c0505293087b8a46d108461" } ,
{ file = "psycopg2-2.9.3-cp38-cp38-win32.whl" , hash = "sha256:34b33e0162cfcaad151f249c2649fd1030010c16f4bbc40a604c1cb77173dcf7" } ,
{ file = "psycopg2-2.9.3-cp38-cp38-win_amd64.whl" , hash = "sha256:0762c27d018edbcb2d34d51596e4346c983bd27c330218c56c4dc25ef7e819bf" } ,
{ file = "psycopg2-2.9.3-cp39-cp39-win32.whl" , hash = "sha256:8cf3878353cc04b053822896bc4922b194792df9df2f1ad8da01fb3043602126" } ,
{ file = "psycopg2-2.9.3-cp39-cp39-win_amd64.whl" , hash = "sha256:06f32425949bd5fe8f625c49f17ebb9784e1e4fe928b7cce72edc36fb68e4c0c" } ,
{ file = "psycopg2-2.9.3.tar.gz" , hash = "sha256:8e841d1bf3434da985cc5ef13e6f75c8981ced601fd70cc6bf33351b91562981" } ,
]
py = [
{ file = "py-1.11.0-py2.py3-none-any.whl" , hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378" } ,
{ file = "py-1.11.0.tar.gz" , hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719" } ,
]
2022-08-30 16:19:45 +00:00
pyasn1 = [ ]
2022-07-12 23:29:58 +00:00
pycodestyle = [
{ file = "pycodestyle-2.8.0-py2.py3-none-any.whl" , hash = "sha256:720f8b39dde8b293825e7ff02c475f3077124006db4f440dcbc9a20b76548a20" } ,
{ file = "pycodestyle-2.8.0.tar.gz" , hash = "sha256:eddd5847ef438ea1c7870ca7eb78a9d47ce0cdb4851a5523949f2601d0cbbe7f" } ,
]
pycparser = [
{ file = "pycparser-2.21-py2.py3-none-any.whl" , hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9" } ,
{ file = "pycparser-2.21.tar.gz" , hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206" } ,
]
pydocstyle = [
{ file = "pydocstyle-6.1.1-py3-none-any.whl" , hash = "sha256:6987826d6775056839940041beef5c08cc7e3d71d63149b48e36727f70144dc4" } ,
{ file = "pydocstyle-6.1.1.tar.gz" , hash = "sha256:1d41b7c459ba0ee6c345f2eb9ae827cab14a7533a88c5c6f7e94923f72df92dc" } ,
]
pyflakes = [
{ file = "pyflakes-2.4.0-py2.py3-none-any.whl" , hash = "sha256:3bb3a3f256f4b7968c9c788781e4ff07dce46bdf12339dcda61053375426ee2e" } ,
{ file = "pyflakes-2.4.0.tar.gz" , hash = "sha256:05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c" } ,
]
pygments = [
{ file = "Pygments-2.12.0-py3-none-any.whl" , hash = "sha256:dc9c10fb40944260f6ed4c688ece0cd2048414940f1cea51b8b226318411c519" } ,
{ file = "Pygments-2.12.0.tar.gz" , hash = "sha256:5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb" } ,
]
pyjwt = [
{ file = "PyJWT-2.4.0-py3-none-any.whl" , hash = "sha256:72d1d253f32dbd4f5c88eaf1fdc62f3a19f676ccbadb9dbc5d07e951b2b26daf" } ,
{ file = "PyJWT-2.4.0.tar.gz" , hash = "sha256:d42908208c699b3b973cbeb01a969ba6a96c821eefb1c5bfe4c390c01d67abba" } ,
]
pyparsing = [
{ file = "pyparsing-3.0.9-py3-none-any.whl" , hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc" } ,
{ file = "pyparsing-3.0.9.tar.gz" , hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb" } ,
]
pyrsistent = [
{ file = "pyrsistent-0.18.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:df46c854f490f81210870e509818b729db4488e1f30f2a1ce1698b2295a878d1" } ,
{ file = "pyrsistent-0.18.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5d45866ececf4a5fff8742c25722da6d4c9e180daa7b405dc0a2a2790d668c26" } ,
{ file = "pyrsistent-0.18.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4ed6784ceac462a7d6fcb7e9b663e93b9a6fb373b7f43594f9ff68875788e01e" } ,
{ file = "pyrsistent-0.18.1-cp310-cp310-win32.whl" , hash = "sha256:e4f3149fd5eb9b285d6bfb54d2e5173f6a116fe19172686797c056672689daf6" } ,
{ file = "pyrsistent-0.18.1-cp310-cp310-win_amd64.whl" , hash = "sha256:636ce2dc235046ccd3d8c56a7ad54e99d5c1cd0ef07d9ae847306c91d11b5fec" } ,
{ file = "pyrsistent-0.18.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:e92a52c166426efbe0d1ec1332ee9119b6d32fc1f0bbfd55d5c1088070e7fc1b" } ,
{ file = "pyrsistent-0.18.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d7a096646eab884bf8bed965bad63ea327e0d0c38989fc83c5ea7b8a87037bfc" } ,
{ file = "pyrsistent-0.18.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cdfd2c361b8a8e5d9499b9082b501c452ade8bbf42aef97ea04854f4a3f43b22" } ,
{ file = "pyrsistent-0.18.1-cp37-cp37m-win32.whl" , hash = "sha256:7ec335fc998faa4febe75cc5268a9eac0478b3f681602c1f27befaf2a1abe1d8" } ,
{ file = "pyrsistent-0.18.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:6455fc599df93d1f60e1c5c4fe471499f08d190d57eca040c0ea182301321286" } ,
{ file = "pyrsistent-0.18.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:fd8da6d0124efa2f67d86fa70c851022f87c98e205f0594e1fae044e7119a5a6" } ,
{ file = "pyrsistent-0.18.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7bfe2388663fd18bd8ce7db2c91c7400bf3e1a9e8bd7d63bf7e77d39051b85ec" } ,
{ file = "pyrsistent-0.18.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0e3e1fcc45199df76053026a51cc59ab2ea3fc7c094c6627e93b7b44cdae2c8c" } ,
{ file = "pyrsistent-0.18.1-cp38-cp38-win32.whl" , hash = "sha256:b568f35ad53a7b07ed9b1b2bae09eb15cdd671a5ba5d2c66caee40dbf91c68ca" } ,
{ file = "pyrsistent-0.18.1-cp38-cp38-win_amd64.whl" , hash = "sha256:d1b96547410f76078eaf66d282ddca2e4baae8964364abb4f4dcdde855cd123a" } ,
{ file = "pyrsistent-0.18.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:f87cc2863ef33c709e237d4b5f4502a62a00fab450c9e020892e8e2ede5847f5" } ,
{ file = "pyrsistent-0.18.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6bc66318fb7ee012071b2792024564973ecc80e9522842eb4e17743604b5e045" } ,
{ file = "pyrsistent-0.18.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:914474c9f1d93080338ace89cb2acee74f4f666fb0424896fcfb8d86058bf17c" } ,
{ file = "pyrsistent-0.18.1-cp39-cp39-win32.whl" , hash = "sha256:1b34eedd6812bf4d33814fca1b66005805d3640ce53140ab8bbb1e2651b0d9bc" } ,
{ file = "pyrsistent-0.18.1-cp39-cp39-win_amd64.whl" , hash = "sha256:e24a828f57e0c337c8d8bb9f6b12f09dfdf0273da25fda9e314f0b684b415a07" } ,
{ file = "pyrsistent-0.18.1.tar.gz" , hash = "sha256:d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96" } ,
]
pytest = [
{ file = "pytest-7.1.2-py3-none-any.whl" , hash = "sha256:13d0e3ccfc2b6e26be000cb6568c832ba67ba32e719443bfe725814d3c42433c" } ,
{ file = "pytest-7.1.2.tar.gz" , hash = "sha256:a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45" } ,
]
pytest-flask = [
{ file = "pytest-flask-1.2.0.tar.gz" , hash = "sha256:46fde652f77777bf02dc91205aec4ce20cdf2acbbbd66a918ab91f5c14693d3d" } ,
{ file = "pytest_flask-1.2.0-py3-none-any.whl" , hash = "sha256:fe25b39ad0db09c3d1fe728edecf97ced85e774c775db259a6d25f0270a4e7c9" } ,
]
pytest-flask-sqlalchemy = [
{ file = "pytest-flask-sqlalchemy-1.1.0.tar.gz" , hash = "sha256:db71a57b90435e5d854b21c37a2584056d6fc3ddb28c09d8d0a2546bd6e390ff" } ,
{ file = "pytest_flask_sqlalchemy-1.1.0-py3-none-any.whl" , hash = "sha256:b9f272d5c4092fcbe4a6284e402a37cad84f5b9be3c0bbe1a11927f24c99ff83" } ,
]
pytest-mock = [
{ file = "pytest-mock-3.8.1.tar.gz" , hash = "sha256:2c6d756d5d3bf98e2e80797a959ca7f81f479e7d1f5f571611b0fdd6d1745240" } ,
{ file = "pytest_mock-3.8.1-py3-none-any.whl" , hash = "sha256:d989f11ca4a84479e288b0cd1e6769d6ad0d3d7743dcc75e460d1416a5f2135a" } ,
]
python-dateutil = [
{ file = "python-dateutil-2.8.2.tar.gz" , hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86" } ,
{ file = "python_dateutil-2.8.2-py2.py3-none-any.whl" , hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9" } ,
]
2022-08-31 12:06:22 +00:00
python-jose = [
{ file = "python-jose-3.3.0.tar.gz" , hash = "sha256:55779b5e6ad599c6336191246e95eb2293a9ddebd555f796a65f838f07e5d78a" } ,
{ file = "python_jose-3.3.0-py2.py3-none-any.whl" , hash = "sha256:9b1376b023f8b298536eedd47ae1089bcdb848f1535ab30555cd92002d78923a" } ,
]
2022-08-30 16:19:45 +00:00
python-keycloak = [ ]
2022-07-12 23:29:58 +00:00
pytz = [
{ file = "pytz-2022.1-py2.py3-none-any.whl" , hash = "sha256:e68985985296d9a66a881eb3193b0906246245294a881e7c8afe623866ac6a5c" } ,
{ file = "pytz-2022.1.tar.gz" , hash = "sha256:1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7" } ,
]
pytz-deprecation-shim = [
{ file = "pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl" , hash = "sha256:8314c9692a636c8eb3bda879b9f119e350e93223ae83e70e80c31675a0fdc1a6" } ,
{ file = "pytz_deprecation_shim-0.1.0.post0.tar.gz" , hash = "sha256:af097bae1b616dde5c5744441e2ddc69e74dfdcb0c263129610d85b87445a59d" } ,
]
2022-08-30 16:19:45 +00:00
pyupgrade = [ ]
2022-07-12 23:29:58 +00:00
pyyaml = [
{ file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53" } ,
{ file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b" } ,
{ 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" } ,
{ file = "PyYAML-6.0-cp310-cp310-win32.whl" , hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513" } ,
{ file = "PyYAML-6.0-cp310-cp310-win_amd64.whl" , hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a" } ,
{ file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92" } ,
{ 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" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win32.whl" , hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57" } ,
{ file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4" } ,
{ 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" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win32.whl" , hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d" } ,
{ file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34" } ,
{ 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" } ,
{ file = "PyYAML-6.0-cp38-cp38-win32.whl" , hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78" } ,
{ file = "PyYAML-6.0-cp38-cp38-win_amd64.whl" , hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3" } ,
{ 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" } ,
{ file = "PyYAML-6.0-cp39-cp39-win32.whl" , hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb" } ,
{ file = "PyYAML-6.0-cp39-cp39-win_amd64.whl" , hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c" } ,
{ file = "PyYAML-6.0.tar.gz" , hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2" } ,
]
regex = [
{ file = "regex-2022.3.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:ab69b4fe09e296261377d209068d52402fb85ef89dc78a9ac4a29a895f4e24a7" } ,
{ file = "regex-2022.3.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:5bc5f921be39ccb65fdda741e04b2555917a4bced24b4df14eddc7569be3b493" } ,
{ file = "regex-2022.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:43eba5c46208deedec833663201752e865feddc840433285fbadee07b84b464d" } ,
{ file = "regex-2022.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c68d2c04f7701a418ec2e5631b7f3552efc32f6bcc1739369c6eeb1af55f62e0" } ,
{ file = "regex-2022.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:caa2734ada16a44ae57b229d45091f06e30a9a52ace76d7574546ab23008c635" } ,
{ file = "regex-2022.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ef806f684f17dbd6263d72a54ad4073af42b42effa3eb42b877e750c24c76f86" } ,
{ file = "regex-2022.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:be319f4eb400ee567b722e9ea63d5b2bb31464e3cf1b016502e3ee2de4f86f5c" } ,
{ file = "regex-2022.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:42bb37e2b2d25d958c25903f6125a41aaaa1ed49ca62c103331f24b8a459142f" } ,
{ file = "regex-2022.3.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:fbc88d3ba402b5d041d204ec2449c4078898f89c4a6e6f0ed1c1a510ef1e221d" } ,
{ file = "regex-2022.3.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:91e0f7e7be77250b808a5f46d90bf0032527d3c032b2131b63dee54753a4d729" } ,
{ file = "regex-2022.3.2-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:cb3652bbe6720786b9137862205986f3ae54a09dec8499a995ed58292bdf77c2" } ,
{ file = "regex-2022.3.2-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:878c626cbca3b649e14e972c14539a01191d79e58934e3f3ef4a9e17f90277f8" } ,
{ file = "regex-2022.3.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:6df070a986fc064d865c381aecf0aaff914178fdf6874da2f2387e82d93cc5bd" } ,
{ file = "regex-2022.3.2-cp310-cp310-win32.whl" , hash = "sha256:b549d851f91a4efb3e65498bd4249b1447ab6035a9972f7fc215eb1f59328834" } ,
{ file = "regex-2022.3.2-cp310-cp310-win_amd64.whl" , hash = "sha256:8babb2b5751105dc0aef2a2e539f4ba391e738c62038d8cb331c710f6b0f3da7" } ,
{ file = "regex-2022.3.2-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:1977bb64264815d3ef016625adc9df90e6d0e27e76260280c63eca993e3f455f" } ,
{ file = "regex-2022.3.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1e73652057473ad3e6934944af090852a02590c349357b79182c1b681da2c772" } ,
{ file = "regex-2022.3.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:b22ff939a8856a44f4822da38ef4868bd3a9ade22bb6d9062b36957c850e404f" } ,
{ file = "regex-2022.3.2-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:878f5d649ba1db9f52cc4ef491f7dba2d061cdc48dd444c54260eebc0b1729b9" } ,
{ file = "regex-2022.3.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0008650041531d0eadecc96a73d37c2dc4821cf51b0766e374cb4f1ddc4e1c14" } ,
{ file = "regex-2022.3.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:06b1df01cf2aef3a9790858af524ae2588762c8a90e784ba00d003f045306204" } ,
{ file = "regex-2022.3.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:57484d39447f94967e83e56db1b1108c68918c44ab519b8ecfc34b790ca52bf7" } ,
{ file = "regex-2022.3.2-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:74d86e8924835f863c34e646392ef39039405f6ce52956d8af16497af4064a30" } ,
{ file = "regex-2022.3.2-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:ae17fc8103f3b63345709d3e9654a274eee1c6072592aec32b026efd401931d0" } ,
{ file = "regex-2022.3.2-cp36-cp36m-musllinux_1_1_ppc64le.whl" , hash = "sha256:5f92a7cdc6a0ae2abd184e8dfd6ef2279989d24c85d2c85d0423206284103ede" } ,
{ file = "regex-2022.3.2-cp36-cp36m-musllinux_1_1_s390x.whl" , hash = "sha256:5dcc4168536c8f68654f014a3db49b6b4a26b226f735708be2054314ed4964f4" } ,
{ file = "regex-2022.3.2-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:1e30762ddddb22f7f14c4f59c34d3addabc789216d813b0f3e2788d7bcf0cf29" } ,
{ file = "regex-2022.3.2-cp36-cp36m-win32.whl" , hash = "sha256:286ff9ec2709d56ae7517040be0d6c502642517ce9937ab6d89b1e7d0904f863" } ,
{ file = "regex-2022.3.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:d326ff80ed531bf2507cba93011c30fff2dd51454c85f55df0f59f2030b1687b" } ,
{ file = "regex-2022.3.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:9d828c5987d543d052b53c579a01a52d96b86f937b1777bbfe11ef2728929357" } ,
{ file = "regex-2022.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c87ac58b9baaf50b6c1b81a18d20eda7e2883aa9a4fb4f1ca70f2e443bfcdc57" } ,
{ file = "regex-2022.3.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d6c2441538e4fadd4291c8420853431a229fcbefc1bf521810fbc2629d8ae8c2" } ,
{ file = "regex-2022.3.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f3356afbb301ec34a500b8ba8b47cba0b44ed4641c306e1dd981a08b416170b5" } ,
{ file = "regex-2022.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0d96eec8550fd2fd26f8e675f6d8b61b159482ad8ffa26991b894ed5ee19038b" } ,
{ file = "regex-2022.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cf668f26604e9f7aee9f8eaae4ca07a948168af90b96be97a4b7fa902a6d2ac1" } ,
{ file = "regex-2022.3.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:0eb0e2845e81bdea92b8281a3969632686502565abf4a0b9e4ab1471c863d8f3" } ,
{ file = "regex-2022.3.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:87bc01226cd288f0bd9a4f9f07bf6827134dc97a96c22e2d28628e824c8de231" } ,
{ file = "regex-2022.3.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:09b4b6ccc61d4119342b26246ddd5a04accdeebe36bdfe865ad87a0784efd77f" } ,
{ file = "regex-2022.3.2-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:9557545c10d52c845f270b665b52a6a972884725aa5cf12777374e18f2ea8960" } ,
{ file = "regex-2022.3.2-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:0be0c34a39e5d04a62fd5342f0886d0e57592a4f4993b3f9d257c1f688b19737" } ,
{ file = "regex-2022.3.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:7b103dffb9f6a47ed7ffdf352b78cfe058b1777617371226c1894e1be443afec" } ,
{ file = "regex-2022.3.2-cp37-cp37m-win32.whl" , hash = "sha256:f8169ec628880bdbca67082a9196e2106060a4a5cbd486ac51881a4df805a36f" } ,
{ file = "regex-2022.3.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:4b9c16a807b17b17c4fa3a1d8c242467237be67ba92ad24ff51425329e7ae3d0" } ,
{ file = "regex-2022.3.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:67250b36edfa714ba62dc62d3f238e86db1065fccb538278804790f578253640" } ,
{ file = "regex-2022.3.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:5510932596a0f33399b7fff1bd61c59c977f2b8ee987b36539ba97eb3513584a" } ,
{ file = "regex-2022.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f6f7ee2289176cb1d2c59a24f50900f8b9580259fa9f1a739432242e7d254f93" } ,
{ file = "regex-2022.3.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:86d7a68fa53688e1f612c3246044157117403c7ce19ebab7d02daf45bd63913e" } ,
{ file = "regex-2022.3.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:aaf5317c961d93c1a200b9370fb1c6b6836cc7144fef3e5a951326912bf1f5a3" } ,
{ file = "regex-2022.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ad397bc7d51d69cb07ef89e44243f971a04ce1dca9bf24c992c362406c0c6573" } ,
{ file = "regex-2022.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:297c42ede2c81f0cb6f34ea60b5cf6dc965d97fa6936c11fc3286019231f0d66" } ,
{ file = "regex-2022.3.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:af4d8cc28e4c7a2f6a9fed544228c567340f8258b6d7ea815b62a72817bbd178" } ,
{ file = "regex-2022.3.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:452519bc4c973e961b1620c815ea6dd8944a12d68e71002be5a7aff0a8361571" } ,
{ file = "regex-2022.3.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:cb34c2d66355fb70ae47b5595aafd7218e59bb9c00ad8cc3abd1406ca5874f07" } ,
{ file = "regex-2022.3.2-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:3d146e5591cb67c5e836229a04723a30af795ef9b70a0bbd913572e14b7b940f" } ,
{ file = "regex-2022.3.2-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:03299b0bcaa7824eb7c0ebd7ef1e3663302d1b533653bfe9dc7e595d453e2ae9" } ,
{ file = "regex-2022.3.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:9ccb0a4ab926016867260c24c192d9df9586e834f5db83dfa2c8fffb3a6e5056" } ,
{ file = "regex-2022.3.2-cp38-cp38-win32.whl" , hash = "sha256:f7e8f1ee28e0a05831c92dc1c0c1c94af5289963b7cf09eca5b5e3ce4f8c91b0" } ,
{ file = "regex-2022.3.2-cp38-cp38-win_amd64.whl" , hash = "sha256:35ed2f3c918a00b109157428abfc4e8d1ffabc37c8f9abc5939ebd1e95dabc47" } ,
{ file = "regex-2022.3.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:55820bc631684172b9b56a991d217ec7c2e580d956591dc2144985113980f5a3" } ,
{ file = "regex-2022.3.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:83f03f0bd88c12e63ca2d024adeee75234d69808b341e88343b0232329e1f1a1" } ,
{ file = "regex-2022.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:42d6007722d46bd2c95cce700181570b56edc0dcbadbfe7855ec26c3f2d7e008" } ,
{ file = "regex-2022.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:320c2f4106962ecea0f33d8d31b985d3c185757c49c1fb735501515f963715ed" } ,
{ file = "regex-2022.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:fbd3fe37353c62fd0eb19fb76f78aa693716262bcd5f9c14bb9e5aca4b3f0dc4" } ,
{ file = "regex-2022.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:17e51ad1e6131c496b58d317bc9abec71f44eb1957d32629d06013a21bc99cac" } ,
{ file = "regex-2022.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:72bc3a5effa5974be6d965ed8301ac1e869bc18425c8a8fac179fbe7876e3aee" } ,
{ file = "regex-2022.3.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:e5602a9b5074dcacc113bba4d2f011d2748f50e3201c8139ac5b68cf2a76bd8b" } ,
{ file = "regex-2022.3.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:729aa8ca624c42f309397c5fc9e21db90bf7e2fdd872461aabdbada33de9063c" } ,
{ file = "regex-2022.3.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:d6ecfd1970b3380a569d7b3ecc5dd70dba295897418ed9e31ec3c16a5ab099a5" } ,
{ file = "regex-2022.3.2-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:13bbf0c9453c6d16e5867bda7f6c0c7cff1decf96c5498318bb87f8136d2abd4" } ,
{ file = "regex-2022.3.2-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:58ba41e462653eaf68fc4a84ec4d350b26a98d030be1ab24aba1adcc78ffe447" } ,
{ file = "regex-2022.3.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:c0446b2871335d5a5e9fcf1462f954586b09a845832263db95059dcd01442015" } ,
{ file = "regex-2022.3.2-cp39-cp39-win32.whl" , hash = "sha256:20e6a27959f162f979165e496add0d7d56d7038237092d1aba20b46de79158f1" } ,
{ file = "regex-2022.3.2-cp39-cp39-win_amd64.whl" , hash = "sha256:9efa41d1527b366c88f265a227b20bcec65bda879962e3fc8a2aee11e81266d7" } ,
{ file = "regex-2022.3.2.tar.gz" , hash = "sha256:79e5af1ff258bc0fe0bdd6f69bc4ae33935a898e3cbefbbccf22e88a27fa053b" } ,
]
2022-08-30 16:19:45 +00:00
reorder-python-imports = [ ]
2022-07-12 23:29:58 +00:00
requests = [
{ file = "requests-2.28.0-py3-none-any.whl" , hash = "sha256:bc7861137fbce630f17b03d3ad02ad0bf978c844f3536d0edda6499dafce2b6f" } ,
{ file = "requests-2.28.0.tar.gz" , hash = "sha256:d568723a7ebd25875d8d1eaf5dfa068cd2fc8194b2e483d7b1f7c81918dbec6b" } ,
]
2022-08-30 16:19:45 +00:00
requests-toolbelt = [ ]
2022-07-12 23:29:58 +00:00
restructuredtext-lint = [
{ file = "restructuredtext_lint-1.4.0.tar.gz" , hash = "sha256:1b235c0c922341ab6c530390892eb9e92f90b9b75046063e047cacfb0f050c45" } ,
]
2022-08-30 16:19:45 +00:00
rsa = [ ]
2022-07-12 23:29:58 +00:00
"ruamel.yaml" = [
{ file = "ruamel.yaml-0.17.21-py3-none-any.whl" , hash = "sha256:742b35d3d665023981bd6d16b3d24248ce5df75fdb4e2924e93a05c1f8b61ca7" } ,
{ file = "ruamel.yaml-0.17.21.tar.gz" , hash = "sha256:8b7ce697a2f212752a35c1ac414471dc16c424c9573be4926b56ff3f5d23b7af" } ,
]
"ruamel.yaml.clib" = [
{ file = "ruamel.yaml.clib-0.2.6-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:6e7be2c5bcb297f5b82fee9c665eb2eb7001d1050deaba8471842979293a80b0" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:221eca6f35076c6ae472a531afa1c223b9c29377e62936f61bc8e6e8bdc5f9e7" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp310-cp310-win32.whl" , hash = "sha256:1070ba9dd7f9370d0513d649420c3b362ac2d687fe78c6e888f5b12bf8bc7bee" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp310-cp310-win_amd64.whl" , hash = "sha256:77df077d32921ad46f34816a9a16e6356d8100374579bc35e15bab5d4e9377de" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp35-cp35m-macosx_10_6_intel.whl" , hash = "sha256:cfdb9389d888c5b74af297e51ce357b800dd844898af9d4a547ffc143fa56751" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:7b2927e92feb51d830f531de4ccb11b320255ee95e791022555971c466af4527" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp35-cp35m-win32.whl" , hash = "sha256:ada3f400d9923a190ea8b59c8f60680c4ef8a4b0dfae134d2f2ff68429adfab5" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp35-cp35m-win_amd64.whl" , hash = "sha256:de9c6b8a1ba52919ae919f3ae96abb72b994dd0350226e28f3686cb4f142165c" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:d67f273097c368265a7b81e152e07fb90ed395df6e552b9fa858c6d2c9f42502" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:72a2b8b2ff0a627496aad76f37a652bcef400fd861721744201ef1b45199ab78" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp36-cp36m-win32.whl" , hash = "sha256:9efef4aab5353387b07f6b22ace0867032b900d8e91674b5d8ea9150db5cae94" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp36-cp36m-win_amd64.whl" , hash = "sha256:846fc8336443106fe23f9b6d6b8c14a53d38cef9a375149d61f99d78782ea468" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:0847201b767447fc33b9c235780d3aa90357d20dd6108b92be544427bea197dd" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:78988ed190206672da0f5d50c61afef8f67daa718d614377dcd5e3ed85ab4a99" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp37-cp37m-win32.whl" , hash = "sha256:a49e0161897901d1ac9c4a79984b8410f450565bbad64dbfcbf76152743a0cdb" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp37-cp37m-win_amd64.whl" , hash = "sha256:bf75d28fa071645c529b5474a550a44686821decebdd00e21127ef1fd566eabe" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:a32f8d81ea0c6173ab1b3da956869114cae53ba1e9f72374032e33ba3118c233" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:7f7ecb53ae6848f959db6ae93bdff1740e651809780822270eab111500842a84" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp38-cp38-win32.whl" , hash = "sha256:89221ec6d6026f8ae859c09b9718799fea22c0e8da8b766b0b2c9a9ba2db326b" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp38-cp38-win_amd64.whl" , hash = "sha256:31ea73e564a7b5fbbe8188ab8b334393e06d997914a4e184975348f204790277" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:dc6a613d6c74eef5a14a214d433d06291526145431c3b964f5e16529b1842bed" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:1866cf2c284a03b9524a5cc00daca56d80057c5ce3cdc86a52020f4c720856f0" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp39-cp39-win32.whl" , hash = "sha256:3fb9575a5acd13031c57a62cc7823e5d2ff8bc3835ba4d94b921b4e6ee664104" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp39-cp39-win_amd64.whl" , hash = "sha256:825d5fccef6da42f3c8eccd4281af399f21c02b32d98e113dbc631ea6a6ecbc7" } ,
{ file = "ruamel.yaml.clib-0.2.6.tar.gz" , hash = "sha256:4ff604ce439abb20794f05613c374759ce10e3595d1867764dd1ae675b85acbd" } ,
]
safety = [
{ file = "safety-2.0.0-py3-none-any.whl" , hash = "sha256:77cebdd128ce47b941e68a1b3bbc29fbbd2b9e98d11f179c5def64c1d05da295" } ,
{ file = "safety-2.0.0.tar.gz" , hash = "sha256:d739d00a9e4203cfaba34540c822a73ca1d327159ed7776b3dce09391f81c35d" } ,
]
2022-08-30 16:19:45 +00:00
sentry-sdk = [ ]
2022-07-12 23:29:58 +00:00
six = [
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
]
smmap = [
{ file = "smmap-5.0.0-py3-none-any.whl" , hash = "sha256:2aba19d6a040e78d8b09de5c57e96207b09ed71d8e55ce0959eeee6c8e190d94" } ,
{ file = "smmap-5.0.0.tar.gz" , hash = "sha256:c840e62059cd3be204b0c9c9f74be2c09d5648eddd4580d9314c3ecde0b30936" } ,
]
snowballstemmer = [
{ file = "snowballstemmer-2.2.0-py2.py3-none-any.whl" , hash = "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a" } ,
{ file = "snowballstemmer-2.2.0.tar.gz" , hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1" } ,
]
soupsieve = [
{ file = "soupsieve-2.3.2.post1-py3-none-any.whl" , hash = "sha256:3b2503d3c7084a42b1ebd08116e5f81aadfaea95863628c80a3b774a11b7c759" } ,
{ file = "soupsieve-2.3.2.post1.tar.gz" , hash = "sha256:fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d" } ,
]
sphinx = [
{ file = "Sphinx-5.0.2-py3-none-any.whl" , hash = "sha256:d3e57663eed1d7c5c50895d191fdeda0b54ded6f44d5621b50709466c338d1e8" } ,
{ file = "Sphinx-5.0.2.tar.gz" , hash = "sha256:b18e978ea7565720f26019c702cd85c84376e948370f1cd43d60265010e1c7b0" } ,
]
2022-08-30 16:19:45 +00:00
sphinx-autoapi = [ ]
2022-07-12 23:29:58 +00:00
sphinx-autobuild = [
{ file = "sphinx-autobuild-2021.3.14.tar.gz" , hash = "sha256:de1ca3b66e271d2b5b5140c35034c89e47f263f2cd5db302c9217065f7443f05" } ,
{ file = "sphinx_autobuild-2021.3.14-py3-none-any.whl" , hash = "sha256:8fe8cbfdb75db04475232f05187c776f46f6e9e04cacf1e49ce81bdac649ccac" } ,
]
sphinx-basic-ng = [
{ file = "sphinx_basic_ng-0.0.1a11-py3-none-any.whl" , hash = "sha256:9aecb5345816998789ef76658a83e3c0a12aafa14b17d40e28cd4aaeb94d1517" } ,
{ file = "sphinx_basic_ng-0.0.1a11.tar.gz" , hash = "sha256:bf9a8fda0379c7d2ab51c9543f2b18e014b77fb295b49d64f3c1a910c863b34f" } ,
]
2022-08-31 12:06:22 +00:00
sphinx-click = [
{ file = "sphinx-click-4.3.0.tar.gz" , hash = "sha256:bd4db5d3c1bec345f07af07b8e28a76cfc5006d997984e38ae246bbf8b9a3b38" } ,
{ file = "sphinx_click-4.3.0-py3-none-any.whl" , hash = "sha256:23e85a3cb0b728a421ea773699f6acadefae171d1a764a51dd8ec5981503ccbe" } ,
]
2022-07-12 23:29:58 +00:00
sphinxcontrib-applehelp = [
{ file = "sphinxcontrib-applehelp-1.0.2.tar.gz" , hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58" } ,
{ file = "sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl" , hash = "sha256:806111e5e962be97c29ec4c1e7fe277bfd19e9652fb1a4392105b43e01af885a" } ,
]
sphinxcontrib-devhelp = [
{ file = "sphinxcontrib-devhelp-1.0.2.tar.gz" , hash = "sha256:ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4" } ,
{ file = "sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl" , hash = "sha256:8165223f9a335cc1af7ffe1ed31d2871f325254c0423bc0c4c7cd1c1e4734a2e" } ,
]
sphinxcontrib-htmlhelp = [
{ file = "sphinxcontrib-htmlhelp-2.0.0.tar.gz" , hash = "sha256:f5f8bb2d0d629f398bf47d0d69c07bc13b65f75a81ad9e2f71a63d4b7a2f6db2" } ,
{ file = "sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl" , hash = "sha256:d412243dfb797ae3ec2b59eca0e52dac12e75a241bf0e4eb861e450d06c6ed07" } ,
]
sphinxcontrib-jsmath = [
{ file = "sphinxcontrib-jsmath-1.0.1.tar.gz" , hash = "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8" } ,
{ file = "sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl" , hash = "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178" } ,
]
sphinxcontrib-qthelp = [
{ file = "sphinxcontrib-qthelp-1.0.3.tar.gz" , hash = "sha256:4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72" } ,
{ file = "sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl" , hash = "sha256:bd9fc24bcb748a8d51fd4ecaade681350aa63009a347a8c14e637895444dfab6" } ,
]
sphinxcontrib-serializinghtml = [
{ file = "sphinxcontrib-serializinghtml-1.1.5.tar.gz" , hash = "sha256:aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952" } ,
{ file = "sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl" , hash = "sha256:352a9a00ae864471d3a7ead8d7d79f5fc0b57e8b3f95e9867eb9eb28999b92fd" } ,
]
2022-05-13 17:42:42 +00:00
SpiffWorkflow = [ ]
2022-07-12 23:29:58 +00:00
sqlalchemy = [
{ file = "SQLAlchemy-1.4.39-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:4770eb3ba69ec5fa41c681a75e53e0e342ac24c1f9220d883458b5596888e43a" } ,
{ file = "SQLAlchemy-1.4.39-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:752ef2e8dbaa3c5d419f322e3632f00ba6b1c3230f65bc97c2ff5c5c6c08f441" } ,
{ file = "SQLAlchemy-1.4.39-cp27-cp27m-win32.whl" , hash = "sha256:b30e70f1594ee3c8902978fd71900d7312453922827c4ce0012fa6a8278d6df4" } ,
{ file = "SQLAlchemy-1.4.39-cp27-cp27m-win_amd64.whl" , hash = "sha256:864d4f89f054819cb95e93100b7d251e4d114d1c60bc7576db07b046432af280" } ,
{ file = "SQLAlchemy-1.4.39-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:8f901be74f00a13bf375241a778455ee864c2c21c79154aad196b7a994e1144f" } ,
{ file = "SQLAlchemy-1.4.39-cp310-cp310-macosx_10_15_universal2.whl" , hash = "sha256:1745987ada1890b0e7978abdb22c133eca2e89ab98dc17939042240063e1ef21" } ,
{ file = "SQLAlchemy-1.4.39-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ede13a472caa85a13abe5095e71676af985d7690eaa8461aeac5c74f6600b6c0" } ,
{ file = "SQLAlchemy-1.4.39-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:7f13644b15665f7322f9e0635129e0ef2098409484df67fcd225d954c5861559" } ,
{ file = "SQLAlchemy-1.4.39-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:26146c59576dfe9c546c9f45397a7c7c4a90c25679492ff610a7500afc7d03a6" } ,
{ file = "SQLAlchemy-1.4.39-cp310-cp310-win32.whl" , hash = "sha256:91d2b89bb0c302f89e753bea008936acfa4e18c156fb264fe41eb6bbb2bbcdeb" } ,
{ file = "SQLAlchemy-1.4.39-cp310-cp310-win_amd64.whl" , hash = "sha256:50e7569637e2e02253295527ff34666706dbb2bc5f6c61a5a7f44b9610c9bb09" } ,
{ file = "SQLAlchemy-1.4.39-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:107df519eb33d7f8e0d0d052128af2f25066c1a0f6b648fd1a9612ab66800b86" } ,
{ file = "SQLAlchemy-1.4.39-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f24d4d6ec301688c59b0c4bb1c1c94c5d0bff4ecad33bb8f5d9efdfb8d8bc925" } ,
{ file = "SQLAlchemy-1.4.39-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:7b2785dd2a0c044a36836857ac27310dc7a99166253551ee8f5408930958cc60" } ,
{ file = "SQLAlchemy-1.4.39-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e6e2c8581c6620136b9530137954a8376efffd57fe19802182c7561b0ab48b48" } ,
{ file = "SQLAlchemy-1.4.39-cp36-cp36m-win32.whl" , hash = "sha256:fbc076f79d830ae4c9d49926180a1140b49fa675d0f0d555b44c9a15b29f4c80" } ,
{ file = "SQLAlchemy-1.4.39-cp36-cp36m-win_amd64.whl" , hash = "sha256:0ec54460475f0c42512895c99c63d90dd2d9cbd0c13491a184182e85074b04c5" } ,
{ file = "SQLAlchemy-1.4.39-cp37-cp37m-macosx_10_15_x86_64.whl" , hash = "sha256:6f95706da857e6e79b54c33c1214f5467aab10600aa508ddd1239d5df271986e" } ,
{ file = "SQLAlchemy-1.4.39-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:621f050e72cc7dfd9ad4594ff0abeaad954d6e4a2891545e8f1a53dcdfbef445" } ,
{ file = "SQLAlchemy-1.4.39-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:05a05771617bfa723ba4cef58d5b25ac028b0d68f28f403edebed5b8243b3a87" } ,
{ file = "SQLAlchemy-1.4.39-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:20bf65bcce65c538e68d5df27402b39341fabeecf01de7e0e72b9d9836c13c52" } ,
{ file = "SQLAlchemy-1.4.39-cp37-cp37m-win32.whl" , hash = "sha256:f2a42acc01568b9701665e85562bbff78ec3e21981c7d51d56717c22e5d3d58b" } ,
{ file = "SQLAlchemy-1.4.39-cp37-cp37m-win_amd64.whl" , hash = "sha256:6d81de54e45f1d756785405c9d06cd17918c2eecc2d4262dc2d276ca612c2f61" } ,
{ file = "SQLAlchemy-1.4.39-cp38-cp38-macosx_10_15_x86_64.whl" , hash = "sha256:5c2d19bfb33262bf987ef0062345efd0f54c4189c2d95159c72995457bf4a359" } ,
{ file = "SQLAlchemy-1.4.39-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:14ea8ff2d33c48f8e6c3c472111d893b9e356284d1482102da9678195e5a8eac" } ,
{ file = "SQLAlchemy-1.4.39-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:ec3985c883d6d217cf2013028afc6e3c82b8907192ba6195d6e49885bfc4b19d" } ,
{ file = "SQLAlchemy-1.4.39-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1962dfee37b7fb17d3d4889bf84c4ea08b1c36707194c578f61e6e06d12ab90f" } ,
{ file = "SQLAlchemy-1.4.39-cp38-cp38-win32.whl" , hash = "sha256:047ef5ccd8860f6147b8ac6c45a4bc573d4e030267b45d9a1c47b55962ff0e6f" } ,
{ file = "SQLAlchemy-1.4.39-cp38-cp38-win_amd64.whl" , hash = "sha256:b71be98ef6e180217d1797185c75507060a57ab9cd835653e0112db16a710f0d" } ,
{ file = "SQLAlchemy-1.4.39-cp39-cp39-macosx_10_15_x86_64.whl" , hash = "sha256:365b75938049ae31cf2176efd3d598213ddb9eb883fbc82086efa019a5f649df" } ,
{ file = "SQLAlchemy-1.4.39-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e7a7667d928ba6ee361a3176e1bef6847c1062b37726b33505cc84136f657e0d" } ,
{ file = "SQLAlchemy-1.4.39-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:c6d00cb9da8d0cbfaba18cad046e94b06de6d4d0ffd9d4095a3ad1838af22528" } ,
{ file = "SQLAlchemy-1.4.39-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b0538b66f959771c56ff996d828081908a6a52a47c5548faed4a3d0a027a5368" } ,
{ file = "SQLAlchemy-1.4.39-cp39-cp39-win32.whl" , hash = "sha256:d1f665e50592caf4cad3caed3ed86f93227bffe0680218ccbb293bd5a6734ca8" } ,
{ file = "SQLAlchemy-1.4.39-cp39-cp39-win_amd64.whl" , hash = "sha256:8b773c9974c272aae0fa7e95b576d98d17ee65f69d8644f9b6ffc90ee96b4d19" } ,
{ file = "SQLAlchemy-1.4.39.tar.gz" , hash = "sha256:8194896038753b46b08a0b0ae89a5d80c897fb601dd51e243ed5720f1f155d27" } ,
]
sqlalchemy-stubs = [
{ file = "sqlalchemy-stubs-0.4.tar.gz" , hash = "sha256:c665d6dd4482ef642f01027fa06c3d5e91befabb219dc71fc2a09e7d7695f7ae" } ,
{ file = "sqlalchemy_stubs-0.4-py3-none-any.whl" , hash = "sha256:5eec7aa110adf9b957b631799a72fef396b23ff99fe296df726645d01e312aa5" } ,
]
stevedore = [
{ file = "stevedore-3.5.0-py3-none-any.whl" , hash = "sha256:a547de73308fd7e90075bb4d301405bebf705292fa90a90fc3bcf9133f58616c" } ,
{ file = "stevedore-3.5.0.tar.gz" , hash = "sha256:f40253887d8712eaa2bb0ea3830374416736dc8ec0e22f5a65092c1174c44335" } ,
]
swagger-ui-bundle = [
{ file = "swagger_ui_bundle-0.0.9-py3-none-any.whl" , hash = "sha256:cea116ed81147c345001027325c1ddc9ca78c1ee7319935c3c75d3669279d575" } ,
{ file = "swagger_ui_bundle-0.0.9.tar.gz" , hash = "sha256:b462aa1460261796ab78fd4663961a7f6f347ce01760f1303bbbdf630f11f516" } ,
]
tokenize-rt = [
{ file = "tokenize_rt-4.2.1-py2.py3-none-any.whl" , hash = "sha256:08a27fa032a81cf45e8858d0ac706004fcd523e8463415ddf1442be38e204ea8" } ,
{ file = "tokenize_rt-4.2.1.tar.gz" , hash = "sha256:0d4f69026fed520f8a1e0103aa36c406ef4661417f20ca643f913e33531b3b94" } ,
]
toml = [
{ file = "toml-0.10.2-py2.py3-none-any.whl" , hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b" } ,
{ file = "toml-0.10.2.tar.gz" , hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" } ,
]
tomli = [
{ file = "tomli-2.0.1-py3-none-any.whl" , hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc" } ,
{ file = "tomli-2.0.1.tar.gz" , hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" } ,
]
tornado = [
{ file = "tornado-6.1-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:d371e811d6b156d82aa5f9a4e08b58debf97c302a35714f6f45e35139c332e32" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:0d321a39c36e5f2c4ff12b4ed58d41390460f798422c4504e09eb5678e09998c" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:9de9e5188a782be6b1ce866e8a51bc76a0fbaa0e16613823fc38e4fc2556ad05" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:61b32d06ae8a036a6607805e6720ef00a3c98207038444ba7fd3d169cd998910" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:3e63498f680547ed24d2c71e6497f24bca791aca2fe116dbc2bd0ac7f191691b" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux2014_aarch64.whl" , hash = "sha256:6c77c9937962577a6a76917845d06af6ab9197702a42e1346d8ae2e76b5e3675" } ,
{ file = "tornado-6.1-cp35-cp35m-win32.whl" , hash = "sha256:6286efab1ed6e74b7028327365cf7346b1d777d63ab30e21a0f4d5b275fc17d5" } ,
{ file = "tornado-6.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:fa2ba70284fa42c2a5ecb35e322e68823288a4251f9ba9cc77be04ae15eada68" } ,
{ file = "tornado-6.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:0a00ff4561e2929a2c37ce706cb8233b7907e0cdc22eab98888aca5dd3775feb" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:748290bf9112b581c525e6e6d3820621ff020ed95af6f17fedef416b27ed564c" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:e385b637ac3acaae8022e7e47dfa7b83d3620e432e3ecb9a3f7f58f150e50921" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:25ad220258349a12ae87ede08a7b04aca51237721f63b1808d39bdb4b2164558" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:65d98939f1a2e74b58839f8c4dab3b6b3c1ce84972ae712be02845e65391ac7c" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:e519d64089b0876c7b467274468709dadf11e41d65f63bba207e04217f47c085" } ,
{ file = "tornado-6.1-cp36-cp36m-win32.whl" , hash = "sha256:b87936fd2c317b6ee08a5741ea06b9d11a6074ef4cc42e031bc6403f82a32575" } ,
{ file = "tornado-6.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:cc0ee35043162abbf717b7df924597ade8e5395e7b66d18270116f8745ceb795" } ,
{ file = "tornado-6.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:7250a3fa399f08ec9cb3f7b1b987955d17e044f1ade821b32e5f435130250d7f" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:ed3ad863b1b40cd1d4bd21e7498329ccaece75db5a5bf58cd3c9f130843e7102" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:dcef026f608f678c118779cd6591c8af6e9b4155c44e0d1bc0c87c036fb8c8c4" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:70dec29e8ac485dbf57481baee40781c63e381bebea080991893cd297742b8fd" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:d3f7594930c423fd9f5d1a76bee85a2c36fd8b4b16921cae7e965f22575e9c01" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:3447475585bae2e77ecb832fc0300c3695516a47d46cefa0528181a34c5b9d3d" } ,
{ file = "tornado-6.1-cp37-cp37m-win32.whl" , hash = "sha256:e7229e60ac41a1202444497ddde70a48d33909e484f96eb0da9baf8dc68541df" } ,
{ file = "tornado-6.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:cb5ec8eead331e3bb4ce8066cf06d2dfef1bfb1b2a73082dfe8a161301b76e37" } ,
{ file = "tornado-6.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:20241b3cb4f425e971cb0a8e4ffc9b0a861530ae3c52f2b0434e6c1b57e9fd95" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:c77da1263aa361938476f04c4b6c8916001b90b2c2fdd92d8d535e1af48fba5a" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:fba85b6cd9c39be262fcd23865652920832b61583de2a2ca907dbd8e8a8c81e5" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:1e8225a1070cd8eec59a996c43229fe8f95689cb16e552d130b9793cb570a288" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:d14d30e7f46a0476efb0deb5b61343b1526f73ebb5ed84f23dc794bdb88f9d9f" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:8f959b26f2634a091bb42241c3ed8d3cedb506e7c27b8dd5c7b9f745318ddbb6" } ,
{ file = "tornado-6.1-cp38-cp38-win32.whl" , hash = "sha256:34ca2dac9e4d7afb0bed4677512e36a52f09caa6fded70b4e3e1c89dbd92c326" } ,
{ file = "tornado-6.1-cp38-cp38-win_amd64.whl" , hash = "sha256:6196a5c39286cc37c024cd78834fb9345e464525d8991c21e908cc046d1cc02c" } ,
{ file = "tornado-6.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:f0ba29bafd8e7e22920567ce0d232c26d4d47c8b5cf4ed7b562b5db39fa199c5" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:33892118b165401f291070100d6d09359ca74addda679b60390b09f8ef325ffe" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:7da13da6f985aab7f6f28debab00c67ff9cbacd588e8477034c0652ac141feea" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:e0791ac58d91ac58f694d8d2957884df8e4e2f6687cdf367ef7eb7497f79eaa2" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:66324e4e1beede9ac79e60f88de548da58b1f8ab4b2f1354d8375774f997e6c0" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:a48900ecea1cbb71b8c71c620dee15b62f85f7c14189bdeee54966fbd9a0c5bd" } ,
{ file = "tornado-6.1-cp39-cp39-win32.whl" , hash = "sha256:d3d20ea5782ba63ed13bc2b8c291a053c8d807a8fa927d941bd718468f7b950c" } ,
{ file = "tornado-6.1-cp39-cp39-win_amd64.whl" , hash = "sha256:548430be2740e327b3fe0201abe471f314741efcb0067ec4f2d7dcfb4825f3e4" } ,
{ file = "tornado-6.1.tar.gz" , hash = "sha256:33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76fb9791" } ,
]
typeguard = [
{ file = "typeguard-2.13.3-py3-none-any.whl" , hash = "sha256:5e3e3be01e887e7eafae5af63d1f36c849aaa94e3a0112097312aabfa16284f1" } ,
{ file = "typeguard-2.13.3.tar.gz" , hash = "sha256:00edaa8da3a133674796cf5ea87d9f4b4c367d77476e185e80251cc13dfbb8c4" } ,
]
types-pytz = [
{ file = "types-pytz-2022.1.1.tar.gz" , hash = "sha256:4e7add70886dc2ee6ee7535c8184a26eeb0ac9dbafae9962cb882d74b9f67330" } ,
{ file = "types_pytz-2022.1.1-py3-none-any.whl" , hash = "sha256:581467742f32f15fff1098698b11fd511057a2a8a7568d33b604083f2b03c24f" } ,
]
2022-08-30 16:19:45 +00:00
types-requests = [ ]
types-urllib3 = [ ]
2022-08-11 13:10:30 +00:00
typing-extensions = [
{ file = "typing_extensions-4.3.0-py3-none-any.whl" , hash = "sha256:25642c956049920a5aa49edcdd6ab1e06d7e5d467fc00e0506c44ac86fbfca02" } ,
{ file = "typing_extensions-4.3.0.tar.gz" , hash = "sha256:e6d2677a32f47fc7eb2795db1dd15c1f34eff616bcaf2cfb5e997f854fa1c4a6" } ,
]
2022-07-12 23:29:58 +00:00
typing-inspect = [
{ file = "typing_inspect-0.7.1-py2-none-any.whl" , hash = "sha256:b1f56c0783ef0f25fb064a01be6e5407e54cf4a4bf4f3ba3fe51e0bd6dcea9e5" } ,
{ file = "typing_inspect-0.7.1-py3-none-any.whl" , hash = "sha256:3cd7d4563e997719a710a3bfe7ffb544c6b72069b6812a02e9b414a8fa3aaa6b" } ,
{ file = "typing_inspect-0.7.1.tar.gz" , hash = "sha256:047d4097d9b17f46531bf6f014356111a1b6fb821a24fe7ac909853ca2a782aa" } ,
]
tzdata = [
{ file = "tzdata-2022.1-py2.py3-none-any.whl" , hash = "sha256:238e70234214138ed7b4e8a0fab0e5e13872edab3be586ab8198c407620e2ab9" } ,
{ file = "tzdata-2022.1.tar.gz" , hash = "sha256:8b536a8ec63dc0751342b3984193a3118f8fca2afe25752bb9b7fffd398552d3" } ,
]
tzlocal = [
{ file = "tzlocal-4.2-py3-none-any.whl" , hash = "sha256:89885494684c929d9191c57aa27502afc87a579be5cdd3225c77c463ea043745" } ,
{ file = "tzlocal-4.2.tar.gz" , hash = "sha256:ee5842fa3a795f023514ac2d801c4a81d1743bbe642e3940143326b3a00addd7" } ,
]
unidecode = [
{ file = "Unidecode-1.3.4-py3-none-any.whl" , hash = "sha256:afa04efcdd818a93237574791be9b2817d7077c25a068b00f8cff7baa4e59257" } ,
{ file = "Unidecode-1.3.4.tar.gz" , hash = "sha256:8e4352fb93d5a735c788110d2e7ac8e8031eb06ccbfe8d324ab71735015f9342" } ,
]
urllib3 = [
{ file = "urllib3-1.26.9-py2.py3-none-any.whl" , hash = "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14" } ,
{ file = "urllib3-1.26.9.tar.gz" , hash = "sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e" } ,
]
vine = [
{ file = "vine-5.0.0-py2.py3-none-any.whl" , hash = "sha256:4c9dceab6f76ed92105027c49c823800dd33cacce13bdedc5b914e3514b7fb30" } ,
{ file = "vine-5.0.0.tar.gz" , hash = "sha256:7d3b1624a953da82ef63462013bbd271d3eb75751489f9807598e8f340bd637e" } ,
]
virtualenv = [
{ file = "virtualenv-20.14.1-py2.py3-none-any.whl" , hash = "sha256:e617f16e25b42eb4f6e74096b9c9e37713cf10bf30168fb4a739f3fa8f898a3a" } ,
{ file = "virtualenv-20.14.1.tar.gz" , hash = "sha256:ef589a79795589aada0c1c5b319486797c03b67ac3984c48c669c0e4f50df3a5" } ,
]
wcwidth = [
{ file = "wcwidth-0.2.5-py2.py3-none-any.whl" , hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784" } ,
{ file = "wcwidth-0.2.5.tar.gz" , hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83" } ,
]
werkzeug = [
{ file = "Werkzeug-2.1.2-py3-none-any.whl" , hash = "sha256:72a4b735692dd3135217911cbeaa1be5fa3f62bffb8745c5215420a03dc55255" } ,
{ file = "Werkzeug-2.1.2.tar.gz" , hash = "sha256:1ce08e8093ed67d638d63879fd1ba3735817f7a80de3674d293f5984f25fb6e6" } ,
]
wrapt = [
{ file = "wrapt-1.14.1-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:1b376b3f4896e7930f1f772ac4b064ac12598d1c38d04907e696cc4d794b43d3" } ,
{ file = "wrapt-1.14.1-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:903500616422a40a98a5a3c4ff4ed9d0066f3b4c951fa286018ecdf0750194ef" } ,
{ file = "wrapt-1.14.1-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:5a9a0d155deafd9448baff28c08e150d9b24ff010e899311ddd63c45c2445e28" } ,
{ file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:ddaea91abf8b0d13443f6dac52e89051a5063c7d014710dcb4d4abb2ff811a59" } ,
{ file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:36f582d0c6bc99d5f39cd3ac2a9062e57f3cf606ade29a0a0d6b323462f4dd87" } ,
{ file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:7ef58fb89674095bfc57c4069e95d7a31cfdc0939e2a579882ac7d55aadfd2a1" } ,
{ file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:e2f83e18fe2f4c9e7db597e988f72712c0c3676d337d8b101f6758107c42425b" } ,
{ file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:ee2b1b1769f6707a8a445162ea16dddf74285c3964f605877a20e38545c3c462" } ,
{ file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:833b58d5d0b7e5b9832869f039203389ac7cbf01765639c7309fd50ef619e0b1" } ,
{ file = "wrapt-1.14.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:80bb5c256f1415f747011dc3604b59bc1f91c6e7150bd7db03b19170ee06b320" } ,
{ file = "wrapt-1.14.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:07f7a7d0f388028b2df1d916e94bbb40624c59b48ecc6cbc232546706fac74c2" } ,
{ file = "wrapt-1.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:02b41b633c6261feff8ddd8d11c711df6842aba629fdd3da10249a53211a72c4" } ,
{ file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2fe803deacd09a233e4762a1adcea5db5d31e6be577a43352936179d14d90069" } ,
{ 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" } ,
{ file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:4fcc4649dc762cddacd193e6b55bc02edca674067f5f98166d7713b193932b7f" } ,
{ file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:11871514607b15cfeb87c547a49bca19fde402f32e2b1c24a632506c0a756656" } ,
{ file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:8ad85f7f4e20964db4daadcab70b47ab05c7c1cf2a7c1e51087bfaa83831854c" } ,
{ file = "wrapt-1.14.1-cp310-cp310-win32.whl" , hash = "sha256:a9a52172be0b5aae932bef82a79ec0a0ce87288c7d132946d645eba03f0ad8a8" } ,
{ file = "wrapt-1.14.1-cp310-cp310-win_amd64.whl" , hash = "sha256:6d323e1554b3d22cfc03cd3243b5bb815a51f5249fdcbb86fda4bf62bab9e164" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:43ca3bbbe97af00f49efb06e352eae40434ca9d915906f77def219b88e85d907" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:6b1a564e6cb69922c7fe3a678b9f9a3c54e72b469875aa8018f18b4d1dd1adf3" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:00b6d4ea20a906c0ca56d84f93065b398ab74b927a7a3dbd470f6fc503f95dc3" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:a85d2b46be66a71bedde836d9e41859879cc54a2a04fad1191eb50c2066f6e9d" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-win32.whl" , hash = "sha256:dbcda74c67263139358f4d188ae5faae95c30929281bc6866d00573783c422b7" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:b21bb4c09ffabfa0e85e3a6b623e19b80e7acd709b9f91452b8297ace2a8ab00" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:9e0fd32e0148dd5dea6af5fee42beb949098564cc23211a88d799e434255a1f4" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9736af4641846491aedb3c3f56b9bc5568d92b0692303b5a305301a95dfd38b1" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5b02d65b9ccf0ef6c34cba6cf5bf2aab1bb2f49c6090bafeecc9cd81ad4ea1c1" } ,
{ 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" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:9f3e6f9e05148ff90002b884fbc2a86bd303ae847e472f44ecc06c2cd2fcdb2d" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:6e743de5e9c3d1b7185870f480587b75b1cb604832e380d64f9504a0535912d1" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:d79d7d5dc8a32b7093e81e97dad755127ff77bcc899e845f41bf71747af0c569" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-win32.whl" , hash = "sha256:81b19725065dcb43df02b37e03278c011a09e49757287dca60c5aecdd5a0b8ed" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:b014c23646a467558be7da3d6b9fa409b2c567d2110599b7cf9a0c5992b3b471" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:88bd7b6bd70a5b6803c1abf6bca012f7ed963e58c68d76ee20b9d751c74a3248" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b5901a312f4d14c59918c221323068fad0540e34324925c8475263841dbdfe68" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d77c85fedff92cf788face9bfa3ebaa364448ebb1d765302e9af11bf449ca36d" } ,
{ 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" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:7d2872609603cb35ca513d7404a94d6d608fc13211563571117046c9d2bcc3d7" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:ee6acae74a2b91865910eef5e7de37dc6895ad96fa23603d1d27ea69df545015" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:2b39d38039a1fdad98c87279b48bc5dce2c0ca0d73483b12cb72aa9609278e8a" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-win32.whl" , hash = "sha256:60db23fa423575eeb65ea430cee741acb7c26a1365d103f7b0f6ec412b893853" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:709fe01086a55cf79d20f741f39325018f4df051ef39fe921b1ebe780a66184c" } ,
{ file = "wrapt-1.14.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:8c0ce1e99116d5ab21355d8ebe53d9460366704ea38ae4d9f6933188f327b456" } ,
{ file = "wrapt-1.14.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:e3fb1677c720409d5f671e39bac6c9e0e422584e5f518bfd50aa4cbbea02433f" } ,
{ file = "wrapt-1.14.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:642c2e7a804fcf18c222e1060df25fc210b9c58db7c91416fb055897fc27e8cc" } ,
{ file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7b7c050ae976e286906dd3f26009e117eb000fb2cf3533398c5ad9ccc86867b1" } ,
{ 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" } ,
{ file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:01c205616a89d09827986bc4e859bcabd64f5a0662a7fe95e0d359424e0e071b" } ,
{ file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:5a0f54ce2c092aaf439813735584b9537cad479575a09892b8352fea5e988dc0" } ,
{ file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:2cf71233a0ed05ccdabe209c606fe0bac7379fdcf687f39b944420d2a09fdb57" } ,
{ file = "wrapt-1.14.1-cp38-cp38-win32.whl" , hash = "sha256:aa31fdcc33fef9eb2552cbcbfee7773d5a6792c137b359e82879c101e98584c5" } ,
{ file = "wrapt-1.14.1-cp38-cp38-win_amd64.whl" , hash = "sha256:d1967f46ea8f2db647c786e78d8cc7e4313dbd1b0aca360592d8027b8508e24d" } ,
{ file = "wrapt-1.14.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3232822c7d98d23895ccc443bbdf57c7412c5a65996c30442ebe6ed3df335383" } ,
{ file = "wrapt-1.14.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:988635d122aaf2bdcef9e795435662bcd65b02f4f4c1ae37fbee7401c440b3a7" } ,
{ file = "wrapt-1.14.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9cca3c2cdadb362116235fdbd411735de4328c61425b0aa9f872fd76d02c4e86" } ,
{ file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d52a25136894c63de15a35bc0bdc5adb4b0e173b9c0d07a2be9d3ca64a332735" } ,
{ 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" } ,
{ file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:b9b7a708dd92306328117d8c4b62e2194d00c365f18eff11a9b53c6f923b01e3" } ,
{ file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:6a9a25751acb379b466ff6be78a315e2b439d4c94c1e99cb7266d40a537995d3" } ,
{ file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:34aa51c45f28ba7f12accd624225e2b1e5a3a45206aa191f6f9aac931d9d56fe" } ,
{ file = "wrapt-1.14.1-cp39-cp39-win32.whl" , hash = "sha256:dee0ce50c6a2dd9056c20db781e9c1cfd33e77d2d569f5d1d9321c641bb903d5" } ,
{ file = "wrapt-1.14.1-cp39-cp39-win_amd64.whl" , hash = "sha256:dee60e1de1898bde3b238f18340eec6148986da0455d8ba7848d50470a7a32fb" } ,
{ file = "wrapt-1.14.1.tar.gz" , hash = "sha256:380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d" } ,
]
wtforms = [
{ file = "WTForms-3.0.1-py3-none-any.whl" , hash = "sha256:837f2f0e0ca79481b92884962b914eba4e72b7a2daaf1f939c890ed0124b834b" } ,
{ file = "WTForms-3.0.1.tar.gz" , hash = "sha256:6b351bbb12dd58af57ffef05bc78425d08d1914e0fd68ee14143b7ade023c5bc" } ,
]
2022-08-30 16:19:45 +00:00
xdoctest = [ ]
2022-07-12 23:29:58 +00:00
zipp = [
{ file = "zipp-3.8.0-py3-none-any.whl" , hash = "sha256:c4f6e5bbf48e74f7a38e7cc5b0480ff42b0ae5178957d564d18932525d5cf099" } ,
{ file = "zipp-3.8.0.tar.gz" , hash = "sha256:56bf8aadb83c24db6c4b577e13de374ccfb67da2078beba1d037c17980bf43ad" } ,
]