2022-10-10 12:02:36 -04:00
[ [ package ] ]
name = "alabaster"
version = "0.7.12"
description = "A configurable sidebar-enabled Sphinx theme"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "attrs"
version = "22.1.0"
description = "Classes Without Boilerplate"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . extras ]
dev = [ "cloudpickle" , "coverage[toml] (>=5.0.2)" , "furo" , "hypothesis" , "mypy (>=0.900,!=0.940)" , "pre-commit" , "pympler" , "pytest (>=4.3.0)" , "pytest-mypy-plugins" , "sphinx" , "sphinx-notfound-page" , "zope.interface" ]
docs = [ "furo" , "sphinx" , "sphinx-notfound-page" , "zope.interface" ]
tests = [ "cloudpickle" , "coverage[toml] (>=5.0.2)" , "hypothesis" , "mypy (>=0.900,!=0.940)" , "pympler" , "pytest (>=4.3.0)" , "pytest-mypy-plugins" , "zope.interface" ]
2022-11-28 14:24:51 -05:00
tests-no-zope = [ "cloudpickle" , "coverage[toml] (>=5.0.2)" , "hypothesis" , "mypy (>=0.900,!=0.940)" , "pympler" , "pytest (>=4.3.0)" , "pytest-mypy-plugins" ]
2022-10-10 12:02:36 -04:00
[ [ package ] ]
2022-11-28 14:24:51 -05:00
name = "babel"
2022-11-28 12:29:12 -05:00
version = "2.11.0"
2022-10-10 12:02:36 -04:00
description = "Internationalization utilities"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pytz = ">=2015.7"
[ [ package ] ]
name = "bandit"
version = "1.7.4"
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 = "black"
version = "22.10.0"
description = "The uncompromising code formatter."
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
click = ">=8.0.0"
mypy-extensions = ">=0.4.3"
pathspec = ">=0.9.0"
platformdirs = ">=2"
[ 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)" ]
2022-09-29 17:55:45 -04:00
[ [ package ] ]
name = "boto3"
2022-11-28 14:24:51 -05:00
version = "1.26.17"
2022-09-29 17:55:45 -04:00
description = "The AWS SDK for Python"
category = "main"
optional = false
python-versions = ">= 3.7"
[ package . dependencies ]
2022-11-28 14:24:51 -05:00
botocore = ">=1.29.17,<1.30.0"
2022-09-29 17:55:45 -04:00
jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.6.0,<0.7.0"
[ package . extras ]
crt = [ "botocore[crt] (>=1.21.0,<2.0a0)" ]
[ [ package ] ]
name = "botocore"
2022-11-28 14:24:51 -05:00
version = "1.29.17"
2022-09-29 17:55:45 -04:00
description = "Low-level, data-driven core of boto 3."
category = "main"
optional = false
python-versions = ">= 3.7"
[ package . dependencies ]
jmespath = ">=0.7.1,<2.0.0"
python-dateutil = ">=2.1,<3.0.0"
urllib3 = ">=1.25.4,<1.27"
[ package . extras ]
crt = [ "awscrt (==0.14.0)" ]
2022-09-21 17:22:33 -04:00
[ [ package ] ]
name = "cachelib"
version = "0.9.0"
description = "A collection of cache libraries in the same API interface."
category = "main"
optional = false
python-versions = ">=3.7"
2022-09-09 13:39:56 -04:00
[ [ package ] ]
name = "certifi"
2022-10-05 19:02:21 -04:00
version = "2022.9.24"
2022-09-09 13:39:56 -04:00
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
python-versions = ">=3.6"
2022-10-10 12:02:36 -04:00
[ [ 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"
2022-09-13 12:48:20 -04:00
[ [ package ] ]
name = "charset-normalizer"
version = "2.1.1"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category = "main"
optional = false
python-versions = ">=3.6.0"
[ package . extras ]
2022-11-28 14:24:51 -05:00
unicode-backport = [ "unicodedata2" ]
2022-09-13 12:48:20 -04:00
2022-09-09 10:15:29 -04: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\"" }
2022-09-09 13:39:56 -04:00
[ [ package ] ]
2022-09-13 10:40:19 -04:00
name = "colorama"
2022-11-28 12:29:12 -05:00
version = "0.4.6"
2022-09-13 10:40:19 -04:00
description = "Cross-platform colored terminal text."
category = "main"
optional = false
2022-11-28 12:29:12 -05:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
2022-09-13 10:40:19 -04:00
2022-09-29 17:55:45 -04:00
[ [ package ] ]
name = "connector-aws"
version = "0.1.0"
2022-11-28 12:29:12 -05:00
description = "Connect Service Tasks to AWS web services."
2022-09-29 17:55:45 -04:00
category = "main"
optional = false
python-versions = "^3.10"
2022-11-28 12:29:12 -05:00
develop = false
2022-09-29 17:55:45 -04:00
[ package . dependencies ]
2022-11-28 12:29:12 -05:00
boto3 = "^1.26.5"
simplejson = "^3.17.6"
2022-09-29 17:55:45 -04:00
[ package . source ]
2022-11-28 12:29:12 -05:00
type = "git"
url = "https://github.com/sartography/connector-aws.git"
reference = "HEAD"
2022-11-28 14:24:51 -05:00
resolved_reference = "ad386286bcc72eeb000b9b053596dfee40f7c6b5"
2022-09-29 17:55:45 -04:00
2022-09-13 12:48:20 -04:00
[ [ package ] ]
name = "connector-bamboohr"
version = "0.1.0"
description = ""
category = "main"
optional = false
python-versions = "^3.10"
2022-09-20 11:50:13 -04:00
develop = true
2022-09-13 12:48:20 -04:00
[ package . dependencies ]
requests = "^2.28.1"
[ package . source ]
2022-09-20 11:50:13 -04:00
type = "directory"
url = "connectors/connector-bamboohr"
2022-09-13 12:48:20 -04:00
2022-09-29 17:55:45 -04:00
[ [ package ] ]
name = "connector-waku"
version = "0.1.0"
description = ""
category = "main"
optional = false
python-versions = "^3.10"
develop = true
[ package . dependencies ]
requests = "^2.28.1"
[ package . source ]
type = "directory"
url = "connectors/connector-waku"
2022-09-13 10:40:19 -04:00
[ [ package ] ]
name = "connector-xero"
2022-09-09 13:39:56 -04:00
version = "0.1.0"
description = ""
category = "main"
optional = false
python-versions = "^3.10"
2022-09-20 11:50:13 -04:00
develop = true
2022-09-09 13:39:56 -04:00
[ package . dependencies ]
xero-python = "^1.18.0"
[ package . source ]
2022-09-20 11:50:13 -04:00
type = "directory"
url = "connectors/connector-xero"
2022-09-09 10:15:29 -04:00
2022-10-10 12:02:36 -04:00
[ [ package ] ]
name = "coverage"
version = "6.5.0"
description = "Code coverage measurement for Python"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . extras ]
toml = [ "tomli" ]
[ [ package ] ]
name = "distlib"
version = "0.3.6"
description = "Distribution utilities"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "docutils"
version = "0.19"
description = "Docutils -- Python Documentation Utilities"
category = "dev"
optional = false
python-versions = ">=3.7"
[ [ package ] ]
name = "dparse"
version = "0.6.2"
description = "A parser for Python dependency files"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
packaging = "*"
toml = "*"
[ package . extras ]
conda = [ "pyyaml" ]
pipenv = [ "pipenv" ]
[ [ package ] ]
name = "filelock"
version = "3.8.0"
description = "A platform independent file lock."
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . extras ]
docs = [ "furo (>=2022.6.21)" , "sphinx (>=5.1.1)" , "sphinx-autodoc-typehints (>=1.19.1)" ]
testing = [ "covdefaults (>=2.2)" , "coverage (>=6.4.2)" , "pytest (>=7.1.2)" , "pytest-cov (>=3)" , "pytest-timeout (>=2.1)" ]
[ [ package ] ]
name = "flake8"
version = "5.0.4"
description = "the modular source code checker: pep8 pyflakes and co"
category = "dev"
optional = false
python-versions = ">=3.6.1"
[ package . dependencies ]
mccabe = ">=0.7.0,<0.8.0"
pycodestyle = ">=2.9.0,<2.10.0"
pyflakes = ">=2.5.0,<2.6.0"
[ [ package ] ]
name = "flake8-bandit"
version = "4.1.1"
description = "Automated security testing with bandit and flake8."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
bandit = ">=1.7.3"
flake8 = ">=5.0.0"
2022-09-09 10:15:29 -04:00
[ [ package ] ]
2022-11-28 14:24:51 -05:00
name = "flask"
2022-09-09 10:15:29 -04:00
version = "2.2.2"
description = "A simple framework for building complex web applications."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
click = ">=8.0"
itsdangerous = ">=2.0"
Jinja2 = ">=3.0"
Werkzeug = ">=2.2.2"
[ package . extras ]
async = [ "asgiref (>=3.2)" ]
dotenv = [ "python-dotenv" ]
2022-09-21 17:22:33 -04:00
[ [ package ] ]
2022-11-28 14:24:51 -05:00
name = "flask-oauthlib"
2022-09-21 17:22:33 -04:00
version = "0.9.6"
description = "OAuthlib for Flask"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
cachelib = "*"
Flask = "*"
oauthlib = ">=1.1.2,<2.0.3 || >2.0.3,<2.0.4 || >2.0.4,<2.0.5 || >2.0.5,<3.0.0"
requests-oauthlib = ">=0.6.2,<1.2.0"
[ [ package ] ]
2022-11-28 14:24:51 -05:00
name = "flask-session"
2022-09-21 17:22:33 -04:00
version = "0.4.0"
description = "Adds server-side session support to your Flask application"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
cachelib = "*"
Flask = ">=0.8"
2022-10-10 12:02:36 -04:00
[ [ package ] ]
name = "gitdb"
2022-11-28 14:24:51 -05:00
version = "4.0.10"
2022-10-10 12:02:36 -04:00
description = "Git Object Database"
category = "dev"
optional = false
2022-11-28 14:24:51 -05:00
python-versions = ">=3.7"
2022-10-10 12:02:36 -04:00
[ package . dependencies ]
smmap = ">=3.0.1,<6"
[ [ package ] ]
2022-11-28 14:24:51 -05:00
name = "gitpython"
2022-11-28 12:29:12 -05:00
version = "3.1.29"
2022-10-10 12:02:36 -04:00
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"
2022-09-14 14:55:46 -04:00
[ [ package ] ]
name = "gunicorn"
version = "20.1.0"
description = "WSGI HTTP Server for UNIX"
category = "main"
optional = false
python-versions = ">=3.5"
2022-09-20 11:50:13 -04:00
[ package . dependencies ]
setuptools = ">=3.0"
2022-09-14 14:55:46 -04:00
[ package . extras ]
eventlet = [ "eventlet (>=0.24.1)" ]
gevent = [ "gevent (>=1.4.0)" ]
setproctitle = [ "setproctitle" ]
tornado = [ "tornado (>=0.2)" ]
2022-10-10 12:02:36 -04:00
[ [ package ] ]
name = "identify"
2022-11-28 14:24:51 -05:00
version = "2.5.9"
2022-10-10 12:02:36 -04:00
description = "File identification library for Python"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . extras ]
license = [ "ukkonen" ]
2022-09-13 12:48:20 -04:00
[ [ package ] ]
name = "idna"
2022-09-14 12:50:09 -04:00
version = "3.4"
2022-09-13 12:48:20 -04:00
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
python-versions = ">=3.5"
2022-10-10 12:02:36 -04:00
[ [ package ] ]
name = "imagesize"
version = "1.4.1"
description = "Getting image size from png/jpeg/jpeg2000/gif file"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "iniconfig"
version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing"
category = "dev"
optional = false
python-versions = "*"
2022-09-09 10:15:29 -04:00
[ [ 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 ] ]
2022-11-28 14:24:51 -05:00
name = "jinja2"
2022-09-09 10:15:29 -04:00
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-09-29 17:55:45 -04:00
[ [ package ] ]
name = "jmespath"
version = "1.0.1"
description = "JSON Matching Expressions"
category = "main"
optional = false
python-versions = ">=3.7"
2022-10-10 12:02:36 -04: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\"" }
2022-09-09 10:15:29 -04:00
[ [ package ] ]
2022-11-28 14:24:51 -05:00
name = "markupsafe"
2022-09-09 10:15:29 -04:00
version = "2.1.1"
description = "Safely add untrusted strings to HTML/XML markup."
category = "main"
optional = false
python-versions = ">=3.7"
2022-10-10 12:02:36 -04:00
[ [ package ] ]
name = "mccabe"
version = "0.7.0"
description = "McCabe checker, plugin for flake8"
category = "dev"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "mypy"
version = "0.982"
description = "Optional static typing for Python"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
mypy-extensions = ">=0.4.3"
typing-extensions = ">=3.10"
[ package . extras ]
dmypy = [ "psutil (>=4.0)" ]
python2 = [ "typed-ast (>=1.4.0,<2)" ]
reports = [ "lxml" ]
[ [ package ] ]
name = "mypy-extensions"
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "nodeenv"
version = "1.7.0"
description = "Node.js virtual environment builder"
category = "dev"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*"
[ package . dependencies ]
setuptools = "*"
2022-09-21 17:22:33 -04:00
[ [ package ] ]
name = "oauthlib"
version = "2.1.0"
description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
category = "main"
optional = false
python-versions = "*"
[ package . extras ]
rsa = [ "cryptography" ]
signals = [ "blinker" ]
signedtoken = [ "cryptography" , "pyjwt (>=1.0.0)" ]
test = [ "blinker" , "cryptography" , "mock" , "nose" , "pyjwt (>=1.0.0)" , "unittest2" ]
2022-10-10 12:02:36 -04:00
[ [ package ] ]
name = "packaging"
version = "21.3"
description = "Core utilities for Python packages"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
[ [ package ] ]
name = "pathspec"
2022-11-28 14:24:51 -05:00
version = "0.10.2"
2022-10-10 12:02:36 -04:00
description = "Utility library for gitignore style pattern matching of file paths."
category = "dev"
optional = false
python-versions = ">=3.7"
[ [ package ] ]
name = "pbr"
2022-11-28 12:29:12 -05:00
version = "5.11.0"
2022-10-10 12:02:36 -04:00
description = "Python Build Reasonableness"
category = "dev"
optional = false
python-versions = ">=2.6"
[ [ package ] ]
name = "platformdirs"
2022-11-28 14:24:51 -05:00
version = "2.5.4"
2022-11-28 12:29:12 -05:00
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
2022-10-10 12:02:36 -04:00
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . extras ]
2022-11-28 12:29:12 -05:00
docs = [ "furo (>=2022.9.29)" , "proselint (>=0.13)" , "sphinx (>=5.3)" , "sphinx-autodoc-typehints (>=1.19.4)" ]
test = [ "appdirs (==1.4.4)" , "pytest (>=7.2)" , "pytest-cov (>=4)" , "pytest-mock (>=3.10)" ]
2022-10-10 12:02:36 -04:00
[ [ package ] ]
name = "pluggy"
version = "1.0.0"
description = "plugin and hook calling mechanisms for python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
testing = [ "pytest" , "pytest-benchmark" ]
[ [ package ] ]
name = "pre-commit"
version = "2.20.0"
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-11-28 14:24:51 -05:00
version = "4.4.0"
2022-10-10 12:02:36 -04: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"
[ [ package ] ]
name = "pycodestyle"
version = "2.9.1"
description = "Python style guide checker"
category = "dev"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "pyflakes"
version = "2.5.0"
description = "passive checker of Python programs"
category = "dev"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
2022-11-28 14:24:51 -05:00
name = "pygments"
2022-10-10 12:02:36 -04:00
version = "2.13.0"
description = "Pygments is a syntax highlighting package written in Python."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
plugins = [ "importlib-metadata" ]
[ [ package ] ]
name = "pyparsing"
version = "3.0.9"
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
category = "dev"
optional = false
python-versions = ">=3.6.8"
[ package . extras ]
diagrams = [ "jinja2" , "railroad-diagrams" ]
[ [ package ] ]
name = "pytest"
2022-11-28 12:29:12 -05:00
version = "7.2.0"
2022-10-10 12:02:36 -04:00
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
attrs = ">=19.2.0"
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
iniconfig = "*"
packaging = "*"
pluggy = ">=0.12,<2.0"
[ package . extras ]
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "pygments (>=2.7.2)" , "requests" , "xmlschema" ]
2022-09-09 13:39:56 -04: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-10-05 11:01:22 -04:00
[ [ package ] ]
name = "pytz"
2022-11-28 12:29:12 -05:00
version = "2022.6"
2022-10-05 11:01:22 -04:00
description = "World timezone definitions, modern and historical"
2022-10-21 16:34:48 -04:00
category = "dev"
2022-10-05 11:01:22 -04:00
optional = false
python-versions = "*"
2022-10-10 12:02:36 -04:00
[ [ package ] ]
name = "pyupgrade"
2022-11-28 14:24:51 -05:00
version = "3.2.2"
2022-10-10 12:02:36 -04: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"
2022-10-05 11:01:22 -04:00
[ [ package ] ]
2022-11-28 14:24:51 -05:00
name = "pyyaml"
2022-10-05 11:01:22 -04:00
version = "6.0"
description = "YAML parser and emitter for Python"
2022-10-21 16:34:48 -04:00
category = "dev"
2022-10-05 11:01:22 -04:00
optional = false
python-versions = ">=3.6"
2022-09-13 12:48:20 -04:00
[ [ package ] ]
name = "requests"
version = "2.28.1"
description = "Python HTTP for Humans."
category = "main"
optional = false
python-versions = ">=3.7, <4"
[ package . dependencies ]
certifi = ">=2017.4.17"
charset-normalizer = ">=2,<3"
idna = ">=2.5,<4"
urllib3 = ">=1.21.1,<1.27"
[ package . extras ]
socks = [ "PySocks (>=1.5.6,!=1.5.7)" ]
2022-11-28 14:24:51 -05:00
use-chardet-on-py3 = [ "chardet (>=3.0.2,<6)" ]
2022-09-13 12:48:20 -04:00
2022-09-21 17:22:33 -04:00
[ [ package ] ]
name = "requests-oauthlib"
version = "1.1.0"
description = "OAuthlib authentication support for Requests."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
oauthlib = ">=2.1.0,<3.0.0"
requests = ">=2.0.0"
[ package . extras ]
rsa = [ "oauthlib[signedtoken] (>=2.1.0,<3.0.0)" ]
2022-10-10 12:02:36 -04:00
[ [ package ] ]
2022-11-28 14:24:51 -05:00
name = "ruamel-yaml"
2022-10-10 12:02:36 -04:00
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 . extras ]
docs = [ "ryd" ]
jinja2 = [ "ruamel.yaml.jinja2 (>=0.2)" ]
2022-09-29 17:55:45 -04:00
[ [ package ] ]
name = "s3transfer"
version = "0.6.0"
description = "An Amazon S3 Transfer Manager"
category = "main"
optional = false
python-versions = ">= 3.7"
[ package . dependencies ]
botocore = ">=1.12.36,<2.0a.0"
[ package . extras ]
crt = [ "botocore[crt] (>=1.20.29,<2.0a.0)" ]
2022-10-10 12:02:36 -04:00
[ [ package ] ]
name = "safety"
2022-11-28 14:24:51 -05:00
version = "2.3.3"
2022-10-10 12:02:36 -04:00
description = "Checks installed dependencies for known vulnerabilities and licenses."
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
Click = ">=8.0.2"
dparse = ">=0.6.2"
packaging = ">=21.0"
requests = "*"
"ruamel.yaml" = ">=0.17.21"
setuptools = ">=19.3"
[ package . extras ]
github = [ "jinja2 (>=3.1.0)" , "pygithub (>=1.43.3)" ]
gitlab = [ "python-gitlab (>=1.3.0)" ]
2022-09-20 11:50:13 -04:00
[ [ package ] ]
name = "setuptools"
2022-11-28 14:24:51 -05:00
version = "65.6.3"
2022-09-20 11:50:13 -04:00
description = "Easily download, build, install, upgrade, and uninstall Python packages"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
2022-10-05 19:02:21 -04:00
docs = [ "furo" , "jaraco.packaging (>=9)" , "jaraco.tidelift (>=1.4)" , "pygments-github-lexers (==0.0.5)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-favicon" , "sphinx-hoverxref (<2)" , "sphinx-inline-tabs" , "sphinx-notfound-page (==0.8.3)" , "sphinx-reredirects" , "sphinxcontrib-towncrier" ]
2022-11-28 12:29:12 -05:00
testing = [ "build[virtualenv]" , "filelock (>=3.4.0)" , "flake8 (<5)" , "flake8-2020" , "ini2toml[lite] (>=0.9)" , "jaraco.envs (>=2.2)" , "jaraco.path (>=3.2.0)" , "pip (>=19.1)" , "pip-run (>=8.8)" , "pytest (>=6)" , "pytest-black (>=0.3.7)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=1.3)" , "pytest-flake8" , "pytest-mypy (>=0.9.1)" , "pytest-perf" , "pytest-timeout" , "pytest-xdist" , "tomli-w (>=1.0.0)" , "virtualenv (>=13.0.0)" , "wheel" ]
2022-09-20 11:50:13 -04:00
testing-integration = [ "build[virtualenv]" , "filelock (>=3.4.0)" , "jaraco.envs (>=2.2)" , "jaraco.path (>=3.2.0)" , "pytest" , "pytest-enabler" , "pytest-xdist" , "tomli" , "virtualenv (>=13.0.0)" , "wheel" ]
2022-10-21 12:43:26 -04:00
[ [ package ] ]
name = "simplejson"
2022-11-28 14:24:51 -05:00
version = "3.18.0"
2022-10-21 12:43:26 -04:00
description = "Simple, fast, extensible JSON encoder/decoder for Python"
category = "main"
optional = false
python-versions = ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*"
2022-09-09 13:39:56 -04:00
[ [ 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.*"
2022-10-10 12:02:36 -04:00
[ [ 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 = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
2022-11-28 14:24:51 -05:00
name = "sphinx"
2022-11-28 12:29:12 -05:00
version = "5.3.0"
2022-10-10 12:02:36 -04:00
description = "Python documentation generator"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
alabaster = ">=0.7,<0.8"
babel = ">=2.9"
colorama = { version = ">=0.4.5" , markers = "sys_platform == \"win32\"" }
docutils = ">=0.14,<0.20"
imagesize = ">=1.3"
Jinja2 = ">=3.0"
packaging = ">=21.0"
Pygments = ">=2.12"
requests = ">=2.5.0"
snowballstemmer = ">=2.0"
sphinxcontrib-applehelp = "*"
sphinxcontrib-devhelp = "*"
sphinxcontrib-htmlhelp = ">=2.0.0"
sphinxcontrib-jsmath = "*"
sphinxcontrib-qthelp = "*"
sphinxcontrib-serializinghtml = ">=1.1.5"
[ package . extras ]
docs = [ "sphinxcontrib-websupport" ]
lint = [ "docutils-stubs" , "flake8 (>=3.5.0)" , "flake8-bugbear" , "flake8-comprehensions" , "flake8-simplify" , "isort" , "mypy (>=0.981)" , "sphinx-lint" , "types-requests" , "types-typed-ast" ]
test = [ "cython" , "html5lib" , "pytest (>=4.6)" , "typed_ast" ]
[ [ 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" ]
[ [ package ] ]
name = "sphinxcontrib-applehelp"
version = "1.0.2"
description = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . extras ]
lint = [ "docutils-stubs" , "flake8" , "mypy" ]
test = [ "pytest" ]
[ [ package ] ]
name = "sphinxcontrib-devhelp"
version = "1.0.2"
description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document."
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . extras ]
lint = [ "docutils-stubs" , "flake8" , "mypy" ]
test = [ "pytest" ]
[ [ package ] ]
name = "sphinxcontrib-htmlhelp"
version = "2.0.0"
description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
lint = [ "docutils-stubs" , "flake8" , "mypy" ]
test = [ "html5lib" , "pytest" ]
[ [ package ] ]
name = "sphinxcontrib-jsmath"
version = "1.0.1"
description = "A sphinx extension which renders display math in HTML via JavaScript"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . extras ]
test = [ "flake8" , "mypy" , "pytest" ]
[ [ package ] ]
name = "sphinxcontrib-qthelp"
version = "1.0.3"
description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document."
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . extras ]
lint = [ "docutils-stubs" , "flake8" , "mypy" ]
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 = "dev"
optional = false
python-versions = ">=3.5"
[ package . extras ]
lint = [ "docutils-stubs" , "flake8" , "mypy" ]
test = [ "pytest" ]
2022-11-28 12:29:12 -05:00
[ [ package ] ]
name = "spiffworkflow-proxy"
version = "0.1.0"
description = "A blueprint that can allow (and limit) SpiffWorkflow's Service Tasks access to an organizations API's, such as connections to AWS Services and existing applications."
category = "main"
optional = false
python-versions = "^3.10"
develop = false
[ package . dependencies ]
Flask = "^2.2"
Flask-OAuthlib = "^0.9.6"
[ package . source ]
type = "git"
url = "https://github.com/sartography/spiffworkflow-proxy"
reference = "HEAD"
resolved_reference = "5e4926030cf6f2808ddb8e65527168dd914e5fc3"
2022-10-10 12:02:36 -04:00
[ [ package ] ]
name = "stevedore"
2022-11-28 14:24:51 -05:00
version = "4.1.1"
2022-10-10 12:02:36 -04:00
description = "Manage dynamic plugins for Python applications"
category = "dev"
optional = false
python-versions = ">=3.8"
[ package . dependencies ]
pbr = ">=2.0.0,<2.1.0 || >2.1.0"
[ [ package ] ]
name = "tokenize-rt"
version = "5.0.0"
description = "A wrapper around the stdlib `tokenize` which roundtrips."
category = "dev"
optional = false
python-versions = ">=3.7"
[ [ package ] ]
name = "toml"
version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language"
category = "dev"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "tornado"
version = "6.2"
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
category = "dev"
optional = false
python-versions = ">= 3.7"
[ [ 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 ]
doc = [ "sphinx-autodoc-typehints (>=1.2.0)" , "sphinx-rtd-theme" ]
test = [ "mypy" , "pytest" , "typing-extensions" ]
2022-10-10 12:16:51 -04:00
[ [ package ] ]
name = "types-requests"
2022-11-28 14:24:51 -05:00
version = "2.28.11.5"
2022-10-10 12:16:51 -04:00
description = "Typing stubs for requests"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
types-urllib3 = "<1.27"
[ [ package ] ]
name = "types-urllib3"
2022-11-28 14:24:51 -05:00
version = "1.26.25.4"
2022-10-10 12:16:51 -04:00
description = "Typing stubs for urllib3"
category = "main"
optional = false
python-versions = "*"
2022-10-10 12:02:36 -04:00
[ [ package ] ]
name = "typing-extensions"
version = "4.4.0"
description = "Backported and Experimental Type Hints for Python 3.7+"
category = "dev"
optional = false
python-versions = ">=3.7"
2022-09-09 13:39:56 -04:00
[ [ package ] ]
name = "urllib3"
2022-11-28 14:24:51 -05:00
version = "1.26.13"
2022-09-09 13:39:56 -04:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
optional = false
2022-11-28 14:24:51 -05:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2022-09-09 13:39:56 -04:00
[ package . extras ]
2022-09-20 11:50:13 -04:00
brotli = [ "brotli (>=1.0.9)" , "brotlicffi (>=0.8.0)" , "brotlipy (>=0.6.0)" ]
secure = [ "certifi" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "ipaddress" , "pyOpenSSL (>=0.14)" , "urllib3-secure-extra" ]
2022-09-09 13:39:56 -04:00
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
2022-10-10 12:02:36 -04:00
[ [ package ] ]
name = "virtualenv"
2022-11-28 14:24:51 -05:00
version = "20.17.0"
2022-10-10 12:02:36 -04:00
description = "Virtual Python Environment builder"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
2022-11-28 12:29:12 -05:00
distlib = ">=0.3.6,<1"
2022-10-10 12:02:36 -04:00
filelock = ">=3.4.1,<4"
platformdirs = ">=2.4,<3"
[ package . extras ]
2022-11-28 12:29:12 -05:00
docs = [ "proselint (>=0.13)" , "sphinx (>=5.3)" , "sphinx-argparse (>=0.3.2)" , "sphinx-rtd-theme (>=1)" , "towncrier (>=22.8)" ]
2022-10-10 12:02:36 -04:00
testing = [ "coverage (>=6.2)" , "coverage-enable-subprocess (>=1)" , "flaky (>=3.7)" , "packaging (>=21.3)" , "pytest (>=7.0.1)" , "pytest-env (>=0.6.2)" , "pytest-freezegun (>=0.4.2)" , "pytest-mock (>=3.6.1)" , "pytest-randomly (>=3.10.3)" , "pytest-timeout (>=2.1)" ]
2022-09-09 10:15:29 -04:00
[ [ package ] ]
2022-11-28 14:24:51 -05:00
name = "werkzeug"
2022-09-09 10:15:29 -04:00
version = "2.2.2"
description = "The comprehensive WSGI web application library."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
MarkupSafe = ">=2.1.1"
[ package . extras ]
watchdog = [ "watchdog" ]
2022-10-10 12:02:36 -04:00
[ [ package ] ]
name = "xdoctest"
version = "1.1.0"
description = "A rewrite of the builtin doctest module"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
six = "*"
[ package . extras ]
all = [ "IPython" , "IPython" , "Pygments" , "Pygments" , "attrs" , "cmake" , "codecov" , "colorama" , "debugpy" , "debugpy" , "debugpy" , "debugpy" , "debugpy" , "ipykernel" , "ipykernel" , "ipython-genutils" , "jedi" , "jinja2" , "jupyter-client" , "jupyter-client" , "jupyter-core" , "nbconvert" , "ninja" , "pybind11" , "pytest" , "pytest" , "pytest" , "pytest" , "pytest" , "pytest" , "pytest-cov" , "pytest-cov" , "pytest-cov" , "pytest-cov" , "scikit-build" , "six" , "typing" ]
all-strict = [ "IPython (==7.10.0)" , "IPython (==7.23.1)" , "Pygments (==2.0.0)" , "Pygments (==2.4.1)" , "attrs (==19.2.0)" , "cmake (==3.21.2)" , "codecov (==2.0.15)" , "colorama (==0.4.1)" , "debugpy (==1.0.0)" , "debugpy (==1.0.0)" , "debugpy (==1.0.0)" , "debugpy (==1.3.0)" , "debugpy (==1.6.0)" , "ipykernel (==5.2.0)" , "ipykernel (==6.0.0)" , "ipython-genutils (==0.2.0)" , "jedi (==0.16)" , "jinja2 (==3.0.0)" , "jupyter-client (==6.1.5)" , "jupyter-client (==7.0.0)" , "jupyter-core (==4.7.0)" , "nbconvert (==6.0.0)" , "ninja (==1.10.2)" , "pybind11 (==2.7.1)" , "pytest (==4.6.0)" , "pytest (==4.6.0)" , "pytest (==4.6.0)" , "pytest (==4.6.0)" , "pytest (==4.6.0)" , "pytest (==6.2.5)" , "pytest-cov (==2.8.1)" , "pytest-cov (==2.8.1)" , "pytest-cov (==2.9.0)" , "pytest-cov (==3.0.0)" , "scikit-build (==0.11.1)" , "six (==1.11.0)" , "typing (==3.7.4)" ]
colors = [ "Pygments" , "Pygments" , "colorama" ]
jupyter = [ "IPython" , "IPython" , "attrs" , "debugpy" , "debugpy" , "debugpy" , "debugpy" , "debugpy" , "ipykernel" , "ipykernel" , "ipython-genutils" , "jedi" , "jinja2" , "jupyter-client" , "jupyter-client" , "jupyter-core" , "nbconvert" ]
optional = [ "IPython" , "IPython" , "Pygments" , "Pygments" , "attrs" , "colorama" , "debugpy" , "debugpy" , "debugpy" , "debugpy" , "debugpy" , "ipykernel" , "ipykernel" , "ipython-genutils" , "jedi" , "jinja2" , "jupyter-client" , "jupyter-client" , "jupyter-core" , "nbconvert" , "pyflakes" , "tomli" ]
optional-strict = [ "IPython (==7.10.0)" , "IPython (==7.23.1)" , "Pygments (==2.0.0)" , "Pygments (==2.4.1)" , "attrs (==19.2.0)" , "colorama (==0.4.1)" , "debugpy (==1.0.0)" , "debugpy (==1.0.0)" , "debugpy (==1.0.0)" , "debugpy (==1.3.0)" , "debugpy (==1.6.0)" , "ipykernel (==5.2.0)" , "ipykernel (==6.0.0)" , "ipython-genutils (==0.2.0)" , "jedi (==0.16)" , "jinja2 (==3.0.0)" , "jupyter-client (==6.1.5)" , "jupyter-client (==7.0.0)" , "jupyter-core (==4.7.0)" , "nbconvert (==6.0.0)" , "pyflakes (==2.2.0)" , "tomli (==0.2.0)" ]
runtime-strict = [ "six (==1.11.0)" ]
tests = [ "cmake" , "codecov" , "ninja" , "pybind11" , "pytest" , "pytest" , "pytest" , "pytest" , "pytest" , "pytest" , "pytest-cov" , "pytest-cov" , "pytest-cov" , "pytest-cov" , "scikit-build" , "typing" ]
tests-strict = [ "cmake (==3.21.2)" , "codecov (==2.0.15)" , "ninja (==1.10.2)" , "pybind11 (==2.7.1)" , "pytest (==4.6.0)" , "pytest (==4.6.0)" , "pytest (==4.6.0)" , "pytest (==4.6.0)" , "pytest (==4.6.0)" , "pytest (==6.2.5)" , "pytest-cov (==2.8.1)" , "pytest-cov (==2.8.1)" , "pytest-cov (==2.9.0)" , "pytest-cov (==3.0.0)" , "scikit-build (==0.11.1)" , "typing (==3.7.4)" ]
2022-09-09 13:39:56 -04:00
[ [ package ] ]
name = "xero-python"
2022-11-28 12:29:12 -05:00
version = "1.20.0"
2022-09-09 13:39:56 -04:00
description = "Official Python sdk for Xero API generated by OpenAPI spec for oAuth2"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
certifi = "*"
python-dateutil = ">=2.7"
urllib3 = "*"
2022-09-09 10:15:29 -04:00
[ metadata ]
lock-version = "1.1"
2022-11-28 14:24:51 -05:00
python-versions = "^3.11"
content-hash = "328fda68f3d174573e98b77ef0d2a9ad2584113582212aa5cde788a5867cc055"
2022-09-09 10:15:29 -04:00
[ metadata . files ]
2022-10-10 12:02:36 -04: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" } ,
]
attrs = [
{ file = "attrs-22.1.0-py2.py3-none-any.whl" , hash = "sha256:86efa402f67bf2df34f51a335487cf46b1ec130d02b8d39fd248abfd30da551c" } ,
{ file = "attrs-22.1.0.tar.gz" , hash = "sha256:29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6" } ,
]
2022-11-28 14:24:51 -05:00
babel = [
2022-11-28 12:29:12 -05:00
{ file = "Babel-2.11.0-py3-none-any.whl" , hash = "sha256:1ad3eca1c885218f6dce2ab67291178944f810a10a9b5f3cb8382a5a232b64fe" } ,
{ file = "Babel-2.11.0.tar.gz" , hash = "sha256:5ef4b3226b0180dedded4229651c8b0e1a3a6a2837d45a073272f313e4cf97f6" } ,
2022-10-10 12:02:36 -04:00
]
bandit = [
{ file = "bandit-1.7.4-py3-none-any.whl" , hash = "sha256:412d3f259dab4077d0e7f0c11f50f650cc7d10db905d98f6520a95a18049658a" } ,
{ file = "bandit-1.7.4.tar.gz" , hash = "sha256:2d63a8c573417bae338962d4b9b06fbc6080f74ecd955a092849e1e65c717bd2" } ,
]
black = [
{ file = "black-22.10.0-1fixedarch-cp310-cp310-macosx_11_0_x86_64.whl" , hash = "sha256:5cc42ca67989e9c3cf859e84c2bf014f6633db63d1cbdf8fdb666dcd9e77e3fa" } ,
{ file = "black-22.10.0-1fixedarch-cp311-cp311-macosx_11_0_x86_64.whl" , hash = "sha256:5d8f74030e67087b219b032aa33a919fae8806d49c867846bfacde57f43972ef" } ,
{ file = "black-22.10.0-1fixedarch-cp37-cp37m-macosx_10_16_x86_64.whl" , hash = "sha256:197df8509263b0b8614e1df1756b1dd41be6738eed2ba9e9769f3880c2b9d7b6" } ,
{ file = "black-22.10.0-1fixedarch-cp38-cp38-macosx_10_16_x86_64.whl" , hash = "sha256:2644b5d63633702bc2c5f3754b1b475378fbbfb481f62319388235d0cd104c2d" } ,
{ file = "black-22.10.0-1fixedarch-cp39-cp39-macosx_11_0_x86_64.whl" , hash = "sha256:e41a86c6c650bcecc6633ee3180d80a025db041a8e2398dcc059b3afa8382cd4" } ,
{ file = "black-22.10.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:2039230db3c6c639bd84efe3292ec7b06e9214a2992cd9beb293d639c6402edb" } ,
{ file = "black-22.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:14ff67aec0a47c424bc99b71005202045dc09270da44a27848d534600ac64fc7" } ,
{ file = "black-22.10.0-cp310-cp310-win_amd64.whl" , hash = "sha256:819dc789f4498ecc91438a7de64427c73b45035e2e3680c92e18795a839ebb66" } ,
{ file = "black-22.10.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:5b9b29da4f564ba8787c119f37d174f2b69cdfdf9015b7d8c5c16121ddc054ae" } ,
{ file = "black-22.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b8b49776299fece66bffaafe357d929ca9451450f5466e997a7285ab0fe28e3b" } ,
{ file = "black-22.10.0-cp311-cp311-win_amd64.whl" , hash = "sha256:21199526696b8f09c3997e2b4db8d0b108d801a348414264d2eb8eb2532e540d" } ,
{ file = "black-22.10.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1e464456d24e23d11fced2bc8c47ef66d471f845c7b7a42f3bd77bf3d1789650" } ,
{ file = "black-22.10.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:9311e99228ae10023300ecac05be5a296f60d2fd10fff31cf5c1fa4ca4b1988d" } ,
{ file = "black-22.10.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:fba8a281e570adafb79f7755ac8721b6cf1bbf691186a287e990c7929c7692ff" } ,
{ file = "black-22.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:915ace4ff03fdfff953962fa672d44be269deb2eaf88499a0f8805221bc68c87" } ,
{ file = "black-22.10.0-cp38-cp38-win_amd64.whl" , hash = "sha256:444ebfb4e441254e87bad00c661fe32df9969b2bf224373a448d8aca2132b395" } ,
{ file = "black-22.10.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:974308c58d057a651d182208a484ce80a26dac0caef2895836a92dd6ebd725e0" } ,
{ file = "black-22.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:72ef3925f30e12a184889aac03d77d031056860ccae8a1e519f6cbb742736383" } ,
{ file = "black-22.10.0-cp39-cp39-win_amd64.whl" , hash = "sha256:432247333090c8c5366e69627ccb363bc58514ae3e63f7fc75c54b1ea80fa7de" } ,
{ file = "black-22.10.0-py3-none-any.whl" , hash = "sha256:c957b2b4ea88587b46cf49d1dc17681c1e672864fd7af32fc1e9664d572b3458" } ,
{ file = "black-22.10.0.tar.gz" , hash = "sha256:f513588da599943e0cde4e32cc9879e825d58720d6557062d1098c5ad80080e1" } ,
]
2022-09-29 17:55:45 -04:00
boto3 = [
2022-11-28 14:24:51 -05:00
{ file = "boto3-1.26.17-py3-none-any.whl" , hash = "sha256:c39b7e87b27b00dcf452b2fc80252d311e275036f3d48464af34d0123077f985" } ,
{ file = "boto3-1.26.17.tar.gz" , hash = "sha256:bb40a9788dd2234851cdd1110eec0e3f6b3af6b98280924fa44c25199ced5737" } ,
2022-09-29 17:55:45 -04:00
]
botocore = [
2022-11-28 14:24:51 -05:00
{ file = "botocore-1.29.17-py3-none-any.whl" , hash = "sha256:d4bab7d42acdb18effa33fee53d137b8b1bdedc2da196428a2d1e04a123778bc" } ,
{ file = "botocore-1.29.17.tar.gz" , hash = "sha256:4be7ca8c581dbc6e8584876c4347dcc4f4bc6aa6e6e8131901fc11816fc8151b" } ,
2022-09-29 17:55:45 -04:00
]
2022-09-21 17:22:33 -04:00
cachelib = [
{ file = "cachelib-0.9.0-py3-none-any.whl" , hash = "sha256:811ceeb1209d2fe51cd2b62810bd1eccf70feba5c52641532498be5c675493b3" } ,
{ file = "cachelib-0.9.0.tar.gz" , hash = "sha256:38222cc7c1b79a23606de5c2607f4925779e37cdcea1c2ad21b8bae94b5425a5" } ,
]
2022-09-20 11:50:13 -04:00
certifi = [
2022-10-05 19:02:21 -04:00
{ file = "certifi-2022.9.24-py3-none-any.whl" , hash = "sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382" } ,
{ file = "certifi-2022.9.24.tar.gz" , hash = "sha256:0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14" } ,
2022-09-20 11:50:13 -04:00
]
2022-10-10 12:02:36 -04:00
cfgv = [
{ file = "cfgv-3.3.1-py2.py3-none-any.whl" , hash = "sha256:c6a0883f3917a037485059700b9e75da2464e6c27051014ad85ba6aaa5884426" } ,
{ file = "cfgv-3.3.1.tar.gz" , hash = "sha256:f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736" } ,
]
2022-09-20 11:50:13 -04:00
charset-normalizer = [
{ file = "charset-normalizer-2.1.1.tar.gz" , hash = "sha256:5a3d016c7c547f69d6f81fb0db9449ce888b418b5b9952cc5e6e66843e9dd845" } ,
{ file = "charset_normalizer-2.1.1-py3-none-any.whl" , hash = "sha256:83e9a75d1911279afd89352c68b45348559d1fc0506b054b346651b5e7fee29f" } ,
]
2022-09-09 10:15:29 -04:00
click = [
{ file = "click-8.1.3-py3-none-any.whl" , hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48" } ,
{ file = "click-8.1.3.tar.gz" , hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e" } ,
]
colorama = [
2022-11-28 12:29:12 -05:00
{ file = "colorama-0.4.6-py2.py3-none-any.whl" , hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6" } ,
{ file = "colorama-0.4.6.tar.gz" , hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44" } ,
2022-09-09 10:15:29 -04:00
]
2022-09-29 17:55:45 -04:00
connector-aws = [ ]
2022-09-13 12:48:20 -04:00
connector-bamboohr = [ ]
2022-09-29 17:55:45 -04:00
connector-waku = [ ]
2022-09-13 10:40:19 -04:00
connector-xero = [ ]
2022-10-10 12:02:36 -04:00
coverage = [
{ file = "coverage-6.5.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:ef8674b0ee8cc11e2d574e3e2998aea5df5ab242e012286824ea3c6970580e53" } ,
{ file = "coverage-6.5.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:784f53ebc9f3fd0e2a3f6a78b2be1bd1f5575d7863e10c6e12504f240fd06660" } ,
{ file = "coverage-6.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b4a5be1748d538a710f87542f22c2cad22f80545a847ad91ce45e77417293eb4" } ,
{ file = "coverage-6.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:83516205e254a0cb77d2d7bb3632ee019d93d9f4005de31dca0a8c3667d5bc04" } ,
{ file = "coverage-6.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:af4fffaffc4067232253715065e30c5a7ec6faac36f8fc8d6f64263b15f74db0" } ,
{ file = "coverage-6.5.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:97117225cdd992a9c2a5515db1f66b59db634f59d0679ca1fa3fe8da32749cae" } ,
{ file = "coverage-6.5.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:a1170fa54185845505fbfa672f1c1ab175446c887cce8212c44149581cf2d466" } ,
{ file = "coverage-6.5.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:11b990d520ea75e7ee8dcab5bc908072aaada194a794db9f6d7d5cfd19661e5a" } ,
{ file = "coverage-6.5.0-cp310-cp310-win32.whl" , hash = "sha256:5dbec3b9095749390c09ab7c89d314727f18800060d8d24e87f01fb9cfb40b32" } ,
{ file = "coverage-6.5.0-cp310-cp310-win_amd64.whl" , hash = "sha256:59f53f1dc5b656cafb1badd0feb428c1e7bc19b867479ff72f7a9dd9b479f10e" } ,
{ file = "coverage-6.5.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:4a5375e28c5191ac38cca59b38edd33ef4cc914732c916f2929029b4bfb50795" } ,
{ file = "coverage-6.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c4ed2820d919351f4167e52425e096af41bfabacb1857186c1ea32ff9983ed75" } ,
{ file = "coverage-6.5.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:33a7da4376d5977fbf0a8ed91c4dffaaa8dbf0ddbf4c8eea500a2486d8bc4d7b" } ,
{ file = "coverage-6.5.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a8fb6cf131ac4070c9c5a3e21de0f7dc5a0fbe8bc77c9456ced896c12fcdad91" } ,
{ file = "coverage-6.5.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:a6b7d95969b8845250586f269e81e5dfdd8ff828ddeb8567a4a2eaa7313460c4" } ,
{ file = "coverage-6.5.0-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:1ef221513e6f68b69ee9e159506d583d31aa3567e0ae84eaad9d6ec1107dddaa" } ,
{ file = "coverage-6.5.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:cca4435eebea7962a52bdb216dec27215d0df64cf27fc1dd538415f5d2b9da6b" } ,
{ file = "coverage-6.5.0-cp311-cp311-win32.whl" , hash = "sha256:98e8a10b7a314f454d9eff4216a9a94d143a7ee65018dd12442e898ee2310578" } ,
{ file = "coverage-6.5.0-cp311-cp311-win_amd64.whl" , hash = "sha256:bc8ef5e043a2af066fa8cbfc6e708d58017024dc4345a1f9757b329a249f041b" } ,
{ file = "coverage-6.5.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:4433b90fae13f86fafff0b326453dd42fc9a639a0d9e4eec4d366436d1a41b6d" } ,
{ file = "coverage-6.5.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f4f05d88d9a80ad3cac6244d36dd89a3c00abc16371769f1340101d3cb899fc3" } ,
{ file = "coverage-6.5.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:94e2565443291bd778421856bc975d351738963071e9b8839ca1fc08b42d4bef" } ,
{ file = "coverage-6.5.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:027018943386e7b942fa832372ebc120155fd970837489896099f5cfa2890f79" } ,
{ file = "coverage-6.5.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:255758a1e3b61db372ec2736c8e2a1fdfaf563977eedbdf131de003ca5779b7d" } ,
{ file = "coverage-6.5.0-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:851cf4ff24062c6aec510a454b2584f6e998cada52d4cb58c5e233d07172e50c" } ,
{ file = "coverage-6.5.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:12adf310e4aafddc58afdb04d686795f33f4d7a6fa67a7a9d4ce7d6ae24d949f" } ,
{ file = "coverage-6.5.0-cp37-cp37m-win32.whl" , hash = "sha256:b5604380f3415ba69de87a289a2b56687faa4fe04dbee0754bfcae433489316b" } ,
{ file = "coverage-6.5.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:4a8dbc1f0fbb2ae3de73eb0bdbb914180c7abfbf258e90b311dcd4f585d44bd2" } ,
{ file = "coverage-6.5.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d900bb429fdfd7f511f868cedd03a6bbb142f3f9118c09b99ef8dc9bf9643c3c" } ,
{ file = "coverage-6.5.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:2198ea6fc548de52adc826f62cb18554caedfb1d26548c1b7c88d8f7faa8f6ba" } ,
{ file = "coverage-6.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6c4459b3de97b75e3bd6b7d4b7f0db13f17f504f3d13e2a7c623786289dd670e" } ,
{ file = "coverage-6.5.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:20c8ac5386253717e5ccc827caad43ed66fea0efe255727b1053a8154d952398" } ,
{ file = "coverage-6.5.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6b07130585d54fe8dff3d97b93b0e20290de974dc8177c320aeaf23459219c0b" } ,
{ file = "coverage-6.5.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:dbdb91cd8c048c2b09eb17713b0c12a54fbd587d79adcebad543bc0cd9a3410b" } ,
{ file = "coverage-6.5.0-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:de3001a203182842a4630e7b8d1a2c7c07ec1b45d3084a83d5d227a3806f530f" } ,
{ file = "coverage-6.5.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:e07f4a4a9b41583d6eabec04f8b68076ab3cd44c20bd29332c6572dda36f372e" } ,
{ file = "coverage-6.5.0-cp38-cp38-win32.whl" , hash = "sha256:6d4817234349a80dbf03640cec6109cd90cba068330703fa65ddf56b60223a6d" } ,
{ file = "coverage-6.5.0-cp38-cp38-win_amd64.whl" , hash = "sha256:7ccf362abd726b0410bf8911c31fbf97f09f8f1061f8c1cf03dfc4b6372848f6" } ,
{ file = "coverage-6.5.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:633713d70ad6bfc49b34ead4060531658dc6dfc9b3eb7d8a716d5873377ab745" } ,
{ file = "coverage-6.5.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:95203854f974e07af96358c0b261f1048d8e1083f2de9b1c565e1be4a3a48cfc" } ,
{ file = "coverage-6.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b9023e237f4c02ff739581ef35969c3739445fb059b060ca51771e69101efffe" } ,
{ file = "coverage-6.5.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:265de0fa6778d07de30bcf4d9dc471c3dc4314a23a3c6603d356a3c9abc2dfcf" } ,
{ file = "coverage-6.5.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8f830ed581b45b82451a40faabb89c84e1a998124ee4212d440e9c6cf70083e5" } ,
{ file = "coverage-6.5.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:7b6be138d61e458e18d8e6ddcddd36dd96215edfe5f1168de0b1b32635839b62" } ,
{ file = "coverage-6.5.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:42eafe6778551cf006a7c43153af1211c3aaab658d4d66fa5fcc021613d02518" } ,
{ file = "coverage-6.5.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:723e8130d4ecc8f56e9a611e73b31219595baa3bb252d539206f7bbbab6ffc1f" } ,
{ file = "coverage-6.5.0-cp39-cp39-win32.whl" , hash = "sha256:d9ecf0829c6a62b9b573c7bb6d4dcd6ba8b6f80be9ba4fc7ed50bf4ac9aecd72" } ,
{ file = "coverage-6.5.0-cp39-cp39-win_amd64.whl" , hash = "sha256:fc2af30ed0d5ae0b1abdb4ebdce598eafd5b35397d4d75deb341a614d333d987" } ,
{ file = "coverage-6.5.0-pp36.pp37.pp38-none-any.whl" , hash = "sha256:1431986dac3923c5945271f169f59c45b8802a114c8f548d611f2015133df77a" } ,
{ file = "coverage-6.5.0.tar.gz" , hash = "sha256:f642e90754ee3e06b0e7e51bce3379590e76b7f76b708e1a71ff043f87025c84" } ,
]
distlib = [
{ file = "distlib-0.3.6-py2.py3-none-any.whl" , hash = "sha256:f35c4b692542ca110de7ef0bea44d73981caeb34ca0b9b6b2e6d7790dda8f80e" } ,
{ file = "distlib-0.3.6.tar.gz" , hash = "sha256:14bad2d9b04d3a36127ac97f30b12a19268f211063d8f8ee4f47108896e11b46" } ,
]
docutils = [
{ file = "docutils-0.19-py3-none-any.whl" , hash = "sha256:5e1de4d849fee02c63b040a4a3fd567f4ab104defd8a5511fbbc24a8a017efbc" } ,
{ file = "docutils-0.19.tar.gz" , hash = "sha256:33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6" } ,
]
dparse = [
{ file = "dparse-0.6.2-py3-none-any.whl" , hash = "sha256:8097076f1dd26c377f30d4745e6ec18fef42f3bf493933b842ac5bafad8c345f" } ,
{ file = "dparse-0.6.2.tar.gz" , hash = "sha256:d45255bda21f998bc7ddf2afd5e62505ba6134756ba2d42a84c56b0826614dfe" } ,
]
filelock = [
{ file = "filelock-3.8.0-py3-none-any.whl" , hash = "sha256:617eb4e5eedc82fc5f47b6d61e4d11cb837c56cb4544e39081099fa17ad109d4" } ,
{ file = "filelock-3.8.0.tar.gz" , hash = "sha256:55447caa666f2198c5b6b13a26d2084d26fa5b115c00d065664b2124680c4edc" } ,
]
flake8 = [
{ file = "flake8-5.0.4-py2.py3-none-any.whl" , hash = "sha256:7a1cf6b73744f5806ab95e526f6f0d8c01c66d7bbe349562d22dfca20610b248" } ,
{ file = "flake8-5.0.4.tar.gz" , hash = "sha256:6fbe320aad8d6b95cec8b8e47bc933004678dc63095be98528b7bdd2a9f510db" } ,
]
flake8-bandit = [
{ file = "flake8_bandit-4.1.1-py3-none-any.whl" , hash = "sha256:4c8a53eb48f23d4ef1e59293657181a3c989d0077c9952717e98a0eace43e06d" } ,
{ file = "flake8_bandit-4.1.1.tar.gz" , hash = "sha256:068e09287189cbfd7f986e92605adea2067630b75380c6b5733dab7d87f9a84e" } ,
]
2022-11-28 14:24:51 -05:00
flask = [
2022-09-20 11:50:13 -04:00
{ file = "Flask-2.2.2-py3-none-any.whl" , hash = "sha256:b9c46cc36662a7949f34b52d8ec7bb59c0d74ba08ba6cb9ce9adc1d8676d9526" } ,
{ file = "Flask-2.2.2.tar.gz" , hash = "sha256:642c450d19c4ad482f96729bd2a8f6d32554aa1e231f4f6b4e7e5264b16cca2b" } ,
]
2022-11-28 14:24:51 -05:00
flask-oauthlib = [
2022-09-21 17:22:33 -04:00
{ file = "Flask-OAuthlib-0.9.6.tar.gz" , hash = "sha256:5bb79c8a8e670c2eb4cb553dfc3283b6c8d1202f674934676dc173cee94fe39c" } ,
{ file = "Flask_OAuthlib-0.9.6-py3-none-any.whl" , hash = "sha256:a5c3b62959aa1922470a62b6ebf4273b75f1c29561a7eb4a69cde85d45a1d669" } ,
]
2022-11-28 14:24:51 -05:00
flask-session = [
2022-09-21 17:22:33 -04:00
{ file = "Flask-Session-0.4.0.tar.gz" , hash = "sha256:c9ed54321fa8c4ca0132ffd3369582759eda7252fb4b3bee480e690d1ba41f46" } ,
{ file = "Flask_Session-0.4.0-py2.py3-none-any.whl" , hash = "sha256:1e3f8a317005db72c831f85d884a5a9d23145f256c730d80b325a3150a22c3db" } ,
]
2022-10-10 12:02:36 -04:00
gitdb = [
2022-11-28 14:24:51 -05:00
{ file = "gitdb-4.0.10-py3-none-any.whl" , hash = "sha256:c286cf298426064079ed96a9e4a9d39e7f3e9bf15ba60701e95f5492f28415c7" } ,
{ file = "gitdb-4.0.10.tar.gz" , hash = "sha256:6eb990b69df4e15bad899ea868dc46572c3f75339735663b81de79b06f17eb9a" } ,
2022-10-10 12:02:36 -04:00
]
2022-11-28 14:24:51 -05:00
gitpython = [
2022-11-28 12:29:12 -05:00
{ file = "GitPython-3.1.29-py3-none-any.whl" , hash = "sha256:41eea0deec2deea139b459ac03656f0dd28fc4a3387240ec1d3c259a2c47850f" } ,
{ file = "GitPython-3.1.29.tar.gz" , hash = "sha256:cc36bfc4a3f913e66805a28e84703e419d9c264c1077e537b54f0e1af85dbefd" } ,
2022-10-10 12:02:36 -04:00
]
2022-09-14 14:55:46 -04:00
gunicorn = [
{ file = "gunicorn-20.1.0-py3-none-any.whl" , hash = "sha256:9dcc4547dbb1cb284accfb15ab5667a0e5d1881cc443e0677b4882a4067a807e" } ,
{ file = "gunicorn-20.1.0.tar.gz" , hash = "sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8" } ,
]
2022-10-10 12:02:36 -04:00
identify = [
2022-11-28 14:24:51 -05:00
{ file = "identify-2.5.9-py2.py3-none-any.whl" , hash = "sha256:a390fb696e164dbddb047a0db26e57972ae52fbd037ae68797e5ae2f4492485d" } ,
{ file = "identify-2.5.9.tar.gz" , hash = "sha256:906036344ca769539610436e40a684e170c3648b552194980bb7b617a8daeb9f" } ,
2022-10-10 12:02:36 -04:00
]
2022-09-20 11:50:13 -04:00
idna = [
{ file = "idna-3.4-py3-none-any.whl" , hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2" } ,
{ file = "idna-3.4.tar.gz" , hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4" } ,
]
2022-10-10 12:02:36 -04:00
imagesize = [
{ file = "imagesize-1.4.1-py2.py3-none-any.whl" , hash = "sha256:0d8d18d08f840c19d0ee7ca1fd82490fdc3729b7ac93f49870406ddde8ef8d8b" } ,
{ file = "imagesize-1.4.1.tar.gz" , hash = "sha256:69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a" } ,
]
iniconfig = [
{ file = "iniconfig-1.1.1-py2.py3-none-any.whl" , hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3" } ,
{ file = "iniconfig-1.1.1.tar.gz" , hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32" } ,
]
2022-09-09 10:15:29 -04:00
itsdangerous = [
{ file = "itsdangerous-2.1.2-py3-none-any.whl" , hash = "sha256:2c2349112351b88699d8d4b6b075022c0808887cb7ad10069318a8b0bc88db44" } ,
{ file = "itsdangerous-2.1.2.tar.gz" , hash = "sha256:5dbbc68b317e5e42f327f9021763545dc3fc3bfe22e6deb96aaf1fc38874156a" } ,
]
2022-11-28 14:24:51 -05:00
jinja2 = [
2022-09-09 10:15:29 -04:00
{ file = "Jinja2-3.1.2-py3-none-any.whl" , hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61" } ,
{ file = "Jinja2-3.1.2.tar.gz" , hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852" } ,
]
2022-09-29 17:55:45 -04:00
jmespath = [
{ file = "jmespath-1.0.1-py3-none-any.whl" , hash = "sha256:02e2e4cc71b5bcab88332eebf907519190dd9e6e82107fa7f83b1003a6252980" } ,
{ file = "jmespath-1.0.1.tar.gz" , hash = "sha256:90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe" } ,
]
2022-10-10 12:02:36 -04:00
livereload = [
{ file = "livereload-2.6.3.tar.gz" , hash = "sha256:776f2f865e59fde56490a56bcc6773b6917366bce0c267c60ee8aaf1a0959869" } ,
]
2022-11-28 14:24:51 -05:00
markupsafe = [
2022-09-09 10:15:29 -04:00
{ 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" } ,
]
2022-10-10 12:02:36 -04:00
mccabe = [
{ file = "mccabe-0.7.0-py2.py3-none-any.whl" , hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e" } ,
{ file = "mccabe-0.7.0.tar.gz" , hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325" } ,
]
mypy = [
{ file = "mypy-0.982-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:5085e6f442003fa915aeb0a46d4da58128da69325d8213b4b35cc7054090aed5" } ,
{ file = "mypy-0.982-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:41fd1cf9bc0e1c19b9af13a6580ccb66c381a5ee2cf63ee5ebab747a4badeba3" } ,
{ file = "mypy-0.982-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:f793e3dd95e166b66d50e7b63e69e58e88643d80a3dcc3bcd81368e0478b089c" } ,
{ file = "mypy-0.982-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:86ebe67adf4d021b28c3f547da6aa2cce660b57f0432617af2cca932d4d378a6" } ,
{ file = "mypy-0.982-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:175f292f649a3af7082fe36620369ffc4661a71005aa9f8297ea473df5772046" } ,
{ file = "mypy-0.982-cp310-cp310-win_amd64.whl" , hash = "sha256:8ee8c2472e96beb1045e9081de8e92f295b89ac10c4109afdf3a23ad6e644f3e" } ,
{ file = "mypy-0.982-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:58f27ebafe726a8e5ccb58d896451dd9a662a511a3188ff6a8a6a919142ecc20" } ,
{ file = "mypy-0.982-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d6af646bd46f10d53834a8e8983e130e47d8ab2d4b7a97363e35b24e1d588947" } ,
{ file = "mypy-0.982-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:e7aeaa763c7ab86d5b66ff27f68493d672e44c8099af636d433a7f3fa5596d40" } ,
{ file = "mypy-0.982-cp37-cp37m-win_amd64.whl" , hash = "sha256:724d36be56444f569c20a629d1d4ee0cb0ad666078d59bb84f8f887952511ca1" } ,
{ file = "mypy-0.982-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:14d53cdd4cf93765aa747a7399f0961a365bcddf7855d9cef6306fa41de01c24" } ,
{ file = "mypy-0.982-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:26ae64555d480ad4b32a267d10cab7aec92ff44de35a7cd95b2b7cb8e64ebe3e" } ,
{ file = "mypy-0.982-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:6389af3e204975d6658de4fb8ac16f58c14e1bacc6142fee86d1b5b26aa52bda" } ,
{ file = "mypy-0.982-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7b35ce03a289480d6544aac85fa3674f493f323d80ea7226410ed065cd46f206" } ,
{ file = "mypy-0.982-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:c6e564f035d25c99fd2b863e13049744d96bd1947e3d3d2f16f5828864506763" } ,
{ file = "mypy-0.982-cp38-cp38-win_amd64.whl" , hash = "sha256:cebca7fd333f90b61b3ef7f217ff75ce2e287482206ef4a8b18f32b49927b1a2" } ,
{ file = "mypy-0.982-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:a705a93670c8b74769496280d2fe6cd59961506c64f329bb179970ff1d24f9f8" } ,
{ file = "mypy-0.982-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:75838c649290d83a2b83a88288c1eb60fe7a05b36d46cbea9d22efc790002146" } ,
{ file = "mypy-0.982-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:91781eff1f3f2607519c8b0e8518aad8498af1419e8442d5d0afb108059881fc" } ,
{ file = "mypy-0.982-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:eaa97b9ddd1dd9901a22a879491dbb951b5dec75c3b90032e2baa7336777363b" } ,
{ file = "mypy-0.982-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:a692a8e7d07abe5f4b2dd32d731812a0175626a90a223d4b58f10f458747dd8a" } ,
{ file = "mypy-0.982-cp39-cp39-win_amd64.whl" , hash = "sha256:eb7a068e503be3543c4bd329c994103874fa543c1727ba5288393c21d912d795" } ,
{ file = "mypy-0.982-py3-none-any.whl" , hash = "sha256:1021c241e8b6e1ca5a47e4d52601274ac078a89845cfde66c6d5f769819ffa1d" } ,
{ file = "mypy-0.982.tar.gz" , hash = "sha256:85f7a343542dc8b1ed0a888cdd34dca56462654ef23aa673907305b260b3d746" } ,
]
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" } ,
]
nodeenv = [
{ file = "nodeenv-1.7.0-py2.py3-none-any.whl" , hash = "sha256:27083a7b96a25f2f5e1d8cb4b6317ee8aeda3bdd121394e5ac54e498028a042e" } ,
{ file = "nodeenv-1.7.0.tar.gz" , hash = "sha256:e0e7f7dfb85fc5394c6fe1e8fa98131a2473e04311a45afb6508f7cf1836fa2b" } ,
]
2022-09-21 17:22:33 -04:00
oauthlib = [
{ file = "oauthlib-2.1.0-py2.py3-none-any.whl" , hash = "sha256:d883b36b21a6ad813953803edfa563b1b579d79ca758fe950d1bc9e8b326025b" } ,
{ file = "oauthlib-2.1.0.tar.gz" , hash = "sha256:ac35665a61c1685c56336bda97d5eefa246f1202618a1d6f34fccb1bdd404162" } ,
]
2022-10-10 12:02:36 -04:00
packaging = [
{ file = "packaging-21.3-py3-none-any.whl" , hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522" } ,
{ file = "packaging-21.3.tar.gz" , hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb" } ,
]
pathspec = [
2022-11-28 14:24:51 -05:00
{ file = "pathspec-0.10.2-py3-none-any.whl" , hash = "sha256:88c2606f2c1e818b978540f73ecc908e13999c6c3a383daf3705652ae79807a5" } ,
{ file = "pathspec-0.10.2.tar.gz" , hash = "sha256:8f6bf73e5758fd365ef5d58ce09ac7c27d2833a8d7da51712eac6e27e35141b0" } ,
2022-10-10 12:02:36 -04:00
]
pbr = [
2022-11-28 12:29:12 -05:00
{ file = "pbr-5.11.0-py2.py3-none-any.whl" , hash = "sha256:db2317ff07c84c4c63648c9064a79fe9d9f5c7ce85a9099d4b6258b3db83225a" } ,
{ file = "pbr-5.11.0.tar.gz" , hash = "sha256:b97bc6695b2aff02144133c2e7399d5885223d42b7912ffaec2ca3898e673bfe" } ,
2022-10-10 12:02:36 -04:00
]
platformdirs = [
2022-11-28 14:24:51 -05:00
{ file = "platformdirs-2.5.4-py3-none-any.whl" , hash = "sha256:af0276409f9a02373d540bf8480021a048711d572745aef4b7842dad245eba10" } ,
{ file = "platformdirs-2.5.4.tar.gz" , hash = "sha256:1006647646d80f16130f052404c6b901e80ee4ed6bef6792e1f238a8969106f7" } ,
2022-10-10 12:02:36 -04:00
]
pluggy = [
{ file = "pluggy-1.0.0-py2.py3-none-any.whl" , hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3" } ,
{ file = "pluggy-1.0.0.tar.gz" , hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159" } ,
]
pre-commit = [
{ file = "pre_commit-2.20.0-py2.py3-none-any.whl" , hash = "sha256:51a5ba7c480ae8072ecdb6933df22d2f812dc897d5fe848778116129a681aac7" } ,
{ file = "pre_commit-2.20.0.tar.gz" , hash = "sha256:a978dac7bc9ec0bcee55c18a277d553b0f419d259dadb4b9418ff2d00eb43959" } ,
]
pre-commit-hooks = [
2022-11-28 14:24:51 -05:00
{ file = "pre_commit_hooks-4.4.0-py2.py3-none-any.whl" , hash = "sha256:fc8837335476221ccccda3d176ed6ae29fe58753ce7e8b7863f5d0f987328fc6" } ,
{ file = "pre_commit_hooks-4.4.0.tar.gz" , hash = "sha256:7011eed8e1a25cde94693da009cba76392194cecc2f3f06c51a44ea6ad6c2af9" } ,
2022-10-10 12:02:36 -04:00
]
pycodestyle = [
{ file = "pycodestyle-2.9.1-py2.py3-none-any.whl" , hash = "sha256:d1735fc58b418fd7c5f658d28d943854f8a849b01a5d0a1e6f3f3fdd0166804b" } ,
{ file = "pycodestyle-2.9.1.tar.gz" , hash = "sha256:2c9607871d58c76354b697b42f5d57e1ada7d261c261efac224b664affdc5785" } ,
]
pyflakes = [
{ file = "pyflakes-2.5.0-py2.py3-none-any.whl" , hash = "sha256:4579f67d887f804e67edb544428f264b7b24f435b263c4614f384135cea553d2" } ,
{ file = "pyflakes-2.5.0.tar.gz" , hash = "sha256:491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3" } ,
]
2022-11-28 14:24:51 -05:00
pygments = [
2022-10-10 12:02:36 -04:00
{ file = "Pygments-2.13.0-py3-none-any.whl" , hash = "sha256:f643f331ab57ba3c9d89212ee4a2dabc6e94f117cf4eefde99a0574720d14c42" } ,
{ file = "Pygments-2.13.0.tar.gz" , hash = "sha256:56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1" } ,
]
pyparsing = [
{ file = "pyparsing-3.0.9-py3-none-any.whl" , hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc" } ,
{ file = "pyparsing-3.0.9.tar.gz" , hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb" } ,
]
pytest = [
2022-11-28 12:29:12 -05:00
{ file = "pytest-7.2.0-py3-none-any.whl" , hash = "sha256:892f933d339f068883b6fd5a459f03d85bfcb355e4981e146d2c7616c21fef71" } ,
{ file = "pytest-7.2.0.tar.gz" , hash = "sha256:c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59" } ,
2022-10-10 12:02:36 -04:00
]
2022-09-09 13:39:56 -04:00
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-10-05 11:01:22 -04:00
pytz = [
2022-11-28 12:29:12 -05:00
{ file = "pytz-2022.6-py2.py3-none-any.whl" , hash = "sha256:222439474e9c98fced559f1709d89e6c9cbf8d79c794ff3eb9f8800064291427" } ,
{ file = "pytz-2022.6.tar.gz" , hash = "sha256:e89512406b793ca39f5971bc999cc538ce125c0e51c27941bef4568b460095e2" } ,
2022-10-05 11:01:22 -04:00
]
2022-10-10 12:02:36 -04:00
pyupgrade = [
2022-11-28 14:24:51 -05:00
{ file = "pyupgrade-3.2.2-py2.py3-none-any.whl" , hash = "sha256:16c0e3a6ac2d83cd0fd30c138af5504918c59d584344f60a15d5f8009b11a0ed" } ,
{ file = "pyupgrade-3.2.2.tar.gz" , hash = "sha256:6bfa246fb9d94e490fad37980bcfc05b9494183ff29d9100ef4f7f22a952ce67" } ,
2022-10-10 12:02:36 -04:00
]
2022-11-28 14:24:51 -05:00
pyyaml = [
2022-10-05 11:01:22 -04:00
{ 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-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:d4b0ba9512519522b118090257be113b9468d804b19d63c71dbcf4a48fa32358" } ,
{ file = "PyYAML-6.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:81957921f441d50af23654aa6c5e5eaf9b06aba7f0a19c18a538dc7ef291c5a1" } ,
{ file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:afa17f5bc4d1b10afd4466fd3a44dc0e245382deca5b3c353d8b757f9e3ecb8d" } ,
{ file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:dbad0e9d368bb989f4515da330b88a057617d16b6a8245084f1b05400f24609f" } ,
{ file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:432557aa2c09802be39460360ddffd48156e30721f5e8d917f01d31694216782" } ,
{ file = "PyYAML-6.0-cp311-cp311-win32.whl" , hash = "sha256:bfaef573a63ba8923503d27530362590ff4f576c626d86a9fed95822a8255fd7" } ,
{ file = "PyYAML-6.0-cp311-cp311-win_amd64.whl" , hash = "sha256:01b45c0191e6d66c470b6cf1b9531a771a83c1c4208272ead47a3ae4f2f603bf" } ,
{ 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" } ,
]
2022-09-20 11:50:13 -04:00
requests = [
{ file = "requests-2.28.1-py3-none-any.whl" , hash = "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349" } ,
{ file = "requests-2.28.1.tar.gz" , hash = "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983" } ,
]
2022-09-21 17:22:33 -04:00
requests-oauthlib = [
{ file = "requests-oauthlib-1.1.0.tar.gz" , hash = "sha256:eabd8eb700ebed81ba080c6ead96d39d6bdc39996094bd23000204f6965786b0" } ,
{ file = "requests_oauthlib-1.1.0-py2.py3-none-any.whl" , hash = "sha256:be76f2bb72ca5525998e81d47913e09b1ca8b7957ae89b46f787a79e68ad5e61" } ,
2022-11-28 14:24:51 -05:00
{ file = "requests_oauthlib-1.1.0-py3.7.egg" , hash = "sha256:490229d14a98e1b69612dcc1a22887ec14f5487dc1b8c6d7ba7f77a42ce7347b" } ,
2022-09-29 17:55:45 -04:00
]
2022-11-28 14:24:51 -05:00
ruamel-yaml = [
2022-10-10 12:02:36 -04:00
{ file = "ruamel.yaml-0.17.21-py3-none-any.whl" , hash = "sha256:742b35d3d665023981bd6d16b3d24248ce5df75fdb4e2924e93a05c1f8b61ca7" } ,
{ file = "ruamel.yaml-0.17.21.tar.gz" , hash = "sha256:8b7ce697a2f212752a35c1ac414471dc16c424c9573be4926b56ff3f5d23b7af" } ,
]
2022-09-29 17:55:45 -04:00
s3transfer = [
{ file = "s3transfer-0.6.0-py3-none-any.whl" , hash = "sha256:06176b74f3a15f61f1b4f25a1fc29a4429040b7647133a463da8fa5bd28d5ecd" } ,
{ file = "s3transfer-0.6.0.tar.gz" , hash = "sha256:2ed07d3866f523cc561bf4a00fc5535827981b117dd7876f036b0c1aca42c947" } ,
2022-09-21 17:22:33 -04:00
]
2022-10-10 12:02:36 -04:00
safety = [
2022-11-28 14:24:51 -05:00
{ file = "safety-2.3.3-py3-none-any.whl" , hash = "sha256:c12b2aaf3495faf42951fdd91d3c5ce6ecffd05efa423a29244408b72c556744" } ,
{ file = "safety-2.3.3.tar.gz" , hash = "sha256:2e17cf127472ca720cdcc65f834008b555a10fe56627646009ab7565dd2459cf" } ,
2022-10-10 12:02:36 -04:00
]
2022-09-20 11:50:13 -04:00
setuptools = [
2022-11-28 14:24:51 -05:00
{ file = "setuptools-65.6.3-py3-none-any.whl" , hash = "sha256:57f6f22bde4e042978bcd50176fdb381d7c21a9efa4041202288d3737a0c6a54" } ,
{ file = "setuptools-65.6.3.tar.gz" , hash = "sha256:a7620757bf984b58deaf32fc8a4577a9bbc0850cf92c20e1ce41c38c19e5fb75" } ,
2022-09-20 11:50:13 -04:00
]
2022-10-21 12:43:26 -04:00
simplejson = [
2022-11-28 14:24:51 -05:00
{ file = "simplejson-3.18.0-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:17dbc7f71fa5b7e4a2acef38cf0be30461ae6659456a978ce7eeebeb5bdf9e1a" } ,
{ file = "simplejson-3.18.0-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:7a4d9b266ae6db578719f1255c742e76ee4676593087f4f6b79a2bbae2b1dcc5" } ,
{ file = "simplejson-3.18.0-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:8493d2c1a940471b07d7c9c356a3f4eee780df073da2917418d0fe8669b54f99" } ,
{ file = "simplejson-3.18.0-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:448ab14fa67b3ac235a8445d14ec6d56268c3dabbce78720f9efa6d698466710" } ,
{ file = "simplejson-3.18.0-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:989b31d586954e65170ad3ec597218a6790c401b82da6193e8a897a06aa7946e" } ,
{ file = "simplejson-3.18.0-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:002f069c7bb9a86826616a78f1214fea5b993435720990eecb0bf10955b9cd0e" } ,
{ file = "simplejson-3.18.0-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:db53a85f4db0dbd9e5f6277d9153bcaa2ccb87b0d672c6a35f19432b3f2301a3" } ,
{ file = "simplejson-3.18.0-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:0f33d16fa7b5e2ed6ea85d7b31bc84cf8c73c40cc2c9f87071e0fffcd52f5342" } ,
{ file = "simplejson-3.18.0-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:4d8d016f70d241f82189bc9f6d1eb8558b3599861f2c501b3f32da7fdf4e92ac" } ,
{ file = "simplejson-3.18.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:46bafa7e794f0e91fde850d906b0dc29a624c726b27e75d23bc8c3e35a48f28b" } ,
{ file = "simplejson-3.18.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:94c17d01e4c65e63deec46c984bb810de5e3a1259eb6bacdca63f3efc9c4c673" } ,
{ file = "simplejson-3.18.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:6804ad50aaf581df5c982fc101b0d932638066fe191074ded783602eb1c8982a" } ,
{ file = "simplejson-3.18.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6187cbea7fdede732fe0347ad08cd920ebd9faa30b6c48782cee494051ca97c6" } ,
{ file = "simplejson-3.18.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:2aeed35db00cdf5d49ff1e7d878afd38c86a5fead0f1d364d539ad4d7a869e0e" } ,
{ file = "simplejson-3.18.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:0f49858b5fc802081b71269f4a3aa5c5500ec6553637c9a0630f30a2a6541ea7" } ,
{ file = "simplejson-3.18.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:503da91993cc671fe7ebbf120c3ce868278de8226f158336afde874f7b7aa871" } ,
{ file = "simplejson-3.18.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:f0e12bdafdf7e32c5ad4a073e325ea0d659d4277af8b3d8eccf3101c56879619" } ,
{ file = "simplejson-3.18.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:d9f7a692c11de20cb8ec680584815315e03d1404a6e299d36489b0fb6447d98d" } ,
{ file = "simplejson-3.18.0-cp310-cp310-win32.whl" , hash = "sha256:2cc76435569e6c19574a8e913cfccbed832249b2b3b360caee9a4caf8ff866bf" } ,
{ file = "simplejson-3.18.0-cp310-cp310-win_amd64.whl" , hash = "sha256:4a6199d302ec7d889e1aa6b493aa8e40b4dfa4bd85708f8c8f0c64ce5b8e0986" } ,
{ file = "simplejson-3.18.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:98b4c824f15436f1b22fe6d73c42ffacb246f7efc4d9dbbee542dd72355ecc43" } ,
{ file = "simplejson-3.18.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d9fa2ad4cabb5054faa8d4a44b84134b0ec9d1421f5e9264d057d6be4d13c7fa" } ,
{ file = "simplejson-3.18.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:8d762267c4af617e1798bd0151f626105d06a88f214e3874b77eb89106f899fe" } ,
{ file = "simplejson-3.18.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:07e408222931b1a2aab71e60e5f169fa7c0d74cacd4e0a6a0199716cb18dad76" } ,
{ file = "simplejson-3.18.0-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:a2f70d8170c7e02166a4c91462581e6ae5f35e3351a6b6c5142adcb04c7153ac" } ,
{ file = "simplejson-3.18.0-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:b71fef8ee41d59509c7f4afac7f627ed143c9e6db9eb08cfbba85e4c4dc5e67b" } ,
{ file = "simplejson-3.18.0-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:7b95c5cf71c16e4fdaa724719aaf8ccbed533e2df57a20bcff825ceeead27688" } ,
{ file = "simplejson-3.18.0-cp36-cp36m-win32.whl" , hash = "sha256:622cf0e1f870f189a0757fdcad7998a0c1dd46b0e53aeac9960556c141319c83" } ,
{ file = "simplejson-3.18.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:96979ff7f0daf47422d5f95d2d006da3210e0490a166bce2529f59f55047fc67" } ,
{ file = "simplejson-3.18.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:252f7cc5524bb5507a08377a4a75aa7ff4645f3dfca814d38bdbcf0f3c34d1ce" } ,
{ file = "simplejson-3.18.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b2b19d7aa4e9a1e7bf8caaf5f478a790190c60136314f45bb7702cb5a9337266" } ,
{ file = "simplejson-3.18.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:d5d25cc5dad31a10d7a8196125515cc3aa68187c8953459fcaf127c2c8410f51" } ,
{ file = "simplejson-3.18.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:a814227fa08cae435ac7a42dcd2a04a7ec4a3cee23b7f83f9544cd26f452dcc4" } ,
{ file = "simplejson-3.18.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:638bdd2deaccd3b8e02b1783280bd82341df5e1faa59c4f0276f03f16eec13ea" } ,
{ file = "simplejson-3.18.0-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:bd67d6fad7f4cd7c9cb7fad32d78ce32862fdb574b898447987a5de22fd37d73" } ,
{ file = "simplejson-3.18.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:9aff3c24017a7819c76b2f177d4fe8334b3d4cb6f702a2d7c666b3d57c36ffb4" } ,
{ file = "simplejson-3.18.0-cp37-cp37m-win32.whl" , hash = "sha256:17ec5e408fb6615250c1f18fb4eac3b2b99a85e8613bfc2dfa54827d0bf7f3e1" } ,
{ file = "simplejson-3.18.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:97139bf5134d713710665a6edb9500d69b93642c4b6b44b20800232dbd0f5b39" } ,
{ file = "simplejson-3.18.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:7a9476dcd72aeba7d55c4800b9cd2204201af3539894b8512d74597e35a3033a" } ,
{ file = "simplejson-3.18.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:ca22993a1a00440392c6c76f39addab8d97c706d2a8bcc2c9b2b6cb2cd7f41df" } ,
{ file = "simplejson-3.18.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:a0e6dd5a0b8c76fb7522470789f1af793d39d6edbd4e40853e7be550ad49c430" } ,
{ file = "simplejson-3.18.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:54c63cc7857f16a20aa170ffda9ebce45a3b7ba764b67a5a95bfe7ae613a2710" } ,
{ file = "simplejson-3.18.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:5f3dd31309ae5cc9f2df51d2d5cac89722dac3c853042ebefcaf7ad06ca19387" } ,
{ file = "simplejson-3.18.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:4609feb2ae66c132c6dcbe01dbfd4f6431afb4ff17303e37ca128fb6297cebd2" } ,
{ file = "simplejson-3.18.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:9db78e18624f94d7b5642bf487244f803dab844e771d92e83f85f22da21ffe2d" } ,
{ file = "simplejson-3.18.0-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:1fbacdbba3cf5a471c67a9ca6cd270bba9578d5bc22aef6028faebbdb98bbb15" } ,
{ file = "simplejson-3.18.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:aa9ecdd1d7ecbc7d1066c37cfbe52f65adf64b11b22d481a98fe1d3675dfff4b" } ,
{ file = "simplejson-3.18.0-cp38-cp38-win32.whl" , hash = "sha256:875cfb43b622672218045dc927a86fc7c4c8111264c1d303aca5de33d5df479e" } ,
{ file = "simplejson-3.18.0-cp38-cp38-win_amd64.whl" , hash = "sha256:0de746c8f76355c79fd15eccd7ecde0b137cd911bdcdc463fc5c36ec3d8b98ea" } ,
{ file = "simplejson-3.18.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:00b673f0b3caf37a3d993bccf30a97290da6313b6ecc7d66937e9cd906d8f840" } ,
{ file = "simplejson-3.18.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:d522f28f7b252454df86ac3db5a0e1fe5ae03c8fc0cd1592c912b07c9fad6c29" } ,
{ file = "simplejson-3.18.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e80f02e68d25c222471fcc5d1933275b8eb396e5e40b7863e4e0a43b3c810059" } ,
{ file = "simplejson-3.18.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1f169402069f8cf93e359f607725b1d920c4dbe5bda4c520025d5fad8d20c1b7" } ,
{ file = "simplejson-3.18.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:e84bd1c29e83ec74a95de070473742eb52d08502f2428eff5751671081e0a0a6" } ,
{ file = "simplejson-3.18.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:fd56a9e0c63a1f9c37621fe298c77795aefd2a26dca80dcae27688586c40b4bb" } ,
{ file = "simplejson-3.18.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:db9d36c4c7997c2a2513a5d218fd90b53bfeaf7e727f94aaf3576973378b3bce" } ,
{ file = "simplejson-3.18.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:ce1c0580372d3c9bfa151bd0721a9bd5647b9b2245d0588d813fdbd2eb5d6f22" } ,
{ file = "simplejson-3.18.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:599e9c53d3203bc36ef68efec138ca76d201da7ac06a114fae78536a8c10e35b" } ,
{ file = "simplejson-3.18.0-cp39-cp39-win32.whl" , hash = "sha256:1b4085151e00ab7ca66f269aff7153f0ec18589cb22e7ceb8b365709c723fdd0" } ,
{ file = "simplejson-3.18.0-cp39-cp39-win_amd64.whl" , hash = "sha256:b4997bd8332cef3923402a07351571788f552f55ea1394ffbfccd4d203a8a05f" } ,
{ file = "simplejson-3.18.0.tar.gz" , hash = "sha256:58a429d2c2fa80834115b923ff689622de8f214cf0dc4afa9f59e824b444ab31" } ,
2022-10-21 12:43:26 -04:00
]
2022-09-09 13:39:56 -04: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" } ,
]
2022-10-10 12:02:36 -04:00
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" } ,
]
2022-11-28 14:24:51 -05:00
sphinx = [
2022-11-28 12:29:12 -05:00
{ file = "Sphinx-5.3.0.tar.gz" , hash = "sha256:51026de0a9ff9fc13c05d74913ad66047e104f56a129ff73e174eb5c3ee794b5" } ,
{ file = "sphinx-5.3.0-py3-none-any.whl" , hash = "sha256:060ca5c9f7ba57a08a1219e547b269fadf125ae25b06b9fa7f66768efb652d6d" } ,
2022-10-10 12:02:36 -04: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" } ,
]
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-11-28 12:29:12 -05:00
spiffworkflow-proxy = [ ]
2022-10-10 12:02:36 -04:00
stevedore = [
2022-11-28 14:24:51 -05:00
{ file = "stevedore-4.1.1-py3-none-any.whl" , hash = "sha256:aa6436565c069b2946fe4ebff07f5041e0c8bf18c7376dd29edf80cf7d524e4e" } ,
{ file = "stevedore-4.1.1.tar.gz" , hash = "sha256:7f8aeb6e3f90f96832c301bff21a7eb5eefbe894c88c506483d355565d88cc1a" } ,
2022-10-10 12:02:36 -04:00
]
tokenize-rt = [
{ file = "tokenize_rt-5.0.0-py2.py3-none-any.whl" , hash = "sha256:c67772c662c6b3dc65edf66808577968fb10badfc2042e3027196bed4daf9e5a" } ,
{ file = "tokenize_rt-5.0.0.tar.gz" , hash = "sha256:3160bc0c3e8491312d0485171dea861fc160a240f5f5766b72a1165408d10740" } ,
]
toml = [
{ file = "toml-0.10.2-py2.py3-none-any.whl" , hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b" } ,
{ file = "toml-0.10.2.tar.gz" , hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" } ,
]
tornado = [
{ file = "tornado-6.2-cp37-abi3-macosx_10_9_universal2.whl" , hash = "sha256:20f638fd8cc85f3cbae3c732326e96addff0a15e22d80f049e00121651e82e72" } ,
{ file = "tornado-6.2-cp37-abi3-macosx_10_9_x86_64.whl" , hash = "sha256:87dcafae3e884462f90c90ecc200defe5e580a7fbbb4365eda7c7c1eb809ebc9" } ,
{ file = "tornado-6.2-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ba09ef14ca9893954244fd872798b4ccb2367c165946ce2dd7376aebdde8e3ac" } ,
{ file = "tornado-6.2-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b8150f721c101abdef99073bf66d3903e292d851bee51910839831caba341a75" } ,
{ file = "tornado-6.2-cp37-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d3a2f5999215a3a06a4fc218026cd84c61b8b2b40ac5296a6db1f1451ef04c1e" } ,
{ file = "tornado-6.2-cp37-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:5f8c52d219d4995388119af7ccaa0bcec289535747620116a58d830e7c25d8a8" } ,
{ file = "tornado-6.2-cp37-abi3-musllinux_1_1_i686.whl" , hash = "sha256:6fdfabffd8dfcb6cf887428849d30cf19a3ea34c2c248461e1f7d718ad30b66b" } ,
{ file = "tornado-6.2-cp37-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:1d54d13ab8414ed44de07efecb97d4ef7c39f7438cf5e976ccd356bebb1b5fca" } ,
{ file = "tornado-6.2-cp37-abi3-win32.whl" , hash = "sha256:5c87076709343557ef8032934ce5f637dbb552efa7b21d08e89ae7619ed0eb23" } ,
{ file = "tornado-6.2-cp37-abi3-win_amd64.whl" , hash = "sha256:e5f923aa6a47e133d1cf87d60700889d7eae68988704e20c75fb2d65677a8e4b" } ,
{ file = "tornado-6.2.tar.gz" , hash = "sha256:9b630419bde84ec666bfd7ea0a4cb2a8a651c2d5cccdbdd1972a0c859dfc3c13" } ,
]
typeguard = [
{ file = "typeguard-2.13.3-py3-none-any.whl" , hash = "sha256:5e3e3be01e887e7eafae5af63d1f36c849aaa94e3a0112097312aabfa16284f1" } ,
{ file = "typeguard-2.13.3.tar.gz" , hash = "sha256:00edaa8da3a133674796cf5ea87d9f4b4c367d77476e185e80251cc13dfbb8c4" } ,
]
2022-10-10 12:16:51 -04:00
types-requests = [
2022-11-28 14:24:51 -05:00
{ file = "types-requests-2.28.11.5.tar.gz" , hash = "sha256:a7df37cc6fb6187a84097da951f8e21d335448aa2501a6b0a39cbd1d7ca9ee2a" } ,
{ file = "types_requests-2.28.11.5-py3-none-any.whl" , hash = "sha256:091d4a5a33c1b4f20d8b1b952aa8fa27a6e767c44c3cf65e56580df0b05fd8a9" } ,
2022-10-10 12:16:51 -04:00
]
types-urllib3 = [
2022-11-28 14:24:51 -05:00
{ file = "types-urllib3-1.26.25.4.tar.gz" , hash = "sha256:eec5556428eec862b1ac578fb69aab3877995a99ffec9e5a12cf7fbd0cc9daee" } ,
{ file = "types_urllib3-1.26.25.4-py3-none-any.whl" , hash = "sha256:ed6b9e8a8be488796f72306889a06a3fc3cb1aa99af02ab8afb50144d7317e49" } ,
2022-10-10 12:16:51 -04:00
]
2022-10-10 12:02:36 -04:00
typing-extensions = [
{ file = "typing_extensions-4.4.0-py3-none-any.whl" , hash = "sha256:16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e" } ,
{ file = "typing_extensions-4.4.0.tar.gz" , hash = "sha256:1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa" } ,
]
2022-09-20 11:50:13 -04:00
urllib3 = [
2022-11-28 14:24:51 -05:00
{ file = "urllib3-1.26.13-py2.py3-none-any.whl" , hash = "sha256:47cc05d99aaa09c9e72ed5809b60e7ba354e64b59c9c173ac3018642d8bb41fc" } ,
{ file = "urllib3-1.26.13.tar.gz" , hash = "sha256:c083dd0dce68dbfbe1129d5271cb90f9447dea7d52097c6e0126120c521ddea8" } ,
2022-09-20 11:50:13 -04:00
]
2022-10-10 12:02:36 -04:00
virtualenv = [
2022-11-28 14:24:51 -05:00
{ file = "virtualenv-20.17.0-py3-none-any.whl" , hash = "sha256:40a7e06a98728fd5769e1af6fd1a706005b4bb7e16176a272ed4292473180389" } ,
{ file = "virtualenv-20.17.0.tar.gz" , hash = "sha256:7d6a8d55b2f73b617f684ee40fd85740f062e1f2e379412cb1879c7136f05902" } ,
2022-10-10 12:02:36 -04:00
]
2022-11-28 14:24:51 -05:00
werkzeug = [
2022-09-20 11:50:13 -04:00
{ file = "Werkzeug-2.2.2-py3-none-any.whl" , hash = "sha256:f979ab81f58d7318e064e99c4506445d60135ac5cd2e177a2de0089bfd4c9bd5" } ,
{ file = "Werkzeug-2.2.2.tar.gz" , hash = "sha256:7ea2d48322cc7c0f8b3a215ed73eabd7b5d75d0b50e31ab006286ccff9e00b8f" } ,
]
2022-10-10 12:02:36 -04:00
xdoctest = [
{ file = "xdoctest-1.1.0-py3-none-any.whl" , hash = "sha256:da330c4dacee51f3c785820bc743188fb6f7c64c5fa1c54bff8836b3cf23d69b" } ,
{ file = "xdoctest-1.1.0.tar.gz" , hash = "sha256:0fd4fad7932f0a2f082dfdfb857dd6ca41603757586c39b1e5b4d333fc389f8a" } ,
]
2022-09-20 11:50:13 -04:00
xero-python = [
2022-11-28 12:29:12 -05:00
{ file = "xero_python-1.20.0.tar.gz" , hash = "sha256:fb4cbc898d31b64ebdeb9e9020962f8e8943637089717a7c97e38ed93acf9713" } ,
2022-09-20 11:50:13 -04:00
]