2022-08-26 19:28:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "alabaster"
|
|
|
|
version = "0.7.12"
|
|
|
|
description = "A configurable sidebar-enabled Sphinx theme"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
2021-01-27 01:45:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "astroid"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "2.11.7"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "An abstract syntax tree for Python with inference support."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.6.2"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2021-02-16 22:51:13 +00:00
|
|
|
lazy-object-proxy = ">=1.4.0"
|
2022-09-23 23:17:38 +01:00
|
|
|
setuptools = ">=20.0"
|
2022-07-28 07:00:27 +01:00
|
|
|
wrapt = ">=1.11,<2"
|
2021-03-23 22:26:59 +00:00
|
|
|
|
2022-08-26 19:28:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "babel"
|
|
|
|
version = "2.10.3"
|
|
|
|
description = "Internationalization utilities"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pytz = ">=2015.7"
|
|
|
|
|
2021-01-27 01:45:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "beautifulsoup4"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "4.11.1"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "Screen-scraping library"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.6.0"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2021-09-18 15:46:39 +01:00
|
|
|
soupsieve = ">1.2"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
html5lib = ["html5lib"]
|
|
|
|
lxml = ["lxml"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cachetools"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "5.2.0"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "Extensible memoizing collections and decorators"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = "~=3.7"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "certifi"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "2022.6.15"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "Python package for providing Mozilla's CA Bundle."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.6"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-09-18 15:46:39 +01:00
|
|
|
name = "charset-normalizer"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "2.1.0"
|
2021-09-18 15:46:39 +01:00
|
|
|
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
|
2021-01-27 01:45:47 +00:00
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.6.0"
|
2021-09-18 15:46:39 +01:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
unicode_backport = ["unicodedata2"]
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "click"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "8.1.3"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "Composable command line interface toolkit"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colorama"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "0.4.5"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "Cross-platform colored terminal text."
|
2022-07-28 07:00:27 +01:00
|
|
|
category = "main"
|
2021-01-27 01:45:47 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
2021-03-23 22:26:59 +00:00
|
|
|
[[package]]
|
2022-07-28 07:00:27 +01:00
|
|
|
name = "dill"
|
|
|
|
version = "0.3.5.1"
|
|
|
|
description = "serialize all of python"
|
2021-03-23 22:26:59 +00:00
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
graph = ["objgraph (>=1.7.2)"]
|
2021-03-23 22:26:59 +00:00
|
|
|
|
2022-08-26 19:28:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "docutils"
|
|
|
|
version = "0.19"
|
|
|
|
description = "Docutils -- Python Documentation Utilities"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
2021-01-27 01:45:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fireo"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "1.5.1"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "FireO ORM is specifically designed for the Google's Firestore."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-28 07:00:27 +01:00
|
|
|
google-cloud-firestore = ">=2.2.0,<=2.3.4"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flask"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "2.1.3"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "A simple framework for building complex web applications."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.7"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-28 07:00:27 +01:00
|
|
|
click = ">=8.0"
|
|
|
|
itsdangerous = ">=2.0"
|
|
|
|
Jinja2 = ">=3.0"
|
|
|
|
Werkzeug = ">=2.0"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-07-28 07:00:27 +01:00
|
|
|
async = ["asgiref (>=3.2)"]
|
2021-01-27 01:45:47 +00:00
|
|
|
dotenv = ["python-dotenv"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fmframework"
|
|
|
|
version = "1.0.0"
|
|
|
|
description = "Last.fm HTTP wrapper library"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = "^3.8"
|
|
|
|
develop = false
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
beautifulsoup4 = "^4.9.3"
|
|
|
|
requests = "^2.24.0"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
image = []
|
|
|
|
|
|
|
|
[package.source]
|
2021-02-07 18:32:07 +00:00
|
|
|
type = "git"
|
|
|
|
url = "https://github.com/Sarsoo/pyfmframework.git"
|
|
|
|
reference = "master"
|
2022-09-23 23:17:38 +01:00
|
|
|
resolved_reference = "24dfc77d635c18fe66ad741f3451aa2540a2d228"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "google-api-core"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "2.8.2"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "Google API client core library"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.6"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-28 07:00:27 +01:00
|
|
|
google-auth = ">=1.25.0,<3.0dev"
|
|
|
|
googleapis-common-protos = ">=1.56.2,<2.0dev"
|
|
|
|
grpcio = {version = ">=1.33.2,<2.0dev", optional = true, markers = "extra == \"grpc\""}
|
|
|
|
grpcio-status = {version = ">=1.33.2,<2.0dev", optional = true, markers = "extra == \"grpc\""}
|
|
|
|
protobuf = ">=3.15.0,<5.0.0dev"
|
2021-01-27 01:45:47 +00:00
|
|
|
requests = ">=2.18.0,<3.0.0dev"
|
|
|
|
|
|
|
|
[package.extras]
|
2022-07-28 07:00:27 +01:00
|
|
|
grpc = ["grpcio (>=1.33.2,<2.0dev)", "grpcio-status (>=1.33.2,<2.0dev)"]
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "google-auth"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "2.9.1"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "Google Authentication Library"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-28 07:00:27 +01:00
|
|
|
cachetools = ">=2.0.0,<6.0"
|
2021-01-27 01:45:47 +00:00
|
|
|
pyasn1-modules = ">=0.2.1"
|
|
|
|
rsa = {version = ">=3.1.4,<5", markers = "python_version >= \"3.6\""}
|
|
|
|
six = ">=1.9.0"
|
|
|
|
|
|
|
|
[package.extras]
|
2022-08-26 19:28:17 +01:00
|
|
|
aiohttp = ["aiohttp (>=3.6.2,<4.0.0dev)", "requests (>=2.20.0,<3.0.0dev)"]
|
2022-07-28 07:00:27 +01:00
|
|
|
enterprise_cert = ["cryptography (==36.0.2)", "pyopenssl (==22.0.0)"]
|
2021-03-20 18:21:33 +00:00
|
|
|
pyopenssl = ["pyopenssl (>=20.0.0)"]
|
2021-07-04 22:21:18 +01:00
|
|
|
reauth = ["pyu2f (>=0.1.5)"]
|
2021-01-27 01:45:47 +00:00
|
|
|
|
2022-07-28 07:00:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "google-cloud-appengine-logging"
|
|
|
|
version = "1.1.3"
|
|
|
|
description = ""
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
google-api-core = {version = ">=1.31.5,<2.0.0 || >2.3.0,<3.0.0dev", extras = ["grpc"]}
|
|
|
|
proto-plus = ">=1.15.0,<2.0.0dev"
|
|
|
|
protobuf = ">=3.19.0,<4.0.0dev"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "google-cloud-audit-log"
|
|
|
|
version = "0.2.3"
|
|
|
|
description = "Google Cloud Audit Protos"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
googleapis-common-protos = ">=1.56.2,<2.0dev"
|
|
|
|
protobuf = ">=3.6.0,<4.0.0dev"
|
|
|
|
|
2021-01-27 01:45:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "google-cloud-core"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "2.3.2"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "Google Cloud API client core library"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.7"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-28 07:00:27 +01:00
|
|
|
google-api-core = ">=1.31.6,<2.0.0 || >2.3.0,<3.0.0dev"
|
|
|
|
google-auth = ">=1.25.0,<3.0dev"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-07-28 07:00:27 +01:00
|
|
|
grpc = ["grpcio (>=1.38.0,<2.0dev)"]
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "google-cloud-firestore"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "2.3.4"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "Google Cloud Firestore API client library"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.6"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-28 07:00:27 +01:00
|
|
|
google-api-core = {version = ">=1.26.0,<3.0.0dev", extras = ["grpc"]}
|
|
|
|
google-cloud-core = ">=1.4.1,<3.0.0dev"
|
|
|
|
packaging = ">=14.3"
|
|
|
|
proto-plus = ">=1.10.0"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "google-cloud-logging"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "3.2.1"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "Stackdriver Logging API client library"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.7"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-28 07:00:27 +01:00
|
|
|
google-api-core = {version = ">=1.32.0,<2.0.0 || >=2.8.0,<3.0.0dev", extras = ["grpc"]}
|
|
|
|
google-cloud-appengine-logging = ">=0.1.0,<2.0.0dev"
|
|
|
|
google-cloud-audit-log = ">=0.1.0,<1.0.0dev"
|
|
|
|
google-cloud-core = ">=2.0.0,<3.0.0dev"
|
|
|
|
grpc-google-iam-v1 = ">=0.12.4,<1.0.0dev"
|
|
|
|
proto-plus = ">=1.15.0,<2.0.0dev"
|
|
|
|
protobuf = ">=3.19.0,<4.0.0dev"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "google-cloud-pubsub"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "2.13.4"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "Google Cloud Pub/Sub API client library"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.7"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-28 07:00:27 +01:00
|
|
|
google-api-core = {version = ">=1.32.0,<2.0.0 || >=2.8.0,<3.0.0dev", extras = ["grpc"]}
|
|
|
|
grpc-google-iam-v1 = ">=0.12.4,<1.0.0dev"
|
|
|
|
grpcio = ">=1.38.1,<2.0dev"
|
|
|
|
grpcio-status = ">=1.16.0"
|
|
|
|
proto-plus = ">=1.15.0,<2.0.0dev"
|
|
|
|
protobuf = ">=3.19.0,<4.0.0dev"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
libcst = ["libcst (>=0.3.10)"]
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "google-cloud-tasks"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "2.10.0"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "Cloud Tasks API API client library"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.7"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-28 07:00:27 +01:00
|
|
|
google-api-core = {version = ">=1.32.0,<2.0.0 || >=2.8.0,<3.0.0dev", extras = ["grpc"]}
|
|
|
|
grpc-google-iam-v1 = ">=0.12.4,<1.0.0dev"
|
|
|
|
proto-plus = ">=1.15.0,<2.0.0dev"
|
|
|
|
protobuf = ">=3.19.0,<4.0.0dev"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "googleapis-common-protos"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "1.56.4"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "Common protobufs used in Google APIs"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.7"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-28 07:00:27 +01:00
|
|
|
grpcio = {version = ">=1.0.0,<2.0.0dev", optional = true, markers = "extra == \"grpc\""}
|
|
|
|
protobuf = ">=3.15.0,<5.0.0dev"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-07-28 07:00:27 +01:00
|
|
|
grpc = ["grpcio (>=1.0.0,<2.0.0dev)"]
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grpc-google-iam-v1"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "0.12.4"
|
|
|
|
description = "IAM API client library"
|
2021-01-27 01:45:47 +00:00
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.6"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-28 07:00:27 +01:00
|
|
|
googleapis-common-protos = {version = ">=1.56.0,<2.0.0dev", extras = ["grpc"]}
|
2021-01-27 01:45:47 +00:00
|
|
|
grpcio = ">=1.0.0,<2.0.0dev"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grpcio"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "1.47.0"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "HTTP/2-based RPC framework"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.6"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
six = ">=1.5.2"
|
|
|
|
|
|
|
|
[package.extras]
|
2022-07-28 07:00:27 +01:00
|
|
|
protobuf = ["grpcio-tools (>=1.47.0)"]
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-07-28 07:00:27 +01:00
|
|
|
name = "grpcio-status"
|
|
|
|
version = "1.47.0"
|
|
|
|
description = "Status proto mapping for gRPC"
|
2021-01-27 01:45:47 +00:00
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
googleapis-common-protos = ">=1.5.5"
|
|
|
|
grpcio = ">=1.47.0"
|
|
|
|
protobuf = ">=3.12.0"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
2021-03-23 22:26:59 +00:00
|
|
|
[[package]]
|
2022-07-28 07:00:27 +01:00
|
|
|
name = "idna"
|
|
|
|
version = "3.3"
|
|
|
|
description = "Internationalized Domain Names in Applications (IDNA)"
|
|
|
|
category = "main"
|
2021-03-23 22:26:59 +00:00
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.5"
|
2021-03-23 22:26:59 +00:00
|
|
|
|
2022-08-26 19:28:17 +01: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.*"
|
|
|
|
|
2021-01-27 01:45:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "isort"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "5.10.1"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "A Python utility / library to sort Python imports."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2021-07-04 22:21:18 +01:00
|
|
|
python-versions = ">=3.6.1,<4.0"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2021-03-23 22:38:06 +00:00
|
|
|
colors = ["colorama (>=0.4.3,<0.5.0)"]
|
2022-08-26 19:28:17 +01:00
|
|
|
pipfile_deprecated_finder = ["pipreqs", "requirementslib"]
|
2021-07-04 22:21:18 +01:00
|
|
|
plugins = ["setuptools"]
|
2022-08-26 19:28:17 +01:00
|
|
|
requirements_deprecated_finder = ["pip-api", "pipreqs"]
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itsdangerous"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "2.1.2"
|
|
|
|
description = "Safely pass data to untrusted environments and back."
|
2021-01-27 01:45:47 +00:00
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.7"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jinja2"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "3.1.2"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "A very fast and expressive template engine."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.7"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-28 07:00:27 +01:00
|
|
|
MarkupSafe = ">=2.0"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-07-28 07:00:27 +01:00
|
|
|
i18n = ["Babel (>=2.7)"]
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy-object-proxy"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "1.7.1"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "A fast and thorough lazy object proxy."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.6"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "markupsafe"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "2.1.1"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "Safely add untrusted strings to HTML/XML markup."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.7"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mccabe"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "0.7.0"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "McCabe checker, plugin for flake8"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.6"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
2021-02-16 22:51:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "packaging"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "21.3"
|
2021-02-16 22:51:13 +00:00
|
|
|
description = "Core utilities for Python packages"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2021-07-04 22:21:18 +01:00
|
|
|
python-versions = ">=3.6"
|
2021-02-16 22:51:13 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-28 07:00:27 +01:00
|
|
|
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
|
2021-02-16 22:51:13 +00:00
|
|
|
|
2021-06-11 16:36:01 +01:00
|
|
|
[[package]]
|
2022-07-28 07:00:27 +01:00
|
|
|
name = "platformdirs"
|
|
|
|
version = "2.5.2"
|
|
|
|
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
|
2021-06-11 16:36:01 +01:00
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.7"
|
2021-06-11 16:36:01 +01:00
|
|
|
|
2022-07-28 07:00:27 +01:00
|
|
|
[package.extras]
|
2022-08-26 19:28:17 +01:00
|
|
|
docs = ["furo (>=2021.7.5b38)", "proselint (>=0.10.2)", "sphinx (>=4)", "sphinx-autodoc-typehints (>=1.12)"]
|
|
|
|
test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock (>=3.6)"]
|
2021-06-11 16:36:01 +01:00
|
|
|
|
2021-09-18 15:46:39 +01:00
|
|
|
[[package]]
|
2022-07-28 07:00:27 +01:00
|
|
|
name = "proto-plus"
|
|
|
|
version = "1.20.6"
|
|
|
|
description = "Beautiful, Pythonic protocol buffers."
|
|
|
|
category = "main"
|
2021-09-18 15:46:39 +01:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
2022-07-28 07:00:27 +01:00
|
|
|
[package.dependencies]
|
|
|
|
protobuf = ">=3.19.0,<5.0.0dev"
|
|
|
|
|
2021-09-18 15:46:39 +01:00
|
|
|
[package.extras]
|
2022-07-28 07:00:27 +01:00
|
|
|
testing = ["google-api-core[grpc] (>=1.31.5)"]
|
2021-09-18 15:46:39 +01:00
|
|
|
|
2021-01-27 01:45:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "protobuf"
|
2022-09-23 23:17:38 +01:00
|
|
|
version = "3.20.2"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "Protocol Buffers"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.7"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyasn1"
|
|
|
|
version = "0.4.8"
|
|
|
|
description = "ASN.1 types and codecs"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyasn1-modules"
|
|
|
|
version = "0.2.8"
|
|
|
|
description = "A collection of ASN.1-based protocols modules."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pyasn1 = ">=0.4.6,<0.5.0"
|
|
|
|
|
2022-08-26 19:28:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pygments"
|
|
|
|
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"]
|
|
|
|
|
2022-08-08 18:37:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pyjwt"
|
|
|
|
version = "2.4.0"
|
|
|
|
description = "JSON Web Token implementation in Python"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
crypto = ["cryptography (>=3.3.1)"]
|
2022-08-26 19:28:17 +01:00
|
|
|
dev = ["coverage[toml] (==5.0.4)", "cryptography (>=3.3.1)", "mypy", "pre-commit", "pytest (>=6.0.0,<7.0.0)", "sphinx", "sphinx-rtd-theme", "zope.interface"]
|
|
|
|
docs = ["sphinx", "sphinx-rtd-theme", "zope.interface"]
|
|
|
|
tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"]
|
2022-08-08 18:37:17 +01:00
|
|
|
|
2021-01-27 01:45:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pylint"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "2.14.5"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "python code static checker"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.7.2"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-28 07:00:27 +01:00
|
|
|
astroid = ">=2.11.6,<=2.12.0-dev0"
|
|
|
|
colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""}
|
|
|
|
dill = ">=0.2"
|
2021-03-23 22:38:06 +00:00
|
|
|
isort = ">=4.2.5,<6"
|
2022-07-28 07:00:27 +01:00
|
|
|
mccabe = ">=0.6,<0.8"
|
2021-09-18 15:46:39 +01:00
|
|
|
platformdirs = ">=2.2.0"
|
2022-07-28 07:00:27 +01:00
|
|
|
tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
|
|
|
|
tomlkit = ">=0.10.1"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
spelling = ["pyenchant (>=3.2,<4.0)"]
|
|
|
|
testutils = ["gitpython (>3)"]
|
2021-01-27 01:45:47 +00:00
|
|
|
|
2021-02-16 22:51:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pyparsing"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "3.0.9"
|
|
|
|
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
|
2021-02-16 22:51:13 +00:00
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.6.8"
|
|
|
|
|
|
|
|
[package.extras]
|
2022-08-26 19:28:17 +01:00
|
|
|
diagrams = ["jinja2", "railroad-diagrams"]
|
2021-02-16 22:51:13 +00:00
|
|
|
|
2021-01-27 01:45:47 +00:00
|
|
|
[[package]]
|
2021-06-19 12:54:24 +01:00
|
|
|
name = "python-dotenv"
|
|
|
|
version = "0.17.1"
|
|
|
|
description = "Read key-value pairs from a .env file and set them as environment variables"
|
|
|
|
category = "dev"
|
2021-01-27 01:45:47 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
2021-06-19 12:54:24 +01:00
|
|
|
[package.extras]
|
|
|
|
cli = ["click (>=5.0)"]
|
|
|
|
|
2022-08-26 19:28:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pytz"
|
|
|
|
version = "2022.2.1"
|
|
|
|
description = "World timezone definitions, modern and historical"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
2021-01-27 01:45:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "requests"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "2.28.1"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "Python HTTP for Humans."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.7, <4"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
certifi = ">=2017.4.17"
|
2022-07-28 07:00:27 +01:00
|
|
|
charset-normalizer = ">=2,<3"
|
|
|
|
idna = ">=2.5,<4"
|
2021-01-27 01:45:47 +00:00
|
|
|
urllib3 = ">=1.21.1,<1.27"
|
|
|
|
|
|
|
|
[package.extras]
|
2022-07-28 07:00:27 +01:00
|
|
|
socks = ["PySocks (>=1.5.6,!=1.5.7)"]
|
|
|
|
use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"]
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rsa"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "4.9"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "Pure-Python RSA implementation"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.6,<4"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pyasn1 = ">=0.1.3"
|
|
|
|
|
2022-09-23 23:17:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "setuptools"
|
|
|
|
version = "65.3.0"
|
|
|
|
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"]
|
|
|
|
testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8 (<5)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "mock", "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-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"]
|
|
|
|
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"]
|
|
|
|
|
2021-01-27 01:45:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "six"
|
2021-07-04 22:21:18 +01:00
|
|
|
version = "1.16.0"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "Python 2 and 3 compatibility utilities"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
|
|
|
2022-08-26 19:28:17 +01:00
|
|
|
[[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 = "*"
|
|
|
|
|
2021-01-27 01:45:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "soupsieve"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "2.3.2.post1"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "A modern CSS selector implementation for Beautiful Soup."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2021-02-16 22:51:13 +00:00
|
|
|
python-versions = ">=3.6"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
2022-08-26 19:28:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sphinx"
|
|
|
|
version = "5.1.1"
|
|
|
|
description = "Python documentation generator"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
alabaster = ">=0.7,<0.8"
|
|
|
|
babel = ">=1.3"
|
|
|
|
colorama = {version = ">=0.3.5", markers = "sys_platform == \"win32\""}
|
|
|
|
docutils = ">=0.14,<0.20"
|
|
|
|
imagesize = "*"
|
|
|
|
Jinja2 = ">=2.3"
|
|
|
|
packaging = "*"
|
|
|
|
Pygments = ">=2.0"
|
|
|
|
requests = ">=2.5.0"
|
|
|
|
snowballstemmer = ">=1.1"
|
|
|
|
sphinxcontrib-applehelp = "*"
|
|
|
|
sphinxcontrib-devhelp = "*"
|
|
|
|
sphinxcontrib-htmlhelp = ">=2.0.0"
|
|
|
|
sphinxcontrib-jsmath = "*"
|
|
|
|
sphinxcontrib-qthelp = "*"
|
|
|
|
sphinxcontrib-serializinghtml = ">=1.1.5"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["sphinxcontrib-websupport"]
|
|
|
|
lint = ["docutils-stubs", "flake8 (>=3.5.0)", "flake8-bugbear", "flake8-comprehensions", "isort", "mypy (>=0.971)", "sphinx-lint", "types-requests", "types-typed-ast"]
|
|
|
|
test = ["cython", "html5lib", "pytest (>=4.6)", "typed-ast"]
|
|
|
|
|
|
|
|
[[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"]
|
|
|
|
|
2021-01-27 01:45:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spotfm"
|
|
|
|
version = "1.0.0"
|
|
|
|
description = "Interface functions for spotframework and fmframework. Maths functions among others"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = "^3.8"
|
|
|
|
develop = false
|
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-28 07:00:27 +01:00
|
|
|
fmframework = {git = "https://github.com/Sarsoo/pyfmframework.git", branch = "master"}
|
|
|
|
spotframework = {git = "https://github.com/Sarsoo/spotframework.git", branch = "master"}
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.source]
|
2021-02-07 18:32:07 +00:00
|
|
|
type = "git"
|
|
|
|
url = "https://github.com/Sarsoo/spotfm.git"
|
|
|
|
reference = "master"
|
2021-03-20 18:21:33 +00:00
|
|
|
resolved_reference = "062347347b81f41c9f473686d5770b68c582fb86"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spotframework"
|
2021-02-07 18:32:07 +00:00
|
|
|
version = "1.0.1"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "Spotify HTTP wrapper library"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = "^3.8"
|
|
|
|
develop = false
|
|
|
|
|
|
|
|
[package.dependencies]
|
2022-07-28 07:00:27 +01:00
|
|
|
click = "^8.0.0"
|
2021-01-27 01:45:47 +00:00
|
|
|
requests = "^2.24.0"
|
|
|
|
tabulate = "^0.8.7"
|
|
|
|
|
|
|
|
[package.source]
|
2021-02-07 18:32:07 +00:00
|
|
|
type = "git"
|
|
|
|
url = "https://github.com/Sarsoo/spotframework.git"
|
|
|
|
reference = "master"
|
2022-09-23 23:17:38 +01:00
|
|
|
resolved_reference = "3b3917cec4ed3eded6098583e8f158c18d215ba3"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tabulate"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "0.8.10"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "Pretty-print tabular data"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
widechars = ["wcwidth"]
|
|
|
|
|
|
|
|
[[package]]
|
2022-07-28 07:00:27 +01:00
|
|
|
name = "tomli"
|
|
|
|
version = "2.0.1"
|
|
|
|
description = "A lil' TOML parser"
|
2021-01-27 01:45:47 +00:00
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.7"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
2021-09-18 15:46:39 +01:00
|
|
|
[[package]]
|
2022-07-28 07:00:27 +01:00
|
|
|
name = "tomlkit"
|
|
|
|
version = "0.11.1"
|
|
|
|
description = "Style preserving TOML library"
|
2021-09-18 15:46:39 +01:00
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.6,<4.0"
|
2021-09-18 15:46:39 +01:00
|
|
|
|
2021-01-27 01:45:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "urllib3"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "1.26.11"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.extras]
|
2022-08-26 19:28:17 +01: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)"]
|
2021-01-27 01:45:47 +00:00
|
|
|
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "werkzeug"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "2.2.1"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "The comprehensive WSGI web application library."
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
MarkupSafe = ">=2.1.1"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
watchdog = ["watchdog"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wrapt"
|
2022-07-28 07:00:27 +01:00
|
|
|
version = "1.14.1"
|
2021-01-27 01:45:47 +00:00
|
|
|
description = "Module for decorators, wrappers and monkey patching."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[metadata]
|
|
|
|
lock-version = "1.1"
|
2022-07-28 07:00:27 +01:00
|
|
|
python-versions = "~3.10"
|
2022-08-26 19:28:17 +01:00
|
|
|
content-hash = "5440493cbe122b271767f270d20304d2546f0d26ce77b93723ff26ce0fe3bf2f"
|
2021-01-27 01:45:47 +00:00
|
|
|
|
|
|
|
[metadata.files]
|
2022-08-26 19:28:17 +01: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"},
|
|
|
|
]
|
2021-01-27 01:45:47 +00:00
|
|
|
astroid = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "astroid-2.11.7-py3-none-any.whl", hash = "sha256:86b0a340a512c65abf4368b80252754cda17c02cdbbd3f587dddf98112233e7b"},
|
|
|
|
{file = "astroid-2.11.7.tar.gz", hash = "sha256:bb24615c77f4837c707669d16907331374ae8a964650a66999da3f5ca68dc946"},
|
2021-03-23 22:26:59 +00:00
|
|
|
]
|
2022-08-26 19:28:17 +01:00
|
|
|
babel = [
|
|
|
|
{file = "Babel-2.10.3-py3-none-any.whl", hash = "sha256:ff56f4892c1c4bf0d814575ea23471c230d544203c7748e8c68f0089478d48eb"},
|
|
|
|
{file = "Babel-2.10.3.tar.gz", hash = "sha256:7614553711ee97490f732126dc077f8d0ae084ebc6a96e23db1482afabdb2c51"},
|
|
|
|
]
|
2021-01-27 01:45:47 +00:00
|
|
|
beautifulsoup4 = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "beautifulsoup4-4.11.1-py3-none-any.whl", hash = "sha256:58d5c3d29f5a36ffeb94f02f0d786cd53014cf9b3b3951d42e0080d8a9498d30"},
|
|
|
|
{file = "beautifulsoup4-4.11.1.tar.gz", hash = "sha256:ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
|
|
|
cachetools = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "cachetools-5.2.0-py3-none-any.whl", hash = "sha256:f9f17d2aec496a9aa6b76f53e3b614c965223c061982d434d160f930c698a9db"},
|
|
|
|
{file = "cachetools-5.2.0.tar.gz", hash = "sha256:6a94c6402995a99c3970cc7e4884bb60b4a8639938157eeed436098bf9831757"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
2022-09-23 23:17:38 +01:00
|
|
|
certifi = [
|
|
|
|
{file = "certifi-2022.6.15-py3-none-any.whl", hash = "sha256:fe86415d55e84719d75f8b69414f6438ac3547d2078ab91b67e779ef69378412"},
|
|
|
|
{file = "certifi-2022.6.15.tar.gz", hash = "sha256:84c85a9078b11105f04f3036a9482ae10e4621616db313fe045dd24743a0820d"},
|
|
|
|
]
|
|
|
|
charset-normalizer = [
|
|
|
|
{file = "charset-normalizer-2.1.0.tar.gz", hash = "sha256:575e708016ff3a5e3681541cb9d79312c416835686d054a23accb873b254f413"},
|
|
|
|
{file = "charset_normalizer-2.1.0-py3-none-any.whl", hash = "sha256:5189b6f22b01957427f35b6a08d9a0bc45b46d3788ef5a92e978433c7a35f8a5"},
|
|
|
|
]
|
2021-01-27 01:45:47 +00:00
|
|
|
click = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"},
|
|
|
|
{file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
|
|
|
colorama = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "colorama-0.4.5-py2.py3-none-any.whl", hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da"},
|
|
|
|
{file = "colorama-0.4.5.tar.gz", hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
2022-07-28 07:00:27 +01:00
|
|
|
dill = [
|
|
|
|
{file = "dill-0.3.5.1-py2.py3-none-any.whl", hash = "sha256:33501d03270bbe410c72639b350e941882a8b0fd55357580fbc873fba0c59302"},
|
|
|
|
{file = "dill-0.3.5.1.tar.gz", hash = "sha256:d75e41f3eff1eee599d738e76ba8f4ad98ea229db8b085318aa2b3333a208c86"},
|
2021-03-23 22:26:59 +00:00
|
|
|
]
|
2022-08-26 19:28:17 +01:00
|
|
|
docutils = [
|
|
|
|
{file = "docutils-0.19-py3-none-any.whl", hash = "sha256:5e1de4d849fee02c63b040a4a3fd567f4ab104defd8a5511fbbc24a8a017efbc"},
|
|
|
|
{file = "docutils-0.19.tar.gz", hash = "sha256:33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6"},
|
|
|
|
]
|
2021-01-27 01:45:47 +00:00
|
|
|
fireo = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "fireo-1.5.1-py3-none-any.whl", hash = "sha256:850517fe86701d52369177274216d77c1dfd877bd019c6b20d23cbe64b224aeb"},
|
|
|
|
{file = "fireo-1.5.1.tar.gz", hash = "sha256:19234ed42ce893d401c8430f00f8d961ae0c052dd0ec4de95bc53020c2666d60"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
|
|
|
flask = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "Flask-2.1.3-py3-none-any.whl", hash = "sha256:9013281a7402ad527f8fd56375164f3aa021ecfaff89bfe3825346c24f87e04c"},
|
|
|
|
{file = "Flask-2.1.3.tar.gz", hash = "sha256:15972e5017df0575c3d6c090ba168b6db90259e620ac8d7ea813a396bad5b6cb"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
|
|
|
fmframework = []
|
|
|
|
google-api-core = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "google-api-core-2.8.2.tar.gz", hash = "sha256:06f7244c640322b508b125903bb5701bebabce8832f85aba9335ec00b3d02edc"},
|
|
|
|
{file = "google_api_core-2.8.2-py3-none-any.whl", hash = "sha256:93c6a91ccac79079ac6bbf8b74ee75db970cc899278b97d53bc012f35908cf50"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
|
|
|
google-auth = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "google-auth-2.9.1.tar.gz", hash = "sha256:14292fa3429f2bb1e99862554cde1ee730d6840ebae067814d3d15d8549c0888"},
|
|
|
|
{file = "google_auth-2.9.1-py2.py3-none-any.whl", hash = "sha256:5a7eed0cb0e3a83989fad0b59fe1329dfc8c479543039cd6fd1e01e9adf39475"},
|
|
|
|
]
|
|
|
|
google-cloud-appengine-logging = [
|
|
|
|
{file = "google-cloud-appengine-logging-1.1.3.tar.gz", hash = "sha256:a536a45b5698c792a553cbe0397c2ee242432389c4562db2d18134a53a37937d"},
|
|
|
|
{file = "google_cloud_appengine_logging-1.1.3-py2.py3-none-any.whl", hash = "sha256:05ddbba8e80fdcd908c459c04191ad52dfd6eb044e31f1a7b94b2bf51213d964"},
|
|
|
|
]
|
|
|
|
google-cloud-audit-log = [
|
|
|
|
{file = "google-cloud-audit-log-0.2.3.tar.gz", hash = "sha256:622f1b683d538292ebd73347da2f8205e63ede0c0bec0ab99e79a065c49266bd"},
|
|
|
|
{file = "google_cloud_audit_log-0.2.3-py2.py3-none-any.whl", hash = "sha256:8485c6d84ff665391f526a9ac5db4c8298d68c8e87bfbc3479afdc888a93b72c"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
|
|
|
google-cloud-core = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "google-cloud-core-2.3.2.tar.gz", hash = "sha256:b9529ee7047fd8d4bf4a2182de619154240df17fbe60ead399078c1ae152af9a"},
|
|
|
|
{file = "google_cloud_core-2.3.2-py2.py3-none-any.whl", hash = "sha256:8417acf6466be2fa85123441696c4badda48db314c607cf1e5d543fa8bdc22fe"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
|
|
|
google-cloud-firestore = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "google-cloud-firestore-2.3.4.tar.gz", hash = "sha256:714e1bc1fc51029d78aa64933bef2efc03daedc9565ea79ec91b843b052016ec"},
|
|
|
|
{file = "google_cloud_firestore-2.3.4-py2.py3-none-any.whl", hash = "sha256:692e2ff732ebf4d20fa5eba3686edec8f3a02a72f177813dccdfbe0770e1d1a2"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
|
|
|
google-cloud-logging = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "google-cloud-logging-3.2.1.tar.gz", hash = "sha256:a1111c54f75c6db045310cf9e712e6f10d1b7a64eb570b23fb87b0ef7035d4ac"},
|
|
|
|
{file = "google_cloud_logging-3.2.1-py2.py3-none-any.whl", hash = "sha256:2d0cf3fc8664ade907df4afbb51826d341216364e9eb1a908348e9b7f98a1f49"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
|
|
|
google-cloud-pubsub = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "google-cloud-pubsub-2.13.4.tar.gz", hash = "sha256:661701ca77ef1dcd27bde64ff73d32d8825fe38bd3cf2f310775d5e6224e2eed"},
|
|
|
|
{file = "google_cloud_pubsub-2.13.4-py2.py3-none-any.whl", hash = "sha256:70e559a935e1e3089af052c4464fbc44668ee9a4f618398079e5183a2448d18e"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
|
|
|
google-cloud-tasks = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "google-cloud-tasks-2.10.0.tar.gz", hash = "sha256:6cde675bfbea0d7892cbf8060bf395c6145044997454b58bfc6e41a958ae798d"},
|
|
|
|
{file = "google_cloud_tasks-2.10.0-py2.py3-none-any.whl", hash = "sha256:70d0bf58f437566a95e7a0768908d0046645f0b813bed66e8de5a4a7d4ab5926"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
|
|
|
googleapis-common-protos = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "googleapis-common-protos-1.56.4.tar.gz", hash = "sha256:c25873c47279387cfdcbdafa36149887901d36202cb645a0e4f29686bf6e4417"},
|
|
|
|
{file = "googleapis_common_protos-1.56.4-py2.py3-none-any.whl", hash = "sha256:8eb2cbc91b69feaf23e32452a7ae60e791e09967d81d4fcc7fc388182d1bd394"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
|
|
|
grpc-google-iam-v1 = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "grpc-google-iam-v1-0.12.4.tar.gz", hash = "sha256:3f0ac2c940b9a855d7ce7e31fde28bddb0d9ac362d32d07c67148306931a0e30"},
|
|
|
|
{file = "grpc_google_iam_v1-0.12.4-py2.py3-none-any.whl", hash = "sha256:312801ae848aeb8408c099ea372b96d253077e7851aae1a9e745df984f81f20c"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
|
|
|
grpcio = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "grpcio-1.47.0-cp310-cp310-linux_armv7l.whl", hash = "sha256:544da3458d1d249bb8aed5504adf3e194a931e212017934bf7bfa774dad37fb3"},
|
|
|
|
{file = "grpcio-1.47.0-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:b88bec3f94a16411a1e0336eb69f335f58229e45d4082b12d8e554cedea97586"},
|
|
|
|
{file = "grpcio-1.47.0-cp310-cp310-manylinux_2_17_aarch64.whl", hash = "sha256:06c0739dff9e723bca28ec22301f3711d85c2e652d1c8ae938aa0f7ad632ef9a"},
|
|
|
|
{file = "grpcio-1.47.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f4508e8abd67ebcccd0fbde6e2b1917ba5d153f3f20c1de385abd8722545e05f"},
|
|
|
|
{file = "grpcio-1.47.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e9723784cf264697024778dcf4b7542c851fe14b14681d6268fb984a53f76df1"},
|
|
|
|
{file = "grpcio-1.47.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:1bb9afa85e797a646bfcd785309e869e80a375c959b11a17c9680abebacc0cb0"},
|
|
|
|
{file = "grpcio-1.47.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:4d9ad7122f60157454f74a850d1337ba135146cef6fb7956d78c7194d52db0fe"},
|
|
|
|
{file = "grpcio-1.47.0-cp310-cp310-win32.whl", hash = "sha256:0425b5577be202d0a4024536bbccb1b052c47e0766096e6c3a5789ddfd5f400d"},
|
|
|
|
{file = "grpcio-1.47.0-cp310-cp310-win_amd64.whl", hash = "sha256:d0d481ff55ea6cc49dab2c8276597bd4f1a84a8745fedb4bc23e12e9fb9d0e45"},
|
|
|
|
{file = "grpcio-1.47.0-cp36-cp36m-linux_armv7l.whl", hash = "sha256:5f57b9b61c22537623a5577bf5f2f970dc4e50fac5391090114c6eb3ab5a129f"},
|
|
|
|
{file = "grpcio-1.47.0-cp36-cp36m-macosx_10_10_x86_64.whl", hash = "sha256:14d2bc74218986e5edf5527e870b0969d63601911994ebf0dce96288548cf0ef"},
|
|
|
|
{file = "grpcio-1.47.0-cp36-cp36m-manylinux_2_17_aarch64.whl", hash = "sha256:c79996ae64dc4d8730782dff0d1daacc8ce7d4c2ba9cef83b6f469f73c0655ce"},
|
|
|
|
{file = "grpcio-1.47.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0a24b50810aae90c74bbd901c3f175b9645802d2fbf03eadaf418ddee4c26668"},
|
|
|
|
{file = "grpcio-1.47.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:55782a31ec539f15b34ee56f19131fe1430f38a4be022eb30c85e0b0dcf57f11"},
|
|
|
|
{file = "grpcio-1.47.0-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:35dfd981b03a3ec842671d1694fe437ee9f7b9e6a02792157a2793b0eba4f478"},
|
|
|
|
{file = "grpcio-1.47.0-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:664a270d3eac68183ad049665b0f4d0262ec387d5c08c0108dbcfe5b351a8b4d"},
|
|
|
|
{file = "grpcio-1.47.0-cp36-cp36m-win32.whl", hash = "sha256:9298d6f2a81f132f72a7e79cbc90a511fffacc75045c2b10050bb87b86c8353d"},
|
|
|
|
{file = "grpcio-1.47.0-cp36-cp36m-win_amd64.whl", hash = "sha256:815089435d0f113719eabf105832e4c4fa1726b39ae3fb2ca7861752b0f70570"},
|
|
|
|
{file = "grpcio-1.47.0-cp37-cp37m-linux_armv7l.whl", hash = "sha256:7191ffc8bcf8a630c547287ab103e1fdf72b2e0c119e634d8a36055c1d988ad0"},
|
|
|
|
{file = "grpcio-1.47.0-cp37-cp37m-macosx_10_10_x86_64.whl", hash = "sha256:1ec63bbd09586e5cda1bdc832ae6975d2526d04433a764a1cc866caa399e50d4"},
|
|
|
|
{file = "grpcio-1.47.0-cp37-cp37m-manylinux_2_17_aarch64.whl", hash = "sha256:08307dc5a6ac4da03146d6c00f62319e0665b01c6ffe805cfcaa955c17253f9c"},
|
|
|
|
{file = "grpcio-1.47.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:668350ea02af018ca945bd629754d47126b366d981ab88e0369b53bc781ffb14"},
|
|
|
|
{file = "grpcio-1.47.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:64e097dd08bb408afeeaee9a56f75311c9ca5b27b8b0278279dc8eef85fa1051"},
|
|
|
|
{file = "grpcio-1.47.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:0d8a7f3eb6f290189f48223a5f4464c99619a9de34200ce80d5092fb268323d2"},
|
|
|
|
{file = "grpcio-1.47.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:f89de64d9eb3478b188859214752db50c91a749479011abd99e248550371375f"},
|
|
|
|
{file = "grpcio-1.47.0-cp37-cp37m-win32.whl", hash = "sha256:67cd275a651532d28620eef677b97164a5438c5afcfd44b15e8992afa9eb598c"},
|
|
|
|
{file = "grpcio-1.47.0-cp37-cp37m-win_amd64.whl", hash = "sha256:f515782b168a4ec6ea241add845ccfebe187fc7b09adf892b3ad9e2592c60af1"},
|
|
|
|
{file = "grpcio-1.47.0-cp38-cp38-linux_armv7l.whl", hash = "sha256:91cd292373e85a52c897fa5b4768c895e20a7dc3423449c64f0f96388dd1812e"},
|
|
|
|
{file = "grpcio-1.47.0-cp38-cp38-macosx_10_10_x86_64.whl", hash = "sha256:a278d02272214ec33f046864a24b5f5aab7f60f855de38c525e5b4ef61ec5b48"},
|
|
|
|
{file = "grpcio-1.47.0-cp38-cp38-manylinux_2_17_aarch64.whl", hash = "sha256:bfdb8af4801d1c31a18d54b37f4e49bb268d1f485ecf47f70e78d56e04ff37a7"},
|
|
|
|
{file = "grpcio-1.47.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9e63e0619a5627edb7a5eb3e9568b9f97e604856ba228cc1d8a9f83ce3d0466e"},
|
|
|
|
{file = "grpcio-1.47.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cc34d182c4fd64b6ff8304a606b95e814e4f8ed4b245b6d6cc9607690e3ef201"},
|
|
|
|
{file = "grpcio-1.47.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:a6b2432ac2353c80a56d9015dfc5c4af60245c719628d4193ecd75ddf9cd248c"},
|
|
|
|
{file = "grpcio-1.47.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:fcd5d932842df503eb0bf60f9cc35e6fe732b51f499e78b45234e0be41b0018d"},
|
|
|
|
{file = "grpcio-1.47.0-cp38-cp38-win32.whl", hash = "sha256:43857d06b2473b640467467f8f553319b5e819e54be14c86324dad83a0547818"},
|
|
|
|
{file = "grpcio-1.47.0-cp38-cp38-win_amd64.whl", hash = "sha256:96cff5a2081db82fb710db6a19dd8f904bdebb927727aaf4d9c427984b79a4c1"},
|
|
|
|
{file = "grpcio-1.47.0-cp39-cp39-linux_armv7l.whl", hash = "sha256:68b5e47fcca8481f36ef444842801928e60e30a5b3852c9f4a95f2582d10dcb2"},
|
|
|
|
{file = "grpcio-1.47.0-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:0cd44d78f302ff67f11a8c49b786c7ccbed2cfef6f4fd7bb0c3dc9255415f8f7"},
|
|
|
|
{file = "grpcio-1.47.0-cp39-cp39-manylinux_2_17_aarch64.whl", hash = "sha256:4706c78b0c183dca815bbb4ef3e8dd2136ccc8d1699f62c585e75e211ad388f6"},
|
|
|
|
{file = "grpcio-1.47.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:324e363bad4d89a8ec7124013371f268d43afd0ac0fdeec1b21c1a101eb7dafb"},
|
|
|
|
{file = "grpcio-1.47.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b821403907e865e8377af3eee62f0cb233ea2369ba0fcdce9505ca5bfaf4eeb3"},
|
|
|
|
{file = "grpcio-1.47.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:2061dbe41e43b0a5e1fd423e8a7fb3a0cf11d69ce22d0fac21f1a8c704640b12"},
|
|
|
|
{file = "grpcio-1.47.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:8dbef03853a0dbe457417c5469cb0f9d5bf47401b49d50c7dad3c495663b699b"},
|
|
|
|
{file = "grpcio-1.47.0-cp39-cp39-win32.whl", hash = "sha256:090dfa19f41efcbe760ae59b34da4304d4be9a59960c9682b7eab7e0b6748a79"},
|
|
|
|
{file = "grpcio-1.47.0-cp39-cp39-win_amd64.whl", hash = "sha256:55cd8b13c5ef22003889f599b8f2930836c6f71cd7cf3fc0196633813dc4f928"},
|
|
|
|
{file = "grpcio-1.47.0.tar.gz", hash = "sha256:5dbba95fab9b35957b4977b8904fc1fa56b302f9051eff4d7716ebb0c087f801"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
2022-07-28 07:00:27 +01:00
|
|
|
grpcio-status = [
|
|
|
|
{file = "grpcio-status-1.47.0.tar.gz", hash = "sha256:c9ce3213e84c6fd8801c31aca3ea4a6b3453eaa40b93a6c0a23ea8999808fa00"},
|
|
|
|
{file = "grpcio_status-1.47.0-py3-none-any.whl", hash = "sha256:2154fdb8aad20452488712be6879657b508115ca06139fde8897ea8e9bc79367"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
2022-07-28 07:00:27 +01:00
|
|
|
idna = [
|
|
|
|
{file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"},
|
|
|
|
{file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"},
|
2021-03-23 22:26:59 +00:00
|
|
|
]
|
2022-08-26 19:28:17 +01: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"},
|
|
|
|
]
|
2021-01-27 01:45:47 +00:00
|
|
|
isort = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "isort-5.10.1-py3-none-any.whl", hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7"},
|
|
|
|
{file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
|
|
|
itsdangerous = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "itsdangerous-2.1.2-py3-none-any.whl", hash = "sha256:2c2349112351b88699d8d4b6b075022c0808887cb7ad10069318a8b0bc88db44"},
|
|
|
|
{file = "itsdangerous-2.1.2.tar.gz", hash = "sha256:5dbbc68b317e5e42f327f9021763545dc3fc3bfe22e6deb96aaf1fc38874156a"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
|
|
|
jinja2 = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "Jinja2-3.1.2-py3-none-any.whl", hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61"},
|
|
|
|
{file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
|
|
|
lazy-object-proxy = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "lazy-object-proxy-1.7.1.tar.gz", hash = "sha256:d609c75b986def706743cdebe5e47553f4a5a1da9c5ff66d76013ef396b5a8a4"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:bb8c5fd1684d60a9902c60ebe276da1f2281a318ca16c1d0a96db28f62e9166b"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a57d51ed2997e97f3b8e3500c984db50a554bb5db56c50b5dab1b41339b37e36"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fd45683c3caddf83abbb1249b653a266e7069a09f486daa8863fb0e7496a9fdb"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:8561da8b3dd22d696244d6d0d5330618c993a215070f473b699e00cf1f3f6443"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:fccdf7c2c5821a8cbd0a9440a456f5050492f2270bd54e94360cac663398739b"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp310-cp310-win32.whl", hash = "sha256:898322f8d078f2654d275124a8dd19b079080ae977033b713f677afcfc88e2b9"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp310-cp310-win_amd64.whl", hash = "sha256:85b232e791f2229a4f55840ed54706110c80c0a210d076eee093f2b2e33e1bfd"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:46ff647e76f106bb444b4533bb4153c7370cdf52efc62ccfc1a28bdb3cc95442"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:12f3bb77efe1367b2515f8cb4790a11cffae889148ad33adad07b9b55e0ab22c"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c19814163728941bb871240d45c4c30d33b8a2e85972c44d4e63dd7107faba44"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:e40f2013d96d30217a51eeb1db28c9ac41e9d0ee915ef9d00da639c5b63f01a1"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:2052837718516a94940867e16b1bb10edb069ab475c3ad84fd1e1a6dd2c0fcfc"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-win32.whl", hash = "sha256:6a24357267aa976abab660b1d47a34aaf07259a0c3859a34e536f1ee6e76b5bb"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-win_amd64.whl", hash = "sha256:6aff3fe5de0831867092e017cf67e2750c6a1c7d88d84d2481bd84a2e019ec35"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:6a6e94c7b02641d1311228a102607ecd576f70734dc3d5e22610111aeacba8a0"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c4ce15276a1a14549d7e81c243b887293904ad2d94ad767f42df91e75fd7b5b6"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e368b7f7eac182a59ff1f81d5f3802161932a41dc1b1cc45c1f757dc876b5d2c"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:6ecbb350991d6434e1388bee761ece3260e5228952b1f0c46ffc800eb313ff42"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:553b0f0d8dbf21890dd66edd771f9b1b5f51bd912fa5f26de4449bfc5af5e029"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-win32.whl", hash = "sha256:c7a683c37a8a24f6428c28c561c80d5f4fd316ddcf0c7cab999b15ab3f5c5c69"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-win_amd64.whl", hash = "sha256:df2631f9d67259dc9620d831384ed7732a198eb434eadf69aea95ad18c587a28"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:07fa44286cda977bd4803b656ffc1c9b7e3bc7dff7d34263446aec8f8c96f88a"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4dca6244e4121c74cc20542c2ca39e5c4a5027c81d112bfb893cf0790f96f57e"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:91ba172fc5b03978764d1df5144b4ba4ab13290d7bab7a50f12d8117f8630c38"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:043651b6cb706eee4f91854da4a089816a6606c1428fd391573ef8cb642ae4f7"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:b9e89b87c707dd769c4ea91f7a31538888aad05c116a59820f28d59b3ebfe25a"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp38-cp38-win32.whl", hash = "sha256:9d166602b525bf54ac994cf833c385bfcc341b364e3ee71e3bf5a1336e677b55"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp38-cp38-win_amd64.whl", hash = "sha256:8f3953eb575b45480db6568306893f0bd9d8dfeeebd46812aa09ca9579595148"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:dd7ed7429dbb6c494aa9bc4e09d94b778a3579be699f9d67da7e6804c422d3de"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:70ed0c2b380eb6248abdef3cd425fc52f0abd92d2b07ce26359fcbc399f636ad"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7096a5e0c1115ec82641afbdd70451a144558ea5cf564a896294e346eb611be1"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:f769457a639403073968d118bc70110e7dce294688009f5c24ab78800ae56dc8"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:39b0e26725c5023757fc1ab2a89ef9d7ab23b84f9251e28f9cc114d5b59c1b09"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp39-cp39-win32.whl", hash = "sha256:2130db8ed69a48a3440103d4a520b89d8a9405f1b06e2cc81640509e8bf6548f"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-cp39-cp39-win_amd64.whl", hash = "sha256:677ea950bef409b47e51e733283544ac3d660b709cfce7b187f5ace137960d61"},
|
|
|
|
{file = "lazy_object_proxy-1.7.1-pp37.pp38-none-any.whl", hash = "sha256:d66906d5785da8e0be7360912e99c9188b70f52c422f9fc18223347235691a84"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
|
|
|
markupsafe = [
|
2022-07-28 07:00:27 +01: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"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
|
|
|
mccabe = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "mccabe-0.7.0-py2.py3-none-any.whl", hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"},
|
|
|
|
{file = "mccabe-0.7.0.tar.gz", hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
2021-02-16 22:51:13 +00:00
|
|
|
packaging = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"},
|
|
|
|
{file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"},
|
2021-06-11 16:36:01 +01:00
|
|
|
]
|
2021-09-18 15:46:39 +01:00
|
|
|
platformdirs = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "platformdirs-2.5.2-py3-none-any.whl", hash = "sha256:027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab25788"},
|
|
|
|
{file = "platformdirs-2.5.2.tar.gz", hash = "sha256:58c8abb07dcb441e6ee4b11d8df0ac856038f944ab98b7be6b27b2a3c7feef19"},
|
|
|
|
]
|
|
|
|
proto-plus = [
|
|
|
|
{file = "proto-plus-1.20.6.tar.gz", hash = "sha256:449b4537e83f4776bd69051c4d776db8ffe3f9d0641f1e87b06c116eb94c90e9"},
|
|
|
|
{file = "proto_plus-1.20.6-py3-none-any.whl", hash = "sha256:c6c43c3fcfc360fdab46b47e2e9e805ff56e13169f9f2e45caf88b6b593215ab"},
|
2021-09-18 15:46:39 +01:00
|
|
|
]
|
2021-01-27 01:45:47 +00:00
|
|
|
protobuf = [
|
2022-09-23 23:17:38 +01:00
|
|
|
{file = "protobuf-3.20.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:9f876a69ca55aed879b43c295a328970306e8e80a263ec91cf6e9189243c613b"},
|
|
|
|
{file = "protobuf-3.20.2-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:09e25909c4297d71d97612f04f41cea8fa8510096864f2835ad2f3b3df5a5559"},
|
|
|
|
{file = "protobuf-3.20.2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:e8fbc522303e09036c752a0afcc5c0603e917222d8bedc02813fd73b4b4ed804"},
|
|
|
|
{file = "protobuf-3.20.2-cp310-cp310-win32.whl", hash = "sha256:84a1544252a933ef07bb0b5ef13afe7c36232a774affa673fc3636f7cee1db6c"},
|
|
|
|
{file = "protobuf-3.20.2-cp310-cp310-win_amd64.whl", hash = "sha256:2c0b040d0b5d5d207936ca2d02f00f765906622c07d3fa19c23a16a8ca71873f"},
|
|
|
|
{file = "protobuf-3.20.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:3cb608e5a0eb61b8e00fe641d9f0282cd0eedb603be372f91f163cbfbca0ded0"},
|
|
|
|
{file = "protobuf-3.20.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:84fe5953b18a383fd4495d375fe16e1e55e0a3afe7b4f7b4d01a3a0649fcda9d"},
|
|
|
|
{file = "protobuf-3.20.2-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:384164994727f274cc34b8abd41a9e7e0562801361ee77437099ff6dfedd024b"},
|
|
|
|
{file = "protobuf-3.20.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:e39cf61bb8582bda88cdfebc0db163b774e7e03364bbf9ce1ead13863e81e359"},
|
|
|
|
{file = "protobuf-3.20.2-cp37-cp37m-win32.whl", hash = "sha256:18e34a10ae10d458b027d7638a599c964b030c1739ebd035a1dfc0e22baa3bfe"},
|
|
|
|
{file = "protobuf-3.20.2-cp37-cp37m-win_amd64.whl", hash = "sha256:8228e56a865c27163d5d1d1771d94b98194aa6917bcfb6ce139cbfa8e3c27334"},
|
|
|
|
{file = "protobuf-3.20.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:03d76b7bd42ac4a6e109742a4edf81ffe26ffd87c5993126d894fe48a120396a"},
|
|
|
|
{file = "protobuf-3.20.2-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:f52dabc96ca99ebd2169dadbe018824ebda08a795c7684a0b7d203a290f3adb0"},
|
|
|
|
{file = "protobuf-3.20.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:f34464ab1207114e73bba0794d1257c150a2b89b7a9faf504e00af7c9fd58978"},
|
|
|
|
{file = "protobuf-3.20.2-cp38-cp38-win32.whl", hash = "sha256:5d9402bf27d11e37801d1743eada54372f986a372ec9679673bfcc5c60441151"},
|
|
|
|
{file = "protobuf-3.20.2-cp38-cp38-win_amd64.whl", hash = "sha256:9c673c8bfdf52f903081816b9e0e612186684f4eb4c17eeb729133022d6032e3"},
|
|
|
|
{file = "protobuf-3.20.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:291fb4307094bf5ccc29f424b42268640e00d5240bf0d9b86bf3079f7576474d"},
|
|
|
|
{file = "protobuf-3.20.2-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:b4fdb29c5a7406e3f7ef176b2a7079baa68b5b854f364c21abe327bbeec01cdb"},
|
|
|
|
{file = "protobuf-3.20.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:7a5037af4e76c975b88c3becdf53922b5ffa3f2cddf657574a4920a3b33b80f3"},
|
|
|
|
{file = "protobuf-3.20.2-cp39-cp39-win32.whl", hash = "sha256:a9e5ae5a8e8985c67e8944c23035a0dff2c26b0f5070b2f55b217a1c33bbe8b1"},
|
|
|
|
{file = "protobuf-3.20.2-cp39-cp39-win_amd64.whl", hash = "sha256:c184485e0dfba4dfd451c3bd348c2e685d6523543a0f91b9fd4ae90eb09e8422"},
|
|
|
|
{file = "protobuf-3.20.2-py2.py3-none-any.whl", hash = "sha256:c9cdf251c582c16fd6a9f5e95836c90828d51b0069ad22f463761d27c6c19019"},
|
|
|
|
{file = "protobuf-3.20.2.tar.gz", hash = "sha256:712dca319eee507a1e7df3591e639a2b112a2f4a62d40fe7832a16fd19151750"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
|
|
|
pyasn1 = [
|
|
|
|
{file = "pyasn1-0.4.8-py2.py3-none-any.whl", hash = "sha256:39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d"},
|
|
|
|
{file = "pyasn1-0.4.8.tar.gz", hash = "sha256:aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba"},
|
|
|
|
]
|
|
|
|
pyasn1-modules = [
|
|
|
|
{file = "pyasn1-modules-0.2.8.tar.gz", hash = "sha256:905f84c712230b2c592c19470d3ca8d552de726050d1d1716282a1f6146be65e"},
|
|
|
|
{file = "pyasn1_modules-0.2.8-py2.py3-none-any.whl", hash = "sha256:a50b808ffeb97cb3601dd25981f6b016cbb3d31fbf57a8b8a87428e6158d0c74"},
|
|
|
|
]
|
2022-08-26 19:28:17 +01:00
|
|
|
pygments = [
|
|
|
|
{file = "Pygments-2.13.0-py3-none-any.whl", hash = "sha256:f643f331ab57ba3c9d89212ee4a2dabc6e94f117cf4eefde99a0574720d14c42"},
|
|
|
|
{file = "Pygments-2.13.0.tar.gz", hash = "sha256:56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1"},
|
|
|
|
]
|
2022-08-08 18:37:17 +01:00
|
|
|
pyjwt = [
|
|
|
|
{file = "PyJWT-2.4.0-py3-none-any.whl", hash = "sha256:72d1d253f32dbd4f5c88eaf1fdc62f3a19f676ccbadb9dbc5d07e951b2b26daf"},
|
|
|
|
{file = "PyJWT-2.4.0.tar.gz", hash = "sha256:d42908208c699b3b973cbeb01a969ba6a96c821eefb1c5bfe4c390c01d67abba"},
|
|
|
|
]
|
2021-01-27 01:45:47 +00:00
|
|
|
pylint = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "pylint-2.14.5-py3-none-any.whl", hash = "sha256:fabe30000de7d07636d2e82c9a518ad5ad7908590fe135ace169b44839c15f90"},
|
|
|
|
{file = "pylint-2.14.5.tar.gz", hash = "sha256:487ce2192eee48211269a0e976421f334cf94de1806ca9d0a99449adcdf0285e"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
2021-02-16 22:51:13 +00:00
|
|
|
pyparsing = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "pyparsing-3.0.9-py3-none-any.whl", hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"},
|
|
|
|
{file = "pyparsing-3.0.9.tar.gz", hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"},
|
2021-02-16 22:51:13 +00:00
|
|
|
]
|
2021-06-19 12:54:24 +01:00
|
|
|
python-dotenv = [
|
|
|
|
{file = "python-dotenv-0.17.1.tar.gz", hash = "sha256:b1ae5e9643d5ed987fc57cc2583021e38db531946518130777734f9589b3141f"},
|
|
|
|
{file = "python_dotenv-0.17.1-py2.py3-none-any.whl", hash = "sha256:00aa34e92d992e9f8383730816359647f358f4a3be1ba45e5a5cefd27ee91544"},
|
|
|
|
]
|
2022-08-26 19:28:17 +01:00
|
|
|
pytz = [
|
|
|
|
{file = "pytz-2022.2.1-py2.py3-none-any.whl", hash = "sha256:220f481bdafa09c3955dfbdddb7b57780e9a94f5127e35456a48589b9e0c0197"},
|
|
|
|
{file = "pytz-2022.2.1.tar.gz", hash = "sha256:cea221417204f2d1a2aa03ddae3e867921971d0d76f14d87abb4414415bbdcf5"},
|
|
|
|
]
|
2021-01-27 01:45:47 +00:00
|
|
|
requests = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "requests-2.28.1-py3-none-any.whl", hash = "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349"},
|
|
|
|
{file = "requests-2.28.1.tar.gz", hash = "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
|
|
|
rsa = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "rsa-4.9-py3-none-any.whl", hash = "sha256:90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7"},
|
|
|
|
{file = "rsa-4.9.tar.gz", hash = "sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
2022-09-23 23:17:38 +01:00
|
|
|
setuptools = [
|
|
|
|
{file = "setuptools-65.3.0-py3-none-any.whl", hash = "sha256:2e24e0bec025f035a2e72cdd1961119f557d78ad331bb00ff82efb2ab8da8e82"},
|
|
|
|
{file = "setuptools-65.3.0.tar.gz", hash = "sha256:7732871f4f7fa58fb6bdcaeadb0161b2bd046c85905dbaa066bdcbcc81953b57"},
|
|
|
|
]
|
2021-01-27 01:45:47 +00:00
|
|
|
six = [
|
2021-07-04 22:21:18 +01:00
|
|
|
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
|
|
|
|
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
2022-08-26 19:28:17 +01:00
|
|
|
snowballstemmer = [
|
|
|
|
{file = "snowballstemmer-2.2.0-py2.py3-none-any.whl", hash = "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a"},
|
|
|
|
{file = "snowballstemmer-2.2.0.tar.gz", hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"},
|
|
|
|
]
|
2021-01-27 01:45:47 +00:00
|
|
|
soupsieve = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "soupsieve-2.3.2.post1-py3-none-any.whl", hash = "sha256:3b2503d3c7084a42b1ebd08116e5f81aadfaea95863628c80a3b774a11b7c759"},
|
|
|
|
{file = "soupsieve-2.3.2.post1.tar.gz", hash = "sha256:fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d"},
|
2021-03-23 22:26:59 +00:00
|
|
|
]
|
2022-08-26 19:28:17 +01:00
|
|
|
sphinx = [
|
|
|
|
{file = "Sphinx-5.1.1-py3-none-any.whl", hash = "sha256:309a8da80cb6da9f4713438e5b55861877d5d7976b69d87e336733637ea12693"},
|
|
|
|
{file = "Sphinx-5.1.1.tar.gz", hash = "sha256:ba3224a4e206e1fbdecf98a4fae4992ef9b24b85ebf7b584bb340156eaf08d89"},
|
|
|
|
]
|
|
|
|
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"},
|
|
|
|
]
|
2021-01-27 01:45:47 +00:00
|
|
|
spotfm = []
|
|
|
|
spotframework = []
|
|
|
|
tabulate = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "tabulate-0.8.10-py3-none-any.whl", hash = "sha256:0ba055423dbaa164b9e456abe7920c5e8ed33fcc16f6d1b2f2d152c8e1e8b4fc"},
|
|
|
|
{file = "tabulate-0.8.10.tar.gz", hash = "sha256:6c57f3f3dd7ac2782770155f3adb2db0b1a269637e42f27599925e64b114f519"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
2022-07-28 07:00:27 +01:00
|
|
|
tomli = [
|
|
|
|
{file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"},
|
|
|
|
{file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
2022-07-28 07:00:27 +01:00
|
|
|
tomlkit = [
|
|
|
|
{file = "tomlkit-0.11.1-py3-none-any.whl", hash = "sha256:1c5bebdf19d5051e2e1de6cf70adfc5948d47221f097fcff7a3ffc91e953eaf5"},
|
|
|
|
{file = "tomlkit-0.11.1.tar.gz", hash = "sha256:61901f81ff4017951119cd0d1ed9b7af31c821d6845c8c477587bbdcd5e5854e"},
|
2021-09-18 15:46:39 +01:00
|
|
|
]
|
2021-01-27 01:45:47 +00:00
|
|
|
urllib3 = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "urllib3-1.26.11-py2.py3-none-any.whl", hash = "sha256:c33ccba33c819596124764c23a97d25f32b28433ba0dedeb77d873a38722c9bc"},
|
|
|
|
{file = "urllib3-1.26.11.tar.gz", hash = "sha256:ea6e8fb210b19d950fab93b60c9009226c63a28808bc8386e05301e25883ac0a"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
|
|
|
werkzeug = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "Werkzeug-2.2.1-py3-none-any.whl", hash = "sha256:7e1db6a5ba6b9a8be061e47e900456355b8714c0f238b0313f53afce1a55a79a"},
|
|
|
|
{file = "Werkzeug-2.2.1.tar.gz", hash = "sha256:4d7013ef96fd197d1cdeb03e066c6c5a491ccb44758a5b2b91137319383e5a5a"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|
|
|
|
wrapt = [
|
2022-07-28 07:00:27 +01:00
|
|
|
{file = "wrapt-1.14.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:1b376b3f4896e7930f1f772ac4b064ac12598d1c38d04907e696cc4d794b43d3"},
|
|
|
|
{file = "wrapt-1.14.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:903500616422a40a98a5a3c4ff4ed9d0066f3b4c951fa286018ecdf0750194ef"},
|
|
|
|
{file = "wrapt-1.14.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:5a9a0d155deafd9448baff28c08e150d9b24ff010e899311ddd63c45c2445e28"},
|
|
|
|
{file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:ddaea91abf8b0d13443f6dac52e89051a5063c7d014710dcb4d4abb2ff811a59"},
|
|
|
|
{file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:36f582d0c6bc99d5f39cd3ac2a9062e57f3cf606ade29a0a0d6b323462f4dd87"},
|
|
|
|
{file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:7ef58fb89674095bfc57c4069e95d7a31cfdc0939e2a579882ac7d55aadfd2a1"},
|
|
|
|
{file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:e2f83e18fe2f4c9e7db597e988f72712c0c3676d337d8b101f6758107c42425b"},
|
|
|
|
{file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:ee2b1b1769f6707a8a445162ea16dddf74285c3964f605877a20e38545c3c462"},
|
|
|
|
{file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:833b58d5d0b7e5b9832869f039203389ac7cbf01765639c7309fd50ef619e0b1"},
|
|
|
|
{file = "wrapt-1.14.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:80bb5c256f1415f747011dc3604b59bc1f91c6e7150bd7db03b19170ee06b320"},
|
|
|
|
{file = "wrapt-1.14.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:07f7a7d0f388028b2df1d916e94bbb40624c59b48ecc6cbc232546706fac74c2"},
|
|
|
|
{file = "wrapt-1.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:02b41b633c6261feff8ddd8d11c711df6842aba629fdd3da10249a53211a72c4"},
|
|
|
|
{file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2fe803deacd09a233e4762a1adcea5db5d31e6be577a43352936179d14d90069"},
|
|
|
|
{file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:257fd78c513e0fb5cdbe058c27a0624c9884e735bbd131935fd49e9fe719d310"},
|
|
|
|
{file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:4fcc4649dc762cddacd193e6b55bc02edca674067f5f98166d7713b193932b7f"},
|
|
|
|
{file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:11871514607b15cfeb87c547a49bca19fde402f32e2b1c24a632506c0a756656"},
|
|
|
|
{file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:8ad85f7f4e20964db4daadcab70b47ab05c7c1cf2a7c1e51087bfaa83831854c"},
|
|
|
|
{file = "wrapt-1.14.1-cp310-cp310-win32.whl", hash = "sha256:a9a52172be0b5aae932bef82a79ec0a0ce87288c7d132946d645eba03f0ad8a8"},
|
|
|
|
{file = "wrapt-1.14.1-cp310-cp310-win_amd64.whl", hash = "sha256:6d323e1554b3d22cfc03cd3243b5bb815a51f5249fdcbb86fda4bf62bab9e164"},
|
|
|
|
{file = "wrapt-1.14.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:43ca3bbbe97af00f49efb06e352eae40434ca9d915906f77def219b88e85d907"},
|
|
|
|
{file = "wrapt-1.14.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:6b1a564e6cb69922c7fe3a678b9f9a3c54e72b469875aa8018f18b4d1dd1adf3"},
|
|
|
|
{file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:00b6d4ea20a906c0ca56d84f93065b398ab74b927a7a3dbd470f6fc503f95dc3"},
|
|
|
|
{file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:a85d2b46be66a71bedde836d9e41859879cc54a2a04fad1191eb50c2066f6e9d"},
|
|
|
|
{file = "wrapt-1.14.1-cp35-cp35m-win32.whl", hash = "sha256:dbcda74c67263139358f4d188ae5faae95c30929281bc6866d00573783c422b7"},
|
|
|
|
{file = "wrapt-1.14.1-cp35-cp35m-win_amd64.whl", hash = "sha256:b21bb4c09ffabfa0e85e3a6b623e19b80e7acd709b9f91452b8297ace2a8ab00"},
|
|
|
|
{file = "wrapt-1.14.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:9e0fd32e0148dd5dea6af5fee42beb949098564cc23211a88d799e434255a1f4"},
|
|
|
|
{file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9736af4641846491aedb3c3f56b9bc5568d92b0692303b5a305301a95dfd38b1"},
|
|
|
|
{file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5b02d65b9ccf0ef6c34cba6cf5bf2aab1bb2f49c6090bafeecc9cd81ad4ea1c1"},
|
|
|
|
{file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:21ac0156c4b089b330b7666db40feee30a5d52634cc4560e1905d6529a3897ff"},
|
|
|
|
{file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:9f3e6f9e05148ff90002b884fbc2a86bd303ae847e472f44ecc06c2cd2fcdb2d"},
|
|
|
|
{file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:6e743de5e9c3d1b7185870f480587b75b1cb604832e380d64f9504a0535912d1"},
|
|
|
|
{file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:d79d7d5dc8a32b7093e81e97dad755127ff77bcc899e845f41bf71747af0c569"},
|
|
|
|
{file = "wrapt-1.14.1-cp36-cp36m-win32.whl", hash = "sha256:81b19725065dcb43df02b37e03278c011a09e49757287dca60c5aecdd5a0b8ed"},
|
|
|
|
{file = "wrapt-1.14.1-cp36-cp36m-win_amd64.whl", hash = "sha256:b014c23646a467558be7da3d6b9fa409b2c567d2110599b7cf9a0c5992b3b471"},
|
|
|
|
{file = "wrapt-1.14.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:88bd7b6bd70a5b6803c1abf6bca012f7ed963e58c68d76ee20b9d751c74a3248"},
|
|
|
|
{file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b5901a312f4d14c59918c221323068fad0540e34324925c8475263841dbdfe68"},
|
|
|
|
{file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d77c85fedff92cf788face9bfa3ebaa364448ebb1d765302e9af11bf449ca36d"},
|
|
|
|
{file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d649d616e5c6a678b26d15ece345354f7c2286acd6db868e65fcc5ff7c24a77"},
|
|
|
|
{file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:7d2872609603cb35ca513d7404a94d6d608fc13211563571117046c9d2bcc3d7"},
|
|
|
|
{file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:ee6acae74a2b91865910eef5e7de37dc6895ad96fa23603d1d27ea69df545015"},
|
|
|
|
{file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:2b39d38039a1fdad98c87279b48bc5dce2c0ca0d73483b12cb72aa9609278e8a"},
|
|
|
|
{file = "wrapt-1.14.1-cp37-cp37m-win32.whl", hash = "sha256:60db23fa423575eeb65ea430cee741acb7c26a1365d103f7b0f6ec412b893853"},
|
|
|
|
{file = "wrapt-1.14.1-cp37-cp37m-win_amd64.whl", hash = "sha256:709fe01086a55cf79d20f741f39325018f4df051ef39fe921b1ebe780a66184c"},
|
|
|
|
{file = "wrapt-1.14.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8c0ce1e99116d5ab21355d8ebe53d9460366704ea38ae4d9f6933188f327b456"},
|
|
|
|
{file = "wrapt-1.14.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:e3fb1677c720409d5f671e39bac6c9e0e422584e5f518bfd50aa4cbbea02433f"},
|
|
|
|
{file = "wrapt-1.14.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:642c2e7a804fcf18c222e1060df25fc210b9c58db7c91416fb055897fc27e8cc"},
|
|
|
|
{file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7b7c050ae976e286906dd3f26009e117eb000fb2cf3533398c5ad9ccc86867b1"},
|
|
|
|
{file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ef3f72c9666bba2bab70d2a8b79f2c6d2c1a42a7f7e2b0ec83bb2f9e383950af"},
|
|
|
|
{file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:01c205616a89d09827986bc4e859bcabd64f5a0662a7fe95e0d359424e0e071b"},
|
|
|
|
{file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:5a0f54ce2c092aaf439813735584b9537cad479575a09892b8352fea5e988dc0"},
|
|
|
|
{file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:2cf71233a0ed05ccdabe209c606fe0bac7379fdcf687f39b944420d2a09fdb57"},
|
|
|
|
{file = "wrapt-1.14.1-cp38-cp38-win32.whl", hash = "sha256:aa31fdcc33fef9eb2552cbcbfee7773d5a6792c137b359e82879c101e98584c5"},
|
|
|
|
{file = "wrapt-1.14.1-cp38-cp38-win_amd64.whl", hash = "sha256:d1967f46ea8f2db647c786e78d8cc7e4313dbd1b0aca360592d8027b8508e24d"},
|
|
|
|
{file = "wrapt-1.14.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:3232822c7d98d23895ccc443bbdf57c7412c5a65996c30442ebe6ed3df335383"},
|
|
|
|
{file = "wrapt-1.14.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:988635d122aaf2bdcef9e795435662bcd65b02f4f4c1ae37fbee7401c440b3a7"},
|
|
|
|
{file = "wrapt-1.14.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9cca3c2cdadb362116235fdbd411735de4328c61425b0aa9f872fd76d02c4e86"},
|
|
|
|
{file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d52a25136894c63de15a35bc0bdc5adb4b0e173b9c0d07a2be9d3ca64a332735"},
|
|
|
|
{file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:40e7bc81c9e2b2734ea4bc1aceb8a8f0ceaac7c5299bc5d69e37c44d9081d43b"},
|
|
|
|
{file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:b9b7a708dd92306328117d8c4b62e2194d00c365f18eff11a9b53c6f923b01e3"},
|
|
|
|
{file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:6a9a25751acb379b466ff6be78a315e2b439d4c94c1e99cb7266d40a537995d3"},
|
|
|
|
{file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:34aa51c45f28ba7f12accd624225e2b1e5a3a45206aa191f6f9aac931d9d56fe"},
|
|
|
|
{file = "wrapt-1.14.1-cp39-cp39-win32.whl", hash = "sha256:dee0ce50c6a2dd9056c20db781e9c1cfd33e77d2d569f5d1d9321c641bb903d5"},
|
|
|
|
{file = "wrapt-1.14.1-cp39-cp39-win_amd64.whl", hash = "sha256:dee60e1de1898bde3b238f18340eec6148986da0455d8ba7848d50470a7a32fb"},
|
|
|
|
{file = "wrapt-1.14.1.tar.gz", hash = "sha256:380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d"},
|
2021-01-27 01:45:47 +00:00
|
|
|
]
|