|
|
|
@@ -45,6 +45,14 @@ d = ["aiohttp (>=3.7.4)"]
|
|
|
|
|
jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"]
|
|
|
|
|
uvloop = ["uvloop (>=0.15.2)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cachetools"
|
|
|
|
|
version = "5.2.0"
|
|
|
|
|
description = "Extensible memoizing collections and decorators"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = "~=3.7"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "certifi"
|
|
|
|
|
version = "2022.6.15"
|
|
|
|
@@ -346,6 +354,85 @@ category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "google-api-core"
|
|
|
|
|
version = "2.8.2"
|
|
|
|
|
description = "Google API client core library"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
google-auth = ">=1.25.0,<3.0dev"
|
|
|
|
|
googleapis-common-protos = ">=1.56.2,<2.0dev"
|
|
|
|
|
protobuf = ">=3.15.0,<5.0.0dev"
|
|
|
|
|
requests = ">=2.18.0,<3.0.0dev"
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
grpc = ["grpcio (>=1.33.2,<2.0dev)", "grpcio-status (>=1.33.2,<2.0dev)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "google-api-python-client"
|
|
|
|
|
version = "2.54.0"
|
|
|
|
|
description = "Google API Client Library for Python"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
google-api-core = ">=1.31.5,<2.0.0 || >2.3.0,<3.0.0dev"
|
|
|
|
|
google-auth = ">=1.19.0,<3.0.0dev"
|
|
|
|
|
google-auth-httplib2 = ">=0.1.0"
|
|
|
|
|
httplib2 = ">=0.15.0,<1dev"
|
|
|
|
|
uritemplate = ">=3.0.1,<5"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "google-auth"
|
|
|
|
|
version = "2.9.1"
|
|
|
|
|
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]
|
|
|
|
|
cachetools = ">=2.0.0,<6.0"
|
|
|
|
|
pyasn1-modules = ">=0.2.1"
|
|
|
|
|
rsa = {version = ">=3.1.4,<5", markers = "python_version >= \"3.6\""}
|
|
|
|
|
six = ">=1.9.0"
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
aiohttp = ["requests (>=2.20.0,<3.0.0dev)", "aiohttp (>=3.6.2,<4.0.0dev)"]
|
|
|
|
|
enterprise_cert = ["cryptography (==36.0.2)", "pyopenssl (==22.0.0)"]
|
|
|
|
|
pyopenssl = ["pyopenssl (>=20.0.0)"]
|
|
|
|
|
reauth = ["pyu2f (>=0.1.5)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "google-auth-httplib2"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Google Authentication Library: httplib2 transport"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
google-auth = "*"
|
|
|
|
|
httplib2 = ">=0.15.0"
|
|
|
|
|
six = "*"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "googleapis-common-protos"
|
|
|
|
|
version = "1.56.4"
|
|
|
|
|
description = "Common protobufs used in Google APIs"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
protobuf = ">=3.15.0,<5.0.0dev"
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
grpc = ["grpcio (>=1.0.0,<2.0.0dev)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gunicorn"
|
|
|
|
|
version = "20.1.0"
|
|
|
|
@@ -360,6 +447,17 @@ gevent = ["gevent (>=1.4.0)"]
|
|
|
|
|
setproctitle = ["setproctitle"]
|
|
|
|
|
tornado = ["tornado (>=0.2)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "httplib2"
|
|
|
|
|
version = "0.20.4"
|
|
|
|
|
description = "A comprehensive HTTP client library."
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
pyparsing = {version = ">=2.4.2,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.0.2 || >3.0.2,<3.0.3 || >3.0.3,<4", markers = "python_version > \"3.0\""}
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "idna"
|
|
|
|
|
version = "3.3"
|
|
|
|
@@ -521,6 +619,14 @@ python-versions = ">=3.7"
|
|
|
|
|
docs = ["furo (>=2021.7.5b38)", "proselint (>=0.10.2)", "sphinx-autodoc-typehints (>=1.12)", "sphinx (>=4)"]
|
|
|
|
|
test = ["appdirs (==1.4.4)", "pytest-cov (>=2.7)", "pytest-mock (>=3.6)", "pytest (>=6)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "protobuf"
|
|
|
|
|
version = "4.21.3"
|
|
|
|
|
description = ""
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "psycopg2-binary"
|
|
|
|
|
version = "2.8.6"
|
|
|
|
@@ -529,6 +635,25 @@ category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
|
|
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pyexcel"
|
|
|
|
|
version = "0.5.15"
|
|
|
|
@@ -593,7 +718,7 @@ tests = ["pytest (>=6.0.0,<7.0.0)", "coverage[toml] (==5.0.4)"]
|
|
|
|
|
name = "pyparsing"
|
|
|
|
|
version = "3.0.9"
|
|
|
|
|
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
|
|
|
|
|
category = "dev"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.6.8"
|
|
|
|
|
|
|
|
|
@@ -672,6 +797,17 @@ urllib3 = ">=1.21.1,<1.27"
|
|
|
|
|
socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"]
|
|
|
|
|
use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rsa"
|
|
|
|
|
version = "4.9"
|
|
|
|
|
description = "Pure-Python RSA implementation"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.6,<4"
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
pyasn1 = ">=0.1.3"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "safety"
|
|
|
|
|
version = "1.10.3"
|
|
|
|
@@ -802,6 +938,14 @@ category = "dev"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.7"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "uritemplate"
|
|
|
|
|
version = "4.1.1"
|
|
|
|
|
description = "Implementation of RFC 6570 URI Templates"
|
|
|
|
|
category = "main"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "urllib3"
|
|
|
|
|
version = "1.26.9"
|
|
|
|
@@ -849,14 +993,17 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
|
|
|
|
|
[metadata]
|
|
|
|
|
lock-version = "1.1"
|
|
|
|
|
python-versions = "^3.9"
|
|
|
|
|
content-hash = "7bd8922d622b0f6a042c5508bb2789bb3fb69df3b3198ae0adca52ce12432887"
|
|
|
|
|
content-hash = "9eb27b8eb2c2f4a11c2c7912eef300810d154cb95f9f5b2591efe11ec2ad67f0"
|
|
|
|
|
|
|
|
|
|
[metadata.files]
|
|
|
|
|
attrs = [
|
|
|
|
|
{file = "attrs-21.4.0-py2.py3-none-any.whl", hash = "sha256:2d27e3784d7a565d36ab851fe94887c5eccd6a463168875832a1be79c82828b4"},
|
|
|
|
|
{file = "attrs-21.4.0.tar.gz", hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd"},
|
|
|
|
|
]
|
|
|
|
|
babel = []
|
|
|
|
|
babel = [
|
|
|
|
|
{file = "Babel-2.10.3-py3-none-any.whl", hash = "sha256:ff56f4892c1c4bf0d814575ea23471c230d544203c7748e8c68f0089478d48eb"},
|
|
|
|
|
{file = "Babel-2.10.3.tar.gz", hash = "sha256:7614553711ee97490f732126dc077f8d0ae084ebc6a96e23db1482afabdb2c51"},
|
|
|
|
|
]
|
|
|
|
|
black = [
|
|
|
|
|
{file = "black-22.3.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:2497f9c2386572e28921fa8bec7be3e51de6801f7459dffd6e62492531c47e09"},
|
|
|
|
|
{file = "black-22.3.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:5795a0375eb87bfe902e80e0c8cfaedf8af4d49694d69161e5bd3206c18618bb"},
|
|
|
|
@@ -882,7 +1029,11 @@ black = [
|
|
|
|
|
{file = "black-22.3.0-py3-none-any.whl", hash = "sha256:bc58025940a896d7e5356952228b68f793cf5fcb342be703c3a2669a1488cb72"},
|
|
|
|
|
{file = "black-22.3.0.tar.gz", hash = "sha256:35020b8886c022ced9282b51b5a875b6d1ab0c387b31a065b84db7c33085ca79"},
|
|
|
|
|
]
|
|
|
|
|
certifi = []
|
|
|
|
|
cachetools = []
|
|
|
|
|
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.0.12.tar.gz", hash = "sha256:2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597"},
|
|
|
|
|
{file = "charset_normalizer-2.0.12-py3-none-any.whl", hash = "sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df"},
|
|
|
|
@@ -891,7 +1042,10 @@ click = [
|
|
|
|
|
{file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"},
|
|
|
|
|
{file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"},
|
|
|
|
|
]
|
|
|
|
|
colorama = []
|
|
|
|
|
colorama = [
|
|
|
|
|
{file = "colorama-0.4.5-py2.py3-none-any.whl", hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da"},
|
|
|
|
|
{file = "colorama-0.4.5.tar.gz", hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"},
|
|
|
|
|
]
|
|
|
|
|
coverage = [
|
|
|
|
|
{file = "coverage-5.5-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:b6d534e4b2ab35c9f93f46229363e17f63c53ad01330df9f2d6bd1187e5eaacf"},
|
|
|
|
|
{file = "coverage-5.5-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:b7895207b4c843c76a25ab8c1e866261bcfe27bfaa20c192de5190121770672b"},
|
|
|
|
@@ -1013,7 +1167,10 @@ djangorestframework = [
|
|
|
|
|
{file = "djangorestframework-3.13.1-py3-none-any.whl", hash = "sha256:24c4bf58ed7e85d1fe4ba250ab2da926d263cd57d64b03e8dcef0ac683f8b1aa"},
|
|
|
|
|
{file = "djangorestframework-3.13.1.tar.gz", hash = "sha256:0c33407ce23acc68eca2a6e46424b008c9c02eceb8cf18581921d0092bc1f2ee"},
|
|
|
|
|
]
|
|
|
|
|
djangorestframework-simplejwt = []
|
|
|
|
|
djangorestframework-simplejwt = [
|
|
|
|
|
{file = "djangorestframework_simplejwt-5.2.0-py3-none-any.whl", hash = "sha256:bcc4cb74dcb637ca1e17eed35276bd618ab19491f8c53e65dee6271177c355e8"},
|
|
|
|
|
{file = "djangorestframework_simplejwt-5.2.0.tar.gz", hash = "sha256:a60b09afb27d91ad1d7ac904cc632bd52cecead8f389f0fa1532ceb0fb757a74"},
|
|
|
|
|
]
|
|
|
|
|
dparse = [
|
|
|
|
|
{file = "dparse-0.5.1-py3-none-any.whl", hash = "sha256:e953a25e44ebb60a5c6efc2add4420c177f1d8404509da88da9729202f306994"},
|
|
|
|
|
{file = "dparse-0.5.1.tar.gz", hash = "sha256:a1b5f169102e1c894f9a7d5ccf6f9402a836a5d24be80a986c7ce9eaed78f367"},
|
|
|
|
@@ -1022,14 +1179,24 @@ et-xmlfile = [
|
|
|
|
|
{file = "et_xmlfile-1.1.0-py3-none-any.whl", hash = "sha256:a2ba85d1d6a74ef63837eed693bcb89c3f752169b0e3e7ae5b16ca5e1b3deada"},
|
|
|
|
|
{file = "et_xmlfile-1.1.0.tar.gz", hash = "sha256:8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c"},
|
|
|
|
|
]
|
|
|
|
|
google-api-core = []
|
|
|
|
|
google-api-python-client = []
|
|
|
|
|
google-auth = []
|
|
|
|
|
google-auth-httplib2 = []
|
|
|
|
|
googleapis-common-protos = []
|
|
|
|
|
gunicorn = [
|
|
|
|
|
{file = "gunicorn-20.1.0-py3-none-any.whl", hash = "sha256:9dcc4547dbb1cb284accfb15ab5667a0e5d1881cc443e0677b4882a4067a807e"},
|
|
|
|
|
{file = "gunicorn-20.1.0.tar.gz", hash = "sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8"},
|
|
|
|
|
]
|
|
|
|
|
httplib2 = []
|
|
|
|
|
idna = [
|
|
|
|
|
{file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"},
|
|
|
|
|
{file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"},
|
|
|
|
|
]
|
|
|
|
|
importlib-metadata = []
|
|
|
|
|
importlib-metadata = [
|
|
|
|
|
{file = "importlib_metadata-4.11.4-py3-none-any.whl", hash = "sha256:c58c8eb8a762858f49e18436ff552e83914778e50e9d2f1660535ffb364552ec"},
|
|
|
|
|
{file = "importlib_metadata-4.11.4.tar.gz", hash = "sha256:5d26852efe48c0a32b0509ffbc583fda1a2266545a78d104a6f4aff3db17d700"},
|
|
|
|
|
]
|
|
|
|
|
jdcal = [
|
|
|
|
|
{file = "jdcal-1.4.1-py2.py3-none-any.whl", hash = "sha256:1abf1305fce18b4e8aa248cf8fe0c56ce2032392bc64bbd61b5dff2a19ec8bba"},
|
|
|
|
|
{file = "jdcal-1.4.1.tar.gz", hash = "sha256:472872e096eb8df219c23f2689fc336668bdb43d194094b5cc1707e1640acfc8"},
|
|
|
|
@@ -1069,7 +1236,10 @@ pathspec = [
|
|
|
|
|
{file = "pathspec-0.9.0-py2.py3-none-any.whl", hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a"},
|
|
|
|
|
{file = "pathspec-0.9.0.tar.gz", hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1"},
|
|
|
|
|
]
|
|
|
|
|
phonenumbers = []
|
|
|
|
|
phonenumbers = [
|
|
|
|
|
{file = "phonenumbers-8.12.50-py2.py3-none-any.whl", hash = "sha256:56713403b4160b59ea1fef4e842ddeb70931055146d794d371b60cd4b5f05fb8"},
|
|
|
|
|
{file = "phonenumbers-8.12.50.tar.gz", hash = "sha256:f00d67f20875804f4fade4803a9438294029982ac929c6ba303e1f0290cf5d45"},
|
|
|
|
|
]
|
|
|
|
|
pillow = [
|
|
|
|
|
{file = "Pillow-9.1.1-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:42dfefbef90eb67c10c45a73a9bc1599d4dac920f7dfcbf4ec6b80cb620757fe"},
|
|
|
|
|
{file = "Pillow-9.1.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ffde4c6fabb52891d81606411cbfaf77756e3b561b566efd270b3ed3791fde4e"},
|
|
|
|
@@ -1114,6 +1284,7 @@ platformdirs = [
|
|
|
|
|
{file = "platformdirs-2.5.2-py3-none-any.whl", hash = "sha256:027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab25788"},
|
|
|
|
|
{file = "platformdirs-2.5.2.tar.gz", hash = "sha256:58c8abb07dcb441e6ee4b11d8df0ac856038f944ab98b7be6b27b2a3c7feef19"},
|
|
|
|
|
]
|
|
|
|
|
protobuf = []
|
|
|
|
|
psycopg2-binary = [
|
|
|
|
|
{file = "psycopg2-binary-2.8.6.tar.gz", hash = "sha256:11b9c0ebce097180129e422379b824ae21c8f2a6596b159c7659e2e5a00e1aa0"},
|
|
|
|
|
{file = "psycopg2_binary-2.8.6-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:d14b140a4439d816e3b1229a4a525df917d6ea22a0771a2a78332273fd9528a4"},
|
|
|
|
@@ -1151,6 +1322,8 @@ psycopg2-binary = [
|
|
|
|
|
{file = "psycopg2_binary-2.8.6-cp39-cp39-win32.whl", hash = "sha256:6422f2ff0919fd720195f64ffd8f924c1395d30f9a495f31e2392c2efafb5056"},
|
|
|
|
|
{file = "psycopg2_binary-2.8.6-cp39-cp39-win_amd64.whl", hash = "sha256:15978a1fbd225583dd8cdaf37e67ccc278b5abecb4caf6b2d6b8e2b948e953f6"},
|
|
|
|
|
]
|
|
|
|
|
pyasn1 = []
|
|
|
|
|
pyasn1-modules = []
|
|
|
|
|
pyexcel = [
|
|
|
|
|
{file = "pyexcel-0.5.15-py2.py3-none-any.whl", hash = "sha256:7fac067e65567c380933b4d382587a5ce6581d0ad85992f6f0bc7c3f16012184"},
|
|
|
|
|
{file = "pyexcel-0.5.15.tar.gz", hash = "sha256:f0a7797f3a0de9e6f81151c9581fa90c4e1afce207dc47d2f0ba728dd2e24467"},
|
|
|
|
@@ -1163,7 +1336,10 @@ pyexcel-xlsx = [
|
|
|
|
|
{file = "pyexcel-xlsx-0.5.8.tar.gz", hash = "sha256:ab3913b465d0d645a51e3c896dc006738a398d36ceaad2dad133056132facb92"},
|
|
|
|
|
{file = "pyexcel_xlsx-0.5.8-py2.py3-none-any.whl", hash = "sha256:9bae2820c5767440d8a387695e0f8e8f73c97bcde0a5680c200ae82a2f6d5cc6"},
|
|
|
|
|
]
|
|
|
|
|
pyjwt = []
|
|
|
|
|
pyjwt = [
|
|
|
|
|
{file = "PyJWT-2.4.0-py3-none-any.whl", hash = "sha256:72d1d253f32dbd4f5c88eaf1fdc62f3a19f676ccbadb9dbc5d07e951b2b26daf"},
|
|
|
|
|
{file = "PyJWT-2.4.0.tar.gz", hash = "sha256:d42908208c699b3b973cbeb01a969ba6a96c821eefb1c5bfe4c390c01d67abba"},
|
|
|
|
|
]
|
|
|
|
|
pyparsing = [
|
|
|
|
|
{file = "pyparsing-3.0.9-py3-none-any.whl", hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"},
|
|
|
|
|
{file = "pyparsing-3.0.9.tar.gz", hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"},
|
|
|
|
@@ -1247,6 +1423,7 @@ requests = [
|
|
|
|
|
{file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"},
|
|
|
|
|
{file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"},
|
|
|
|
|
]
|
|
|
|
|
rsa = []
|
|
|
|
|
safety = [
|
|
|
|
|
{file = "safety-1.10.3-py2.py3-none-any.whl", hash = "sha256:5f802ad5df5614f9622d8d71fedec2757099705c2356f862847c58c6dfe13e84"},
|
|
|
|
|
{file = "safety-1.10.3.tar.gz", hash = "sha256:30e394d02a20ac49b7f65292d19d38fa927a8f9582cdfd3ad1adbbc66c641ad5"},
|
|
|
|
@@ -1290,6 +1467,7 @@ typing-extensions = [
|
|
|
|
|
{file = "typing_extensions-4.2.0-py3-none-any.whl", hash = "sha256:6657594ee297170d19f67d55c05852a874e7eb634f4f753dbd667855e07c1708"},
|
|
|
|
|
{file = "typing_extensions-4.2.0.tar.gz", hash = "sha256:f1c24655a0da0d1b67f07e17a5e6b2a105894e6824b92096378bb3668ef02376"},
|
|
|
|
|
]
|
|
|
|
|
uritemplate = []
|
|
|
|
|
urllib3 = [
|
|
|
|
|
{file = "urllib3-1.26.9-py2.py3-none-any.whl", hash = "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14"},
|
|
|
|
|
{file = "urllib3-1.26.9.tar.gz", hash = "sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e"},
|
|
|
|
|