1918 lines
91 KiB
TOML
1918 lines
91 KiB
TOML
[[package]]
|
|
category = "main"
|
|
description = "Algolia Search API Client for Python"
|
|
name = "algoliasearch"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.20.0"
|
|
|
|
[package.dependencies]
|
|
requests = ">=2.9.1"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Low-level AMQP client for Python (fork of amqplib)."
|
|
name = "amqp"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "2.5.0"
|
|
|
|
[package.dependencies]
|
|
vine = ">=1.1.3,<5.0.0a1"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP"
|
|
name = "asn1crypto"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.24.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Atomic file writes."
|
|
name = "atomicwrites"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "1.3.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = ""
|
|
develop = true
|
|
name = "attract"
|
|
optional = false
|
|
python-versions = "~3.6"
|
|
version = "1.1dev0"
|
|
|
|
[package.dependencies]
|
|
cryptography = "2.7"
|
|
pillar = "*"
|
|
svn = "~0.3"
|
|
|
|
[package.source]
|
|
reference = ""
|
|
type = "directory"
|
|
url = "../attract"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Classes Without Boilerplate"
|
|
name = "attrs"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "19.1.0"
|
|
|
|
[package.extras]
|
|
dev = ["coverage", "hypothesis", "pympler", "pytest", "six", "zope.interface", "sphinx", "pre-commit"]
|
|
docs = ["sphinx", "zope.interface"]
|
|
tests = ["coverage", "hypothesis", "pympler", "pytest", "six", "zope.interface"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Internationalization utilities"
|
|
name = "babel"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "2.7.0"
|
|
|
|
[package.dependencies]
|
|
pytz = ">=2015.7"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Modern password hashing for your software and your servers"
|
|
name = "bcrypt"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "3.1.6"
|
|
|
|
[package.dependencies]
|
|
cffi = ">=1.1"
|
|
six = ">=1.4.1"
|
|
|
|
[package.extras]
|
|
tests = ["pytest (>=3.2.1,<3.3.0 || >3.3.0)"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python multiprocessing fork with improvements and bugfixes"
|
|
name = "billiard"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "3.6.0.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "An easy safelist-based HTML-sanitizing tool."
|
|
name = "bleach"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "3.1.0"
|
|
|
|
[package.dependencies]
|
|
six = ">=1.9.0"
|
|
webencodings = "*"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Fast, simple object-to-object and broadcast signaling"
|
|
name = "blinker"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.4"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Distributed Task Queue."
|
|
name = "celery"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "4.3.0"
|
|
|
|
[package.dependencies]
|
|
billiard = ">=3.6.0,<4.0"
|
|
kombu = ">=4.4.0,<5.0"
|
|
pytz = ">0.0-dev"
|
|
vine = ">=1.3.0"
|
|
|
|
[package.extras]
|
|
arangodb = ["pyArango (>=1.3.2)"]
|
|
auth = ["cryptography"]
|
|
azureblockblob = ["azure-storage (0.36.0)", "azure-common (1.1.5)", "azure-storage-common (1.1.0)"]
|
|
brotli = ["brotli (>=1.0.0)", "brotlipy (>=0.7.0)"]
|
|
cassandra = ["cassandra-driver"]
|
|
consul = ["python-consul"]
|
|
cosmosdbsql = ["pydocumentdb (2.3.2)"]
|
|
couchbase = ["couchbase", "couchbase-cffi"]
|
|
couchdb = ["pycouchdb"]
|
|
django = ["Django (>=1.8)"]
|
|
dynamodb = ["boto3 (>=1.4.6)"]
|
|
elasticsearch = ["elasticsearch"]
|
|
eventlet = ["eventlet (>=0.24.1)"]
|
|
gevent = ["gevent"]
|
|
librabbitmq = ["librabbitmq (>=1.5.0)"]
|
|
lzma = ["backports.lzma"]
|
|
memcache = ["pylibmc"]
|
|
mongodb = ["pymongo (>=3.3.0)"]
|
|
msgpack = ["msgpack"]
|
|
pymemcache = ["python-memcached"]
|
|
pyro = ["pyro4"]
|
|
redis = ["redis (>=3.2.0)"]
|
|
riak = ["riak (>=2.0)"]
|
|
s3 = ["boto3 (>=1.4.6)"]
|
|
slmq = ["softlayer-messaging (>=1.0.3)"]
|
|
solar = ["ephem"]
|
|
sqlalchemy = ["sqlalchemy"]
|
|
sqs = ["boto3 (>=1.4.6)", "pycurl"]
|
|
tblib = ["tblib (>=1.3.0)"]
|
|
yaml = ["PyYAML (>=3.10)"]
|
|
zookeeper = ["kazoo (>=1.3.1)"]
|
|
zstd = ["zstandard"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Lightweight, extensible schema and data validation tool for Python dictionaries."
|
|
name = "cerberus"
|
|
optional = false
|
|
python-versions = ">=2.7"
|
|
version = "1.3.1"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python package for providing Mozilla's CA Bundle."
|
|
name = "certifi"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "2019.3.9"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Foreign Function Interface for Python calling C code."
|
|
name = "cffi"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.12.3"
|
|
|
|
[package.dependencies]
|
|
pycparser = "*"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Universal encoding detector for Python 2 and 3"
|
|
name = "chardet"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "3.0.4"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Composable command line interface toolkit"
|
|
name = "click"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "7.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Cross-platform colored terminal text."
|
|
name = "colorama"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "0.4.1"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python parser for the CommonMark Markdown spec"
|
|
name = "commonmark"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.9.0"
|
|
|
|
[package.dependencies]
|
|
future = "*"
|
|
|
|
[package.extras]
|
|
test = ["flake8 (3.5.0)", "hypothesis (3.55.3)"]
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Code coverage measurement for Python"
|
|
name = "coverage"
|
|
optional = false
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4"
|
|
version = "4.5.3"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
|
|
name = "cryptography"
|
|
optional = false
|
|
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
|
|
version = "2.7"
|
|
|
|
[package.dependencies]
|
|
asn1crypto = ">=0.21.0"
|
|
cffi = ">=1.8,<1.11.3 || >1.11.3"
|
|
six = ">=1.4.1"
|
|
|
|
[package.extras]
|
|
docs = ["sphinx (>=1.6.5,<1.8.0 || >1.8.0)", "sphinx-rtd-theme"]
|
|
docstest = ["doc8", "pyenchant (>=1.6.11)", "twine (>=1.12.0)", "sphinxcontrib-spelling (>=4.0.1)"]
|
|
idna = ["idna (>=2.1)"]
|
|
pep8test = ["flake8", "flake8-import-order", "pep8-naming"]
|
|
test = ["pytest (>=3.6.0,<3.9.0 || >3.9.0,<3.9.1 || >3.9.1,<3.9.2 || >3.9.2)", "pretend", "iso8601", "pytz", "hypothesis (>=1.11.4,<3.79.2 || >3.79.2)"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python client for Elasticsearch"
|
|
name = "elasticsearch"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "6.1.1"
|
|
|
|
[package.dependencies]
|
|
urllib3 = ">=1.21.1,<1.23"
|
|
|
|
[package.extras]
|
|
develop = ["requests (>=2.0.0,<3.0.0)", "nose", "coverage", "mock", "pyaml", "nosexcover", "sphinx", "sphinx-rtd-theme"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python client for Elasticsearch"
|
|
name = "elasticsearch-dsl"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "6.1.0"
|
|
|
|
[package.dependencies]
|
|
elasticsearch = ">=6.0.0,<7.0.0"
|
|
ipaddress = "*"
|
|
python-dateutil = "*"
|
|
six = "*"
|
|
|
|
[package.extras]
|
|
develop = ["mock", "pytest (>=3.0.0)", "pytest-cov", "pytz", "sphinx", "sphinx-rtd-theme"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python REST API for Humans."
|
|
name = "eve"
|
|
optional = false
|
|
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
|
|
version = "0.9.1"
|
|
|
|
[package.dependencies]
|
|
cerberus = ">=1.1"
|
|
events = ">=0.3,<0.4"
|
|
flask = ">=1.0"
|
|
pymongo = ">=3.7"
|
|
simplejson = ">=3.3.0,<4.0"
|
|
werkzeug = "0.15.4"
|
|
|
|
[package.extras]
|
|
dev = ["redis", "testfixtures", "pytest", "tox", "sphinx", "alabaster"]
|
|
docs = ["sphinx", "alabaster"]
|
|
tests = ["redis", "testfixtures", "pytest", "tox"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Bringing the elegance of C# EventHandler to Python"
|
|
name = "events"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.3"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "A python package that provides useful locks."
|
|
name = "fasteners"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.15"
|
|
|
|
[package.dependencies]
|
|
monotonic = ">=0.1"
|
|
six = "*"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = ""
|
|
develop = true
|
|
name = "flamenco"
|
|
optional = false
|
|
python-versions = "~3.6"
|
|
version = "2.3dev0"
|
|
|
|
[package.dependencies]
|
|
cryptography = "2.7"
|
|
pillar = "*"
|
|
pyjwt = "1.7.1"
|
|
|
|
[package.source]
|
|
reference = ""
|
|
type = "directory"
|
|
url = "../flamenco"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "A simple framework for building complex web applications."
|
|
name = "flask"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.0.3"
|
|
|
|
[package.dependencies]
|
|
Jinja2 = ">=2.10"
|
|
Werkzeug = ">=0.14"
|
|
click = ">=5.1"
|
|
itsdangerous = ">=0.24"
|
|
|
|
[package.extras]
|
|
dev = ["pytest (>=3)", "coverage", "tox", "sphinx", "pallets-sphinx-themes", "sphinxcontrib-log-cabinet"]
|
|
docs = ["sphinx", "pallets-sphinx-themes", "sphinxcontrib-log-cabinet"]
|
|
dotenv = ["python-dotenv"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Adds i18n/l10n support to Flask applications"
|
|
name = "flask-babel"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.12.2"
|
|
|
|
[package.dependencies]
|
|
Babel = ">=2.3"
|
|
Flask = "*"
|
|
Jinja2 = ">=2.5"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Adds caching support to your Flask application"
|
|
name = "flask-caching"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.7.2"
|
|
|
|
[package.dependencies]
|
|
Flask = "*"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "A toolbar overlay for debugging Flask applications."
|
|
name = "flask-debugtoolbar"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.10.1"
|
|
|
|
[package.dependencies]
|
|
Blinker = "*"
|
|
Flask = ">=0.8"
|
|
itsdangerous = "*"
|
|
werkzeug = "*"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "User session management for Flask"
|
|
name = "flask-login"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.4.1"
|
|
|
|
[package.dependencies]
|
|
Flask = "*"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Scripting support for Flask"
|
|
name = "flask-script"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "2.0.6"
|
|
|
|
[package.dependencies]
|
|
Flask = "*"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Simple integration of Flask and WTForms."
|
|
name = "flask-wtf"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.14.2"
|
|
|
|
[package.dependencies]
|
|
Flask = "*"
|
|
WTForms = "*"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Clean single-source support for Python 3 and 2"
|
|
name = "future"
|
|
optional = false
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
version = "0.17.1"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "GAX library for the Google Logging API"
|
|
name = "gax-google-logging-v2"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.8.3"
|
|
|
|
[package.dependencies]
|
|
google-gax = ">=0.12.5,<0.13.0"
|
|
googleapis-common-protos = ">=1.1.0"
|
|
grpc-google-logging-v2 = ">=0.8.1,<0.9.0"
|
|
oauth2client = ">=1.4.11"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "DEPRECATED"
|
|
name = "gax-google-pubsub-v1"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.8.3"
|
|
|
|
[package.dependencies]
|
|
google-gax = ">=0.12.5,<0.13.0"
|
|
googleapis-common-protos = ">=1.1.0"
|
|
grpc-google-pubsub-v1 = ">=0.8.1,<0.9.0"
|
|
oauth2client = ">=1.4.11"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "API Client library for Google Cloud"
|
|
name = "gcloud"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.18.3"
|
|
|
|
[package.dependencies]
|
|
gax-google-logging-v2 = ">=0.8.0,<0.9dev"
|
|
gax-google-pubsub-v1 = ">=0.8.0,<0.9dev"
|
|
google-gax = ">=0.12.3,<0.13dev"
|
|
googleapis-common-protos = "*"
|
|
grpc-google-logging-v2 = ">=0.8.0,<0.9dev"
|
|
grpc-google-pubsub-v1 = ">=0.8.0,<0.9dev"
|
|
grpcio = ">=1.0rc1"
|
|
httplib2 = ">=0.9.1"
|
|
oauth2client = ">=2.0.1"
|
|
protobuf = ">3.0.0.b2"
|
|
six = "*"
|
|
|
|
[package.extras]
|
|
grpc = ["grpcio (>=1.0rc1)", "google-gax (>=0.12.3,<0.13dev)", "gax-google-pubsub-v1 (>=0.8.0,<0.9dev)", "grpc-google-pubsub-v1 (>=0.8.0,<0.9dev)", "gax-google-logging-v2 (>=0.8.0,<0.9dev)", "grpc-google-logging-v2 (>=0.8.0,<0.9dev)"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "client libraries for humans"
|
|
name = "google-apitools"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.5.28"
|
|
|
|
[package.dependencies]
|
|
fasteners = ">=0.14"
|
|
httplib2 = ">=0.8"
|
|
oauth2client = ">=1.4.12"
|
|
six = ">=1.12.0"
|
|
|
|
[package.extras]
|
|
cli = ["python-gflags (>=3.0.6)"]
|
|
testing = ["unittest2 (>=0.5.1)", "mock (>=1.0.1)"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Google API Extensions"
|
|
name = "google-gax"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.12.5"
|
|
|
|
[package.dependencies]
|
|
future = ">=0.15.2"
|
|
grpcio = ">=1.0rc1"
|
|
oauth2client = ">=1.5.2"
|
|
ply = "3.8"
|
|
protobuf = ">=3.0.0b3"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Common protobufs used in Google APIs"
|
|
name = "googleapis-common-protos"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.6.0"
|
|
|
|
[package.dependencies]
|
|
protobuf = ">=3.6.0"
|
|
|
|
[package.extras]
|
|
grpc = ["grpcio (>=1.0.0)"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "GRPC library for the google-logging-v2 service"
|
|
name = "grpc-google-logging-v2"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.8.1"
|
|
|
|
[package.dependencies]
|
|
googleapis-common-protos = ">=1.1.0"
|
|
grpcio = ">=1.0rc1"
|
|
oauth2client = ">=1.4.11"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "GRPC library for the google-pubsub-v1 service"
|
|
name = "grpc-google-pubsub-v1"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.8.1"
|
|
|
|
[package.dependencies]
|
|
googleapis-common-protos = ">=1.1.0"
|
|
grpcio = ">=1.0rc1"
|
|
oauth2client = ">=1.4.11"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "HTTP/2-based RPC framework"
|
|
name = "grpcio"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.21.1"
|
|
|
|
[package.dependencies]
|
|
six = ">=1.5.2"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "A comprehensive HTTP client library."
|
|
name = "httplib2"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.12.3"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Internationalized Domain Names in Applications (IDNA)"
|
|
name = "idna"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "2.8"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Read metadata from Python packages"
|
|
name = "importlib-metadata"
|
|
optional = false
|
|
python-versions = ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3"
|
|
version = "0.17"
|
|
|
|
[package.dependencies]
|
|
zipp = ">=0.5"
|
|
|
|
[package.extras]
|
|
docs = ["sphinx", "docutils (0.12)", "rst.linker"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "IPv4/IPv6 manipulation library"
|
|
name = "ipaddress"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.0.22"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Class and tools for handling of IPv4 and IPv6 addresses and networks"
|
|
name = "ipy"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.00"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Various helpers to pass data to untrusted environments and back."
|
|
name = "itsdangerous"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "1.1.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "A small but fast and easy to use stand-alone template engine written in pure python."
|
|
name = "jinja2"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "2.10.1"
|
|
|
|
[package.dependencies]
|
|
MarkupSafe = ">=0.23"
|
|
|
|
[package.extras]
|
|
i18n = ["Babel (>=0.8)"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Messaging library for Python."
|
|
name = "kombu"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
version = "4.6.0"
|
|
|
|
[package.dependencies]
|
|
amqp = ">=2.5.0,<3.0"
|
|
|
|
[package.extras]
|
|
azureservicebus = ["azure-servicebus (>=0.21.1)"]
|
|
azurestoragequeues = ["azure-storage-queue"]
|
|
consul = ["python-consul (>=0.6.0)"]
|
|
librabbitmq = ["librabbitmq (>=1.5.2)"]
|
|
mongodb = ["pymongo (>=2.6.2,<3.0)"]
|
|
msgpack = ["msgpack"]
|
|
pyro = ["pyro4"]
|
|
qpid = ["qpid-python (>=0.26)", "qpid-tools (>=0.26)"]
|
|
redis = ["redis (>=3.2.0)"]
|
|
slmq = ["softlayer-messaging (>=1.0.3)"]
|
|
sqlalchemy = ["sqlalchemy"]
|
|
sqs = ["boto3 (>=1.4.4)", "pycurl"]
|
|
yaml = ["PyYAML (>=3.10)"]
|
|
zookeeper = ["kazoo (>=1.3.1)"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Safely add untrusted strings to HTML/XML markup."
|
|
name = "markupsafe"
|
|
optional = false
|
|
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
|
|
version = "1.1.1"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "An implementation of time.monotonic() for Python 2 & < 3.3"
|
|
name = "monotonic"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.5"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "More routines for operating on iterables, beyond itertools"
|
|
name = "more-itertools"
|
|
optional = false
|
|
python-versions = ">=3.4"
|
|
version = "7.0.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Optional static typing for Python"
|
|
name = "mypy"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.501"
|
|
|
|
[package.dependencies]
|
|
typed-ast = ">=1.0.0,<1.1.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL"
|
|
name = "ndg-httpsclient"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "0.5.1"
|
|
|
|
[package.dependencies]
|
|
PyOpenSSL = "*"
|
|
pyasn1 = ">=0.1.1"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "nose extends unittest to make testing easier"
|
|
name = "nose"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.3.7"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "OAuth 2.0 client library"
|
|
name = "oauth2client"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "4.1.3"
|
|
|
|
[package.dependencies]
|
|
httplib2 = ">=0.9.1"
|
|
pyasn1 = ">=0.1.7"
|
|
pyasn1-modules = ">=0.0.5"
|
|
rsa = ">=3.1.4"
|
|
six = ">=1.6.1"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = ""
|
|
develop = true
|
|
name = "pillar"
|
|
optional = false
|
|
python-versions = "~3.6"
|
|
version = "2.0"
|
|
|
|
[package.dependencies]
|
|
Eve = "~0.9"
|
|
Flask = "~1.0"
|
|
Flask-Babel = "~0.12"
|
|
Flask-Caching = "~1.7"
|
|
Flask-DebugToolbar = "~0.10"
|
|
Flask-Login = "~0.4"
|
|
Flask-Script = "~2.0"
|
|
Flask-WTF = "~0.14"
|
|
IPy = "~1.00"
|
|
MarkupSafe = "~1.1"
|
|
Pillow = "~6.0"
|
|
algoliasearch = "~1"
|
|
attrs = "~19"
|
|
bcrypt = "~3"
|
|
bleach = "~3.1"
|
|
blinker = "~1.4"
|
|
commonmark = "~0.9"
|
|
cryptography = "2.7"
|
|
elasticsearch = "~6.1"
|
|
elasticsearch-dsl = "~6.1"
|
|
gcloud = "~0.18"
|
|
google-apitools = "~0.5"
|
|
idna = "~2.8"
|
|
ndg-httpsclient = "~0.5"
|
|
pillarsdk = "*"
|
|
python-dateutil = "~2.8"
|
|
rauth = "~0.7"
|
|
redis = "~3.2"
|
|
shortcodes = "~2.5"
|
|
zencoder = "~0.6"
|
|
|
|
[package.dependencies.celery]
|
|
extras = ["redis"]
|
|
version = "~4.3"
|
|
|
|
[package.dependencies.raven]
|
|
extras = ["flask"]
|
|
version = "~6.10"
|
|
|
|
[package.source]
|
|
reference = ""
|
|
type = "directory"
|
|
url = "../pillar"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = ""
|
|
develop = true
|
|
name = "pillar-devdeps"
|
|
optional = false
|
|
python-versions = "~3.6"
|
|
version = "1.0"
|
|
|
|
[package.dependencies]
|
|
mypy = "^0.501"
|
|
pytest = "~4.4"
|
|
pytest-cov = "~2.7"
|
|
responses = "~0.10"
|
|
|
|
[package.source]
|
|
reference = ""
|
|
type = "directory"
|
|
url = "../pillar/devdeps"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = ""
|
|
develop = true
|
|
name = "pillarsdk"
|
|
optional = false
|
|
python-versions = "^3.5"
|
|
version = "1.10"
|
|
|
|
[package.dependencies]
|
|
cryptography = "2.7"
|
|
pyOpenSSL = "~19"
|
|
requests = "~2"
|
|
|
|
[package.source]
|
|
reference = ""
|
|
type = "directory"
|
|
url = "../pillar-python-sdk"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python Imaging Library (Fork)"
|
|
name = "pillow"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
version = "6.0.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "plugin and hook calling mechanisms for python"
|
|
name = "pluggy"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "0.12.0"
|
|
|
|
[package.dependencies]
|
|
importlib-metadata = ">=0.12"
|
|
|
|
[package.extras]
|
|
dev = ["pre-commit", "tox"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python Lex & Yacc"
|
|
name = "ply"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "3.8"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Protocol Buffers"
|
|
name = "protobuf"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "3.8.0"
|
|
|
|
[package.dependencies]
|
|
setuptools = "*"
|
|
six = ">=1.9"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "library with cross-python path, ini-parsing, io, code, log facilities"
|
|
name = "py"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "1.8.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "ASN.1 types and codecs"
|
|
name = "pyasn1"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.4.5"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "A collection of ASN.1-based protocols modules."
|
|
name = "pyasn1-modules"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.2.5"
|
|
|
|
[package.dependencies]
|
|
pyasn1 = ">=0.4.1,<0.5.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "C parser in Python"
|
|
name = "pycparser"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "2.19"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "JSON Web Token implementation in Python"
|
|
name = "pyjwt"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.7.1"
|
|
|
|
[package.extras]
|
|
crypto = ["cryptography (>=1.4)"]
|
|
flake8 = ["flake8", "flake8-import-order", "pep8-naming"]
|
|
test = ["pytest (>=4.0.1,<5.0.0)", "pytest-cov (>=2.6.0,<3.0.0)", "pytest-runner (>=4.2,<5.0.0)"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python driver for MongoDB <http://www.mongodb.org>"
|
|
name = "pymongo"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "3.8.0"
|
|
|
|
[package.extras]
|
|
gssapi = ["pykerberos"]
|
|
snappy = ["python-snappy"]
|
|
srv = ["dnspython (>=1.8.0,<2.0.0)"]
|
|
tls = ["ipaddress"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python wrapper module around the OpenSSL library"
|
|
name = "pyopenssl"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "19.0.0"
|
|
|
|
[package.dependencies]
|
|
cryptography = ">=2.3"
|
|
six = ">=1.5.2"
|
|
|
|
[package.extras]
|
|
docs = ["sphinx", "sphinx-rtd-theme"]
|
|
test = ["flaky", "pretend", "pytest (>=3.0.1)"]
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "pytest: simple powerful testing with Python"
|
|
name = "pytest"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "4.4.2"
|
|
|
|
[package.dependencies]
|
|
atomicwrites = ">=1.0"
|
|
attrs = ">=17.4.0"
|
|
colorama = "*"
|
|
pluggy = ">=0.11"
|
|
py = ">=1.5.0"
|
|
setuptools = "*"
|
|
six = ">=1.10.0"
|
|
|
|
[package.dependencies.more-itertools]
|
|
python = ">=2.8"
|
|
version = ">=4.0.0"
|
|
|
|
[package.extras]
|
|
testing = ["argcomplete", "hypothesis (>=3.56)", "nose", "requests", "mock"]
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Pytest plugin for measuring coverage."
|
|
name = "pytest-cov"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "2.7.1"
|
|
|
|
[package.dependencies]
|
|
coverage = ">=4.4"
|
|
pytest = ">=3.6"
|
|
|
|
[package.extras]
|
|
testing = ["fields", "hunter", "process-tests (2.0.2)", "six", "virtualenv"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Extensions to the standard Python datetime module"
|
|
name = "python-dateutil"
|
|
optional = false
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
|
|
version = "2.8.1"
|
|
|
|
[package.dependencies]
|
|
six = ">=1.5"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "World timezone definitions, modern and historical"
|
|
name = "pytz"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "2019.1"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "A Python library for OAuth 1.0/a, 2.0, and Ofly."
|
|
name = "rauth"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.7.3"
|
|
|
|
[package.dependencies]
|
|
requests = ">=1.2.3"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Raven is a client for Sentry (https://getsentry.com)"
|
|
name = "raven"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "6.10.0"
|
|
|
|
[package.dependencies]
|
|
[package.dependencies.Flask]
|
|
optional = true
|
|
version = ">=0.8"
|
|
|
|
[package.dependencies.blinker]
|
|
optional = true
|
|
version = ">=1.1"
|
|
|
|
[package.extras]
|
|
flask = ["Flask (>=0.8)", "blinker (>=1.1)"]
|
|
tests = ["bottle", "celery (>=2.5)", "coverage (<4)", "exam (>=0.5.2)", "flake8 (3.5.0)", "logbook", "mock", "nose", "pytz", "pytest (>=3.2.0,<3.3.0)", "pytest-timeout (1.2.1)", "pytest-xdist (1.18.2)", "pytest-pythonpath (0.7.2)", "pytest-cov (2.5.1)", "pytest-flake8 (1.0.0)", "requests", "tornado (>=4.1,<5.0)", "tox", "webob", "webtest", "wheel", "anyjson", "zconfig", "Flask (>=0.8)", "blinker (>=1.1)", "Flask-Login (>=0.2.0)", "blinker (>=1.1)", "sanic (>=0.7.0)", "aiohttp"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python client for Redis key-value store"
|
|
name = "redis"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "3.2.1"
|
|
|
|
[package.extras]
|
|
hiredis = ["hiredis (>=0.1.3)"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python HTTP for Humans."
|
|
name = "requests"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
version = "2.22.0"
|
|
|
|
[package.dependencies]
|
|
certifi = ">=2017.4.17"
|
|
chardet = ">=3.0.2,<3.1.0"
|
|
idna = ">=2.5,<2.9"
|
|
urllib3 = ">=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26"
|
|
|
|
[package.extras]
|
|
security = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)"]
|
|
socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7)", "win-inet-pton"]
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "A utility library for mocking out the `requests` Python library."
|
|
name = "responses"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "0.10.6"
|
|
|
|
[package.dependencies]
|
|
requests = ">=2.0"
|
|
six = "*"
|
|
|
|
[package.extras]
|
|
tests = ["pytest", "coverage (>=3.7.1,<5.0.0)", "pytest-cov", "pytest-localserver", "flake8"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Pure-Python RSA implementation"
|
|
name = "rsa"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "4.0"
|
|
|
|
[package.dependencies]
|
|
pyasn1 = ">=0.1.3"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "A generic, customizable shortcode parser."
|
|
name = "shortcodes"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "2.5.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Simple, fast, extensible JSON encoder/decoder for Python"
|
|
name = "simplejson"
|
|
optional = false
|
|
python-versions = ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
version = "3.16.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python 2 and 3 compatibility utilities"
|
|
name = "six"
|
|
optional = false
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*"
|
|
version = "1.12.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Intuitive Subversion wrapper."
|
|
name = "svn"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.3.46"
|
|
|
|
[package.dependencies]
|
|
nose = "*"
|
|
python-dateutil = ">=2.2"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = ""
|
|
develop = true
|
|
name = "svnman"
|
|
optional = false
|
|
python-versions = "~3.6"
|
|
version = "1.1dev0"
|
|
|
|
[package.dependencies]
|
|
cryptography = "2.7"
|
|
pillar = "*"
|
|
|
|
[package.source]
|
|
reference = ""
|
|
type = "directory"
|
|
url = "../pillar-svnman"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "a fork of Python 2 and 3 ast modules with type comment support"
|
|
name = "typed-ast"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.0.4"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
|
name = "urllib3"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.22"
|
|
|
|
[package.extras]
|
|
secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
|
|
socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7,<2.0)"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Promises, promises, promises."
|
|
name = "vine"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "1.3.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Character encoding aliases for legacy web content"
|
|
name = "webencodings"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.5.1"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "The comprehensive WSGI web application library."
|
|
name = "werkzeug"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "0.15.4"
|
|
|
|
[package.extras]
|
|
dev = ["pytest", "coverage", "tox", "sphinx", "pallets-sphinx-themes", "sphinx-issues"]
|
|
termcolor = ["termcolor"]
|
|
watchdog = ["watchdog"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "A built-package format for Python"
|
|
name = "wheel"
|
|
optional = false
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
|
version = "0.35.1"
|
|
|
|
[package.extras]
|
|
test = ["pytest (>=3.0.0)", "pytest-cov"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "A flexible forms validation and rendering library for Python web development."
|
|
name = "wtforms"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "2.2.1"
|
|
|
|
[package.extras]
|
|
locale = ["Babel (>=1.3)"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Integration library for Zencoder"
|
|
name = "zencoder"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.6.5"
|
|
|
|
[package.dependencies]
|
|
requests = ">=1.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Backport of pathlib-compatible object wrapper for zip files"
|
|
name = "zipp"
|
|
optional = false
|
|
python-versions = ">=2.7"
|
|
version = "0.5.1"
|
|
|
|
[package.extras]
|
|
docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
|
|
testing = ["pathlib2", "contextlib2", "unittest2"]
|
|
|
|
[metadata]
|
|
content-hash = "118d1166a7f31cbd59191bd86521cf9a80a1f537f747bb7d4d5be0bfec71b45d"
|
|
python-versions = "~3.6"
|
|
|
|
[metadata.files]
|
|
algoliasearch = [
|
|
{file = "algoliasearch-1.20.0-py2.py3-none-any.whl", hash = "sha256:48460675555e6effab946adc58b7483bb88a5a68ddc4bdebee09d93e9253318c"},
|
|
{file = "algoliasearch-1.20.0.tar.gz", hash = "sha256:842fb3e2fb57dc0daa2e97bf0d2e8191498781540901da118e98c24048d8d812"},
|
|
]
|
|
amqp = [
|
|
{file = "amqp-2.5.0-py2.py3-none-any.whl", hash = "sha256:aa4409446139676943a2eaa27d5f58caf750f4ca5a89f888c452afd86be6a67d"},
|
|
{file = "amqp-2.5.0.tar.gz", hash = "sha256:cbb6f87d53cac612a594f982b717cc1c54c6a1e17943a0a0d32dc6cc9e2120c8"},
|
|
]
|
|
asn1crypto = [
|
|
{file = "asn1crypto-0.24.0-py2.py3-none-any.whl", hash = "sha256:2f1adbb7546ed199e3c90ef23ec95c5cf3585bac7d11fb7eb562a3fe89c64e87"},
|
|
{file = "asn1crypto-0.24.0.tar.gz", hash = "sha256:9d5c20441baf0cb60a4ac34cc447c6c189024b6b4c6cd7877034f4965c464e49"},
|
|
]
|
|
atomicwrites = [
|
|
{file = "atomicwrites-1.3.0-py2.py3-none-any.whl", hash = "sha256:03472c30eb2c5d1ba9227e4c2ca66ab8287fbfbbda3888aa93dc2e28fc6811b4"},
|
|
{file = "atomicwrites-1.3.0.tar.gz", hash = "sha256:75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6"},
|
|
]
|
|
attract = []
|
|
attrs = [
|
|
{file = "attrs-19.1.0-py2.py3-none-any.whl", hash = "sha256:69c0dbf2ed392de1cb5ec704444b08a5ef81680a61cb899dc08127123af36a79"},
|
|
{file = "attrs-19.1.0.tar.gz", hash = "sha256:f0b870f674851ecbfbbbd364d6b5cbdff9dcedbc7f3f5e18a6891057f21fe399"},
|
|
]
|
|
babel = [
|
|
{file = "Babel-2.7.0-py2.py3-none-any.whl", hash = "sha256:af92e6106cb7c55286b25b38ad7695f8b4efb36a90ba483d7f7a6628c46158ab"},
|
|
{file = "Babel-2.7.0.tar.gz", hash = "sha256:e86135ae101e31e2c8ec20a4e0c5220f4eed12487d5cf3f78be7e98d3a57fc28"},
|
|
]
|
|
bcrypt = [
|
|
{file = "bcrypt-3.1.6-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:2aed3091eb6f51c26b7c2fad08d6620d1c35839e7a362f706015b41bd991125e"},
|
|
{file = "bcrypt-3.1.6-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:a9083e7fa9adb1a4de5ac15f9097eb15b04e2c8f97618f1b881af40abce382e1"},
|
|
{file = "bcrypt-3.1.6-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:b7e3948b8b1a81c5a99d41da5fb2dc03ddb93b5f96fcd3fd27e643f91efa33e1"},
|
|
{file = "bcrypt-3.1.6-cp27-cp27m-win32.whl", hash = "sha256:8ac06fb3e6aacb0a95b56eba735c0b64df49651c6ceb1ad1cf01ba75070d567f"},
|
|
{file = "bcrypt-3.1.6-cp27-cp27m-win_amd64.whl", hash = "sha256:dd08c50bc6f7be69cd7ba0769acca28c846ec46b7a8ddc2acf4b9ac6f8a7457e"},
|
|
{file = "bcrypt-3.1.6-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:678c21b2fecaa72a1eded0cf12351b153615520637efcadc09ecf81b871f1596"},
|
|
{file = "bcrypt-3.1.6-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:3e489787638a36bb466cd66780e15715494b6d6905ffdbaede94440d6d8e7dba"},
|
|
{file = "bcrypt-3.1.6-cp34-abi3-macosx_10_6_intel.whl", hash = "sha256:0ba875eb67b011add6d8c5b76afbd92166e98b1f1efab9433d5dc0fafc76e203"},
|
|
{file = "bcrypt-3.1.6-cp34-abi3-manylinux1_i686.whl", hash = "sha256:b998b8ca979d906085f6a5d84f7b5459e5e94a13fc27c28a3514437013b6c2f6"},
|
|
{file = "bcrypt-3.1.6-cp34-abi3-manylinux1_x86_64.whl", hash = "sha256:de5badee458544ab8125e63e39afeedfcf3aef6a6e2282ac159c95ae7472d773"},
|
|
{file = "bcrypt-3.1.6-cp34-cp34m-win32.whl", hash = "sha256:ede2a87333d24f55a4a7338a6ccdccf3eaa9bed081d1737e0db4dbd1a4f7e6b6"},
|
|
{file = "bcrypt-3.1.6-cp34-cp34m-win_amd64.whl", hash = "sha256:8fdced50a8b646fff8fa0e4b1c5fd940ecc844b43d1da5a980cb07f2d1b1132f"},
|
|
{file = "bcrypt-3.1.6-cp35-cp35m-win32.whl", hash = "sha256:2fa5d1e438958ea90eaedbf8082c2ceb1a684b4f6c75a3800c6ec1e18ebef96f"},
|
|
{file = "bcrypt-3.1.6-cp35-cp35m-win_amd64.whl", hash = "sha256:3a73f45484e9874252002793518da060fb11eaa76c30713faa12115db17d1430"},
|
|
{file = "bcrypt-3.1.6-cp36-cp36m-win32.whl", hash = "sha256:21ed446054c93e209434148ef0b362432bb82bbdaf7beef70a32c221f3e33d1c"},
|
|
{file = "bcrypt-3.1.6-cp36-cp36m-win_amd64.whl", hash = "sha256:75460c2c3786977ea9768d6c9d8957ba31b5fbeb0aae67a5c0e96aab4155f18c"},
|
|
{file = "bcrypt-3.1.6-cp37-cp37m-win32.whl", hash = "sha256:9b2c5b640a2da533b0ab5f148d87fb9989bf9bcb2e61eea6a729102a6d36aef9"},
|
|
{file = "bcrypt-3.1.6-cp37-cp37m-win_amd64.whl", hash = "sha256:28a0459381a8021f57230954b9e9a65bb5e3d569d2c253c5cac6cb181d71cf23"},
|
|
{file = "bcrypt-3.1.6.tar.gz", hash = "sha256:44636759d222baa62806bbceb20e96f75a015a6381690d1bc2eda91c01ec02ea"},
|
|
]
|
|
billiard = [
|
|
{file = "billiard-3.6.0.0.tar.gz", hash = "sha256:756bf323f250db8bf88462cd042c992ba60d8f5e07fc5636c24ba7d6f4261d84"},
|
|
]
|
|
bleach = [
|
|
{file = "bleach-3.1.0-py2.py3-none-any.whl", hash = "sha256:213336e49e102af26d9cde77dd2d0397afabc5a6bf2fed985dc35b5d1e285a16"},
|
|
{file = "bleach-3.1.0-py3.8.egg", hash = "sha256:4ca3ec10244c9f11ec129b054912e8bc9ecefc2e0b6bf0dab273f0e72cf381e4"},
|
|
{file = "bleach-3.1.0.tar.gz", hash = "sha256:3fdf7f77adcf649c9911387df51254b813185e32b2c6619f690b593a617e19fa"},
|
|
]
|
|
blinker = [
|
|
{file = "blinker-1.4.tar.gz", hash = "sha256:471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d606f8b6"},
|
|
]
|
|
celery = [
|
|
{file = "celery-4.3.0-py2.py3-none-any.whl", hash = "sha256:528e56767ae7e43a16cfef24ee1062491f5754368d38fcfffa861cdb9ef219be"},
|
|
{file = "celery-4.3.0.tar.gz", hash = "sha256:4c4532aa683f170f40bd76f928b70bc06ff171a959e06e71bf35f2f9d6031ef9"},
|
|
]
|
|
cerberus = [
|
|
{file = "Cerberus-1.3.1.tar.gz", hash = "sha256:0be48fc0dc84f83202a5309c0aa17cd5393e70731a1698a50d118b762fbe6875"},
|
|
]
|
|
certifi = [
|
|
{file = "certifi-2019.3.9-py2.py3-none-any.whl", hash = "sha256:59b7658e26ca9c7339e00f8f4636cdfe59d34fa37b9b04f6f9e9926b3cece1a5"},
|
|
{file = "certifi-2019.3.9.tar.gz", hash = "sha256:b26104d6835d1f5e49452a26eb2ff87fe7090b89dfcaee5ea2212697e1e1d7ae"},
|
|
]
|
|
cffi = [
|
|
{file = "cffi-1.12.3-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:5662ad4e4e84f1eaa8efce5da695c5d2e229c563f9d5ce5b0113f71321bcf753"},
|
|
{file = "cffi-1.12.3-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:a8dccd61d52a8dae4a825cdbb7735da530179fea472903eb871a5513b5abbfdc"},
|
|
{file = "cffi-1.12.3-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:4aa8ee7ba27c472d429b980c51e714a24f47ca296d53f4d7868075b175866f4b"},
|
|
{file = "cffi-1.12.3-cp27-cp27m-win32.whl", hash = "sha256:34c77afe85b6b9e967bd8154e3855e847b70ca42043db6ad17f26899a3df1b25"},
|
|
{file = "cffi-1.12.3-cp27-cp27m-win_amd64.whl", hash = "sha256:a5457d47dfff24882a21492e5815f891c0ca35fefae8aa742c6c263dac16ef1f"},
|
|
{file = "cffi-1.12.3-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:46de5fa00f7ac09f020729148ff632819649b3e05a007d286242c4882f7b1dc3"},
|
|
{file = "cffi-1.12.3-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:2444d0c61f03dcd26dbf7600cf64354376ee579acad77aef459e34efcb438c63"},
|
|
{file = "cffi-1.12.3-cp34-cp34m-macosx_10_6_intel.whl", hash = "sha256:a2e85dc204556657661051ff4bab75a84e968669765c8a2cd425918699c3d0e8"},
|
|
{file = "cffi-1.12.3-cp34-cp34m-manylinux1_i686.whl", hash = "sha256:55cad9a6df1e2a1d62063f79d0881a414a906a6962bc160ac968cc03ed3efcfb"},
|
|
{file = "cffi-1.12.3-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:d2c5cfa536227f57f97c92ac30c8109688ace8fa4ac086d19d0af47d134e2909"},
|
|
{file = "cffi-1.12.3-cp34-cp34m-win32.whl", hash = "sha256:ed851c75d1e0e043cbf5ca9a8e1b13c4c90f3fbd863dacb01c0808e2b5204201"},
|
|
{file = "cffi-1.12.3-cp34-cp34m-win_amd64.whl", hash = "sha256:d42b5796e20aacc9d15e66befb7a345454eef794fdb0737d1af593447c6c8f45"},
|
|
{file = "cffi-1.12.3-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:046ef9a22f5d3eed06334d01b1e836977eeef500d9b78e9ef693f9380ad0b83d"},
|
|
{file = "cffi-1.12.3-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:e1ff2748c84d97b065cc95429814cdba39bcbd77c9c85c89344b317dc0d9cbff"},
|
|
{file = "cffi-1.12.3-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:4d0004eb4351e35ed950c14c11e734182591465a33e960a4ab5e8d4f04d72647"},
|
|
{file = "cffi-1.12.3-cp35-cp35m-win32.whl", hash = "sha256:4e3d3f31a1e202b0f5a35ba3bc4eb41e2fc2b11c1eff38b362de710bcffb5016"},
|
|
{file = "cffi-1.12.3-cp35-cp35m-win_amd64.whl", hash = "sha256:066bc4c7895c91812eff46f4b1c285220947d4aa46fa0a2651ff85f2afae9c90"},
|
|
{file = "cffi-1.12.3-cp36-cp36m-macosx_10_6_intel.whl", hash = "sha256:73e1ffefe05e4ccd7bcea61af76f36077b914f92b76f95ccf00b0c1b9186f3f9"},
|
|
{file = "cffi-1.12.3-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:b012a5edb48288f77a63dba0840c92d0504aa215612da4541b7b42d849bc83a3"},
|
|
{file = "cffi-1.12.3-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:59b4dc008f98fc6ee2bb4fd7fc786a8d70000d058c2bbe2698275bc53a8d3fa7"},
|
|
{file = "cffi-1.12.3-cp36-cp36m-win32.whl", hash = "sha256:300832850b8f7967e278870c5d51e3819b9aad8f0a2c8dbe39ab11f119237f45"},
|
|
{file = "cffi-1.12.3-cp36-cp36m-win_amd64.whl", hash = "sha256:066c7ff148ae33040c01058662d6752fd73fbc8e64787229ea8498c7d7f4041b"},
|
|
{file = "cffi-1.12.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a1f0fd46eba2d71ce1589f7e50a9e2ffaeb739fb2c11e8192aa2b45d5f6cc41f"},
|
|
{file = "cffi-1.12.3-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:50bec6d35e6b1aaeb17f7c4e2b9374ebf95a8975d57863546fa83e8d31bdb8c4"},
|
|
{file = "cffi-1.12.3-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:ae61af521ed676cf16ae94f30fe202781a38d7178b6b4ab622e4eec8cefaff42"},
|
|
{file = "cffi-1.12.3-cp37-cp37m-win32.whl", hash = "sha256:dee54f5d30d775f525894d67b1495625dd9322945e7fee00731952e0368ff42d"},
|
|
{file = "cffi-1.12.3-cp37-cp37m-win_amd64.whl", hash = "sha256:e070535507bd6aa07124258171be2ee8dfc19119c28ca94c9dfb7efd23564512"},
|
|
{file = "cffi-1.12.3.tar.gz", hash = "sha256:041c81822e9f84b1d9c401182e174996f0bae9991f33725d059b771744290774"},
|
|
]
|
|
chardet = [
|
|
{file = "chardet-3.0.4-py2.py3-none-any.whl", hash = "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"},
|
|
{file = "chardet-3.0.4.tar.gz", hash = "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"},
|
|
]
|
|
click = [
|
|
{file = "Click-7.0-py2.py3-none-any.whl", hash = "sha256:2335065e6395b9e67ca716de5f7526736bfa6ceead690adf616d925bdc622b13"},
|
|
{file = "Click-7.0.tar.gz", hash = "sha256:5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7"},
|
|
]
|
|
colorama = [
|
|
{file = "colorama-0.4.1-py2.py3-none-any.whl", hash = "sha256:f8ac84de7840f5b9c4e3347b3c1eaa50f7e49c2b07596221daec5edaabbd7c48"},
|
|
{file = "colorama-0.4.1.tar.gz", hash = "sha256:05eed71e2e327246ad6b38c540c4a3117230b19679b875190486ddd2d721422d"},
|
|
]
|
|
commonmark = [
|
|
{file = "commonmark-0.9.0-py2.py3-none-any.whl", hash = "sha256:14c3df31e8c9c463377e287b2a1eefaa6019ab97b22dad36e2f32be59d61d68d"},
|
|
{file = "commonmark-0.9.0.tar.gz", hash = "sha256:867fc5db078ede373ab811e16b6789e9d033b15ccd7296f370ca52d1ee792ce0"},
|
|
]
|
|
coverage = [
|
|
{file = "coverage-4.5.3-cp26-cp26m-macosx_10_12_x86_64.whl", hash = "sha256:a5d8f29e5ec661143621a8f4de51adfb300d7a476224156a39a392254f70687b"},
|
|
{file = "coverage-4.5.3-cp27-cp27m-macosx_10_12_x86_64.whl", hash = "sha256:f8019c5279eb32360ca03e9fac40a12667715546eed5c5eb59eb381f2f501260"},
|
|
{file = "coverage-4.5.3-cp27-cp27m-macosx_10_13_intel.whl", hash = "sha256:7ad7536066b28863e5835e8cfeaa794b7fe352d99a8cded9f43d1161be8e9fbd"},
|
|
{file = "coverage-4.5.3-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:aca06bfba4759bbdb09bf52ebb15ae20268ee1f6747417837926fae990ebc41d"},
|
|
{file = "coverage-4.5.3-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:465ce53a8c0f3a7950dfb836438442f833cf6663d407f37d8c52fe7b6e56d7e8"},
|
|
{file = "coverage-4.5.3-cp27-cp27m-win32.whl", hash = "sha256:a545a3dfe5082dc8e8c3eb7f8a2cf4f2870902ff1860bd99b6198cfd1f9d1f49"},
|
|
{file = "coverage-4.5.3-cp27-cp27m-win_amd64.whl", hash = "sha256:3684fabf6b87a369017756b551cef29e505cb155ddb892a7a29277b978da88b9"},
|
|
{file = "coverage-4.5.3-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:839dc7c36501254e14331bcb98b27002aa415e4af7ea039d9009409b9d2d5420"},
|
|
{file = "coverage-4.5.3-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:c709d8bda72cf4cd348ccec2a4881f2c5848fd72903c185f363d361b2737f773"},
|
|
{file = "coverage-4.5.3-cp33-cp33m-macosx_10_10_x86_64.whl", hash = "sha256:c968a6aa7e0b56ecbd28531ddf439c2ec103610d3e2bf3b75b813304f8cb7723"},
|
|
{file = "coverage-4.5.3-cp34-cp34m-macosx_10_12_x86_64.whl", hash = "sha256:7bacb89ccf4bedb30b277e96e4cc68cd1369ca6841bde7b005191b54d3dd1034"},
|
|
{file = "coverage-4.5.3-cp34-cp34m-manylinux1_i686.whl", hash = "sha256:f46087bbd95ebae244a0eda01a618aff11ec7a069b15a3ef8f6b520db523dcf1"},
|
|
{file = "coverage-4.5.3-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:df785d8cb80539d0b55fd47183264b7002077859028dfe3070cf6359bf8b2d9c"},
|
|
{file = "coverage-4.5.3-cp34-cp34m-win32.whl", hash = "sha256:5296fc86ab612ec12394565c500b412a43b328b3907c0d14358950d06fd83baf"},
|
|
{file = "coverage-4.5.3-cp34-cp34m-win_amd64.whl", hash = "sha256:bb23b7a6fd666e551a3094ab896a57809e010059540ad20acbeec03a154224ce"},
|
|
{file = "coverage-4.5.3-cp35-cp35m-macosx_10_12_x86_64.whl", hash = "sha256:fc5f4d209733750afd2714e9109816a29500718b32dd9a5db01c0cb3a019b96a"},
|
|
{file = "coverage-4.5.3-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:8f9a95b66969cdea53ec992ecea5406c5bd99c9221f539bca1e8406b200ae98c"},
|
|
{file = "coverage-4.5.3-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:f406628ca51e0ae90ae76ea8398677a921b36f0bd71aab2099dfed08abd0322f"},
|
|
{file = "coverage-4.5.3-cp35-cp35m-win32.whl", hash = "sha256:998d7e73548fe395eeb294495a04d38942edb66d1fa61eb70418871bc621227e"},
|
|
{file = "coverage-4.5.3-cp35-cp35m-win_amd64.whl", hash = "sha256:68a43a9f9f83693ce0414d17e019daee7ab3f7113a70c79a3dd4c2f704e4d741"},
|
|
{file = "coverage-4.5.3-cp36-cp36m-macosx_10_13_x86_64.whl", hash = "sha256:9e80d45d0c7fcee54e22771db7f1b0b126fb4a6c0a2e5afa72f66827207ff2f2"},
|
|
{file = "coverage-4.5.3-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:48020e343fc40f72a442c8a1334284620f81295256a6b6ca6d8aa1350c763bbe"},
|
|
{file = "coverage-4.5.3-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:5f61bed2f7d9b6a9ab935150a6b23d7f84b8055524e7be7715b6513f3328138e"},
|
|
{file = "coverage-4.5.3-cp36-cp36m-win32.whl", hash = "sha256:c62ca0a38958f541a73cf86acdab020c2091631c137bd359c4f5bddde7b75fd4"},
|
|
{file = "coverage-4.5.3-cp36-cp36m-win_amd64.whl", hash = "sha256:39e088da9b284f1bd17c750ac672103779f7954ce6125fd4382134ac8d152d74"},
|
|
{file = "coverage-4.5.3-cp37-cp37m-macosx_10_13_x86_64.whl", hash = "sha256:932c03d2d565f75961ba1d3cec41ddde00e162c5b46d03f7423edcb807734eab"},
|
|
{file = "coverage-4.5.3-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:3c205bc11cc4fcc57b761c2da73b9b72a59f8d5ca89979afb0c1c6f9e53c7390"},
|
|
{file = "coverage-4.5.3-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:6b8033d47fe22506856fe450470ccb1d8ba1ffb8463494a15cfc96392a288c09"},
|
|
{file = "coverage-4.5.3-cp37-cp37m-win32.whl", hash = "sha256:988529edadc49039d205e0aa6ce049c5ccda4acb2d6c3c5c550c17e8c02c05ba"},
|
|
{file = "coverage-4.5.3-cp37-cp37m-win_amd64.whl", hash = "sha256:bfd1d0ae7e292105f29d7deaa9d8f2916ed8553ab9d5f39ec65bcf5deadff3f9"},
|
|
{file = "coverage-4.5.3.tar.gz", hash = "sha256:9de60893fb447d1e797f6bf08fdf0dbcda0c1e34c1b06c92bd3a363c0ea8c609"},
|
|
{file = "coverage-4.5.3.win-amd64-py2.7.exe", hash = "sha256:4ec30ade438d1711562f3786bea33a9da6107414aed60a5daa974d50a8c2c351"},
|
|
{file = "coverage-4.5.3.win-amd64-py3.4.exe", hash = "sha256:93f965415cc51604f571e491f280cff0f5be35895b4eb5e55b47ae90c02a497b"},
|
|
{file = "coverage-4.5.3.win-amd64-py3.5.exe", hash = "sha256:ca58eba39c68010d7e87a823f22a081b5290e3e3c64714aac3c91481d8b34d22"},
|
|
{file = "coverage-4.5.3.win-amd64-py3.6.exe", hash = "sha256:6899797ac384b239ce1926f3cb86ffc19996f6fa3a1efbb23cb49e0c12d8c18c"},
|
|
{file = "coverage-4.5.3.win-amd64-py3.7.exe", hash = "sha256:8e679d1bde5e2de4a909efb071f14b472a678b788904440779d2c449c0355b27"},
|
|
{file = "coverage-4.5.3.win32-py2.7.exe", hash = "sha256:42692db854d13c6c5e9541b6ffe0fe921fe16c9c446358d642ccae1462582d3b"},
|
|
{file = "coverage-4.5.3.win32-py3.4.exe", hash = "sha256:a9abc8c480e103dc05d9b332c6cc9fb1586330356fc14f1aa9c0ca5745097d19"},
|
|
{file = "coverage-4.5.3.win32-py3.5.exe", hash = "sha256:c22ab9f96cbaff05c6a84e20ec856383d27eae09e511d3e6ac4479489195861d"},
|
|
{file = "coverage-4.5.3.win32-py3.6.exe", hash = "sha256:2b412abc4c7d6e019ce7c27cbc229783035eef6d5401695dccba80f481be4eb3"},
|
|
{file = "coverage-4.5.3.win32-py3.7.exe", hash = "sha256:0c5fe441b9cfdab64719f24e9684502a59432df7570521563d7b1aff27ac755f"},
|
|
]
|
|
cryptography = [
|
|
{file = "cryptography-2.7-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:f57b76e46a58b63d1c6375017f4564a28f19a5ca912691fd2e4261b3414b618d"},
|
|
{file = "cryptography-2.7-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:cfee9164954c186b191b91d4193989ca994703b2fff406f71cf454a2d3c7327e"},
|
|
{file = "cryptography-2.7-cp27-cp27m-win32.whl", hash = "sha256:b0db0cecf396033abb4a93c95d1602f268b3a68bb0a9cc06a7cff587bb9a7292"},
|
|
{file = "cryptography-2.7-cp27-cp27m-win_amd64.whl", hash = "sha256:41a0be220dd1ed9e998f5891948306eb8c812b512dc398e5a01846d855050799"},
|
|
{file = "cryptography-2.7-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:ae536da50c7ad1e002c3eee101871d93abdc90d9c5f651818450a0d3af718609"},
|
|
{file = "cryptography-2.7-cp34-abi3-macosx_10_6_intel.whl", hash = "sha256:24b61e5fcb506424d3ec4e18bca995833839bf13c59fc43e530e488f28d46b8c"},
|
|
{file = "cryptography-2.7-cp34-abi3-manylinux1_x86_64.whl", hash = "sha256:96d8473848e984184b6728e2c9d391482008646276c3ff084a1bd89e15ff53a1"},
|
|
{file = "cryptography-2.7-cp34-cp34m-win32.whl", hash = "sha256:25dd1581a183e9e7a806fe0543f485103232f940fcfc301db65e630512cce643"},
|
|
{file = "cryptography-2.7-cp34-cp34m-win_amd64.whl", hash = "sha256:5751d8a11b956fbfa314f6553d186b94aa70fdb03d8a4d4f1c82dcacf0cbe28a"},
|
|
{file = "cryptography-2.7-cp35-cp35m-win32.whl", hash = "sha256:7b97ae6ef5cba2e3bb14256625423413d5ce8d1abb91d4f29b6d1a081da765f8"},
|
|
{file = "cryptography-2.7-cp35-cp35m-win_amd64.whl", hash = "sha256:3452bba7c21c69f2df772762be0066c7ed5dc65df494a1d53a58b683a83e1216"},
|
|
{file = "cryptography-2.7-cp36-cp36m-win32.whl", hash = "sha256:72e24c521fa2106f19623a3851e9f89ddfdeb9ac63871c7643790f872a305dfc"},
|
|
{file = "cryptography-2.7-cp36-cp36m-win_amd64.whl", hash = "sha256:5f61c7d749048fa6e3322258b4263463bfccefecb0dd731b6561cb617a1d9bb9"},
|
|
{file = "cryptography-2.7-cp37-cp37m-win32.whl", hash = "sha256:961e886d8a3590fd2c723cf07be14e2a91cf53c25f02435c04d39e90780e3b53"},
|
|
{file = "cryptography-2.7-cp37-cp37m-win_amd64.whl", hash = "sha256:f27d93f0139a3c056172ebb5d4f9056e770fdf0206c2f422ff2ebbad142e09ed"},
|
|
{file = "cryptography-2.7.tar.gz", hash = "sha256:e6347742ac8f35ded4a46ff835c60e68c22a536a8ae5c4422966d06946b6d4c6"},
|
|
]
|
|
elasticsearch = [
|
|
{file = "elasticsearch-6.1.1-py2.py3-none-any.whl", hash = "sha256:307055861d0290b830bd1ec4b82d41ce0f19f6a4899635956bd16bc61e3e90b1"},
|
|
{file = "elasticsearch-6.1.1.tar.gz", hash = "sha256:8d91a3fce12123a187b673f18c23bcffa6e7b49ba057555d59eeeded0ba15dce"},
|
|
]
|
|
elasticsearch-dsl = [
|
|
{file = "elasticsearch-dsl-6.1.0.tar.gz", hash = "sha256:5114a38a88e93a4663782eae07a1e8084ba333c49887335c83de8b8043bc72b2"},
|
|
{file = "elasticsearch_dsl-6.1.0-py2.py3-none-any.whl", hash = "sha256:d6d974cd2289543a3350690494a43fe9996485b8dc6f1d8758cb56bee01244bd"},
|
|
]
|
|
eve = [
|
|
{file = "Eve-0.9.1-py2.py3-none-any.whl", hash = "sha256:65b8d0cb83a7c2eef112cdaf125f91d24d86202356895f5c4b9306147227f84a"},
|
|
{file = "Eve-0.9.1.tar.gz", hash = "sha256:5e79a3121a79438268fc36d83850113e4c7d2521d4e1d64437439fdc08ba9362"},
|
|
]
|
|
events = [
|
|
{file = "Events-0.3.tar.gz", hash = "sha256:f4d9c41a5c160ce504278f219fe56f44242ca63794a0ad638b52d1e087ac2a41"},
|
|
]
|
|
fasteners = [
|
|
{file = "fasteners-0.15-py2.py3-none-any.whl", hash = "sha256:007e4d2b2d4a10093f67e932e5166722d2eab83b77724156e92ad013c6226574"},
|
|
{file = "fasteners-0.15.tar.gz", hash = "sha256:3a176da6b70df9bb88498e1a18a9e4a8579ed5b9141207762368a1017bf8f5ef"},
|
|
]
|
|
flamenco = []
|
|
flask = [
|
|
{file = "Flask-1.0.3-py2.py3-none-any.whl", hash = "sha256:e7d32475d1de5facaa55e3958bc4ec66d3762076b074296aa50ef8fdc5b9df61"},
|
|
{file = "Flask-1.0.3.tar.gz", hash = "sha256:ad7c6d841e64296b962296c2c2dabc6543752985727af86a975072dea984b6f3"},
|
|
]
|
|
flask-babel = [
|
|
{file = "Flask-Babel-0.12.2.tar.gz", hash = "sha256:316ad183e42003f3922957fa643d0a1e8e34a0f0301a88c3a8f605bc37ba5c86"},
|
|
]
|
|
flask-caching = [
|
|
{file = "Flask-Caching-1.7.2.tar.gz", hash = "sha256:52e236cbc836c41a5ced0c0a67b48ad180c9e2b5cb69e881089bba766db5569e"},
|
|
{file = "Flask_Caching-1.7.2-py2.py3-none-any.whl", hash = "sha256:b0daabd5249bebfbae3da4c22987bac22047fc8b18ea2716c4fc63d57d218946"},
|
|
]
|
|
flask-debugtoolbar = [
|
|
{file = "Flask-DebugToolbar-0.10.1.tar.gz", hash = "sha256:ec810083123aae0632eb32ba11e1cb4cdace81e7ce6c5009dd06c5204afbce52"},
|
|
{file = "Flask_DebugToolbar-0.10.1-py2.py3-none-any.whl", hash = "sha256:3d9657bc0c3633ace429e3ff451742bb59d1b7a7b95c9eb23a65ac9be2812959"},
|
|
]
|
|
flask-login = [
|
|
{file = "Flask-Login-0.4.1.tar.gz", hash = "sha256:c815c1ac7b3e35e2081685e389a665f2c74d7e077cb93cecabaea352da4752ec"},
|
|
]
|
|
flask-script = [
|
|
{file = "Flask-Script-2.0.6.tar.gz", hash = "sha256:6425963d91054cfcc185807141c7314a9c5ad46325911bd24dcb489bd0161c65"},
|
|
]
|
|
flask-wtf = [
|
|
{file = "Flask-WTF-0.14.2.tar.gz", hash = "sha256:5d14d55cfd35f613d99ee7cba0fc3fbbe63ba02f544d349158c14ca15561cc36"},
|
|
{file = "Flask_WTF-0.14.2-py2.py3-none-any.whl", hash = "sha256:d9a9e366b32dcbb98ef17228e76be15702cd2600675668bca23f63a7947fd5ac"},
|
|
]
|
|
future = [
|
|
{file = "future-0.17.1.tar.gz", hash = "sha256:67045236dcfd6816dc439556d009594abf643e5eb48992e36beac09c2ca659b8"},
|
|
]
|
|
gax-google-logging-v2 = [
|
|
{file = "gax-google-logging-v2-0.8.3.tar.gz", hash = "sha256:c36cbb93e070b3b535e9fffff6879efe447e525dff75b62eb4564def515e1a18"},
|
|
]
|
|
gax-google-pubsub-v1 = [
|
|
{file = "gax-google-pubsub-v1-0.8.3.tar.gz", hash = "sha256:943df4aa05cf0302fa1616197d05e29adb62be2c0f55f80d8345439d72471526"},
|
|
]
|
|
gcloud = [
|
|
{file = "gcloud-0.18.3.tar.gz", hash = "sha256:0af2dec59fce20561752f86e42d981c6a255e306a6c5e5d1fa3d358a8857e4fb"},
|
|
]
|
|
google-apitools = [
|
|
{file = "google-apitools-0.5.28.tar.gz", hash = "sha256:c41792b0cb1a9d952545a95bb5a18376fd727e4c4977d6fa3f1643d1d51a7177"},
|
|
{file = "google_apitools-0.5.28-py2-none-any.whl", hash = "sha256:25c44d04a6a1f48066401af9d8b8b7220564b7dcbbe9469b7edcc1981d27d8f6"},
|
|
]
|
|
google-gax = [
|
|
{file = "google-gax-0.12.5.tar.gz", hash = "sha256:63312a04cb87ca50e857245f05c582b2171807a30e61cef85006b983bf659cb9"},
|
|
]
|
|
googleapis-common-protos = [
|
|
{file = "googleapis-common-protos-1.6.0.tar.gz", hash = "sha256:e61b8ed5e36b976b487c6e7b15f31bb10c7a0ca7bd5c0e837f4afab64b53a0c6"},
|
|
]
|
|
grpc-google-logging-v2 = [
|
|
{file = "grpc-google-logging-v2-0.8.1.tar.gz", hash = "sha256:4b6b4e603860b134b2cb8732bb4d1f2cec963d553497dcf70b3f5ecc99d7fb4f"},
|
|
]
|
|
grpc-google-pubsub-v1 = [
|
|
{file = "grpc-google-pubsub-v1-0.8.1.tar.gz", hash = "sha256:ab5a3a239a9678012cdc00a9b9a8fe8c75fca9a0035da41da3078145e9d967b9"},
|
|
]
|
|
grpcio = [
|
|
{file = "grpcio-1.21.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:b1fb101459868f52df6b61e7bb13375e50badf17a160e39fe1d51ae19e53f461"},
|
|
{file = "grpcio-1.21.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:d00bdf9c546ed6e649f785c55b05288e8b2dbb6bf2eb74b6c579fa0d591d35bd"},
|
|
{file = "grpcio-1.21.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:9c3f4af989ce860710ac1864dc2e867dd87e6cee51a2368df1b253596868e52f"},
|
|
{file = "grpcio-1.21.1-cp27-cp27m-win32.whl", hash = "sha256:9da52c3c728883aee429bb7c315049f50b2139f680cd86bb1165418e4f93a982"},
|
|
{file = "grpcio-1.21.1-cp27-cp27m-win_amd64.whl", hash = "sha256:eb4d81550ce6f826af4ec6e8d98be347fe96291d718bf115c3f254621ae8d98d"},
|
|
{file = "grpcio-1.21.1-cp27-cp27mu-linux_armv7l.whl", hash = "sha256:be5bb6e47417e537c884a2e2ff2e1a8b2c064a998fcfdfcc67528d4e63e7ebaf"},
|
|
{file = "grpcio-1.21.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:89d8719d8de4d137678f7caa979e1b0a6fd4026f8096ceef8c2d164bbabefaf2"},
|
|
{file = "grpcio-1.21.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:5bfdd7e6647498f979dc46583723c852d97b25afe995d55aa1c76a5f9816bc1f"},
|
|
{file = "grpcio-1.21.1-cp34-cp34m-linux_armv7l.whl", hash = "sha256:ead6c5aa3e807345913649c3be395aaca2bbb2d225f18b8f31f37eab225508f6"},
|
|
{file = "grpcio-1.21.1-cp34-cp34m-macosx_10_7_intel.whl", hash = "sha256:ef6a18ec8fd32ec81748fe720544ea2fb2d2dc50fd6d06739d5e2eb8f0626a1c"},
|
|
{file = "grpcio-1.21.1-cp34-cp34m-manylinux1_i686.whl", hash = "sha256:b65507bc273c6dbf539175a786a344cc0ac78d50e5584f72c6599733f8a3301f"},
|
|
{file = "grpcio-1.21.1-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:da804b1dd8293bd9d61b1e6ea989c887ba042a808a4fbdd80001cfa059aafed2"},
|
|
{file = "grpcio-1.21.1-cp34-cp34m-win32.whl", hash = "sha256:c9f5962eb7fa7607b20eb0e4f59ed35829bd600fc0eacb626a6db83229a3e445"},
|
|
{file = "grpcio-1.21.1-cp34-cp34m-win_amd64.whl", hash = "sha256:b39aac96cceac624a23d540473835086a3ffa77c91030189988c073488434493"},
|
|
{file = "grpcio-1.21.1-cp35-cp35m-linux_armv7l.whl", hash = "sha256:10b07a623d33d4966f45c85d410bc6a79c5ac6341f06c3beda6c22be12cbfe07"},
|
|
{file = "grpcio-1.21.1-cp35-cp35m-macosx_10_7_intel.whl", hash = "sha256:ac322d86d1a079e0a118d544443ee16f320af0062c191b4754c0c6ec2fc79310"},
|
|
{file = "grpcio-1.21.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:87d8943ae7aa6ca5bbad732867d7f17d2550e4966a0c15b52088e8b579422e47"},
|
|
{file = "grpcio-1.21.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:4c535b46f20e66bee3097583231977e721acdfcb1671d1490c99b7be8902ce18"},
|
|
{file = "grpcio-1.21.1-cp35-cp35m-win32.whl", hash = "sha256:0f20e6dcb1b8662cdca033bb97c0a8116a5343e3ebc7f71c5fe7f89039978350"},
|
|
{file = "grpcio-1.21.1-cp35-cp35m-win_amd64.whl", hash = "sha256:10c0476d5a52d21f402fc073745dc43b87cc8e080a1f49bbff4e1059019310fb"},
|
|
{file = "grpcio-1.21.1-cp36-cp36m-linux_armv7l.whl", hash = "sha256:557154aef70a0e979700cc9528bc8b606b668084a29a0d57dbc4b06b078a2f1c"},
|
|
{file = "grpcio-1.21.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:9ebcbb1a054cab362d29d3be571d43d6b9b23302d9fc4b43e5327000da1680a9"},
|
|
{file = "grpcio-1.21.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:2be726f16142d358a0df1e81d583d6820ee561a7856a79cca2fbe49989308be7"},
|
|
{file = "grpcio-1.21.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:289dae0b35c59d191c524e976dd0a6f8c995d2062e72621eb866ad0f4472a635"},
|
|
{file = "grpcio-1.21.1-cp36-cp36m-win32.whl", hash = "sha256:c92de6a28a909c4f460dc1bbbcb50d676cf0b1f40224b222761f73fdd851b522"},
|
|
{file = "grpcio-1.21.1-cp36-cp36m-win_amd64.whl", hash = "sha256:fad42835656e0b6d3b7ffc900598e776722e30f43b7234a48f2576ca30f31a47"},
|
|
{file = "grpcio-1.21.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:4338d2a81f5b4ca022e085040b3cfce19419a5ce44aa7e6810ac1df05365bed7"},
|
|
{file = "grpcio-1.21.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:0232add03144dd3cf9b660e2718244cb8e175370dca4d3855cb4e489a7811b53"},
|
|
{file = "grpcio-1.21.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:a93e08636623e24c939851e2e0c0140b14f524b2980c9cdc4ea52b70a871c7e0"},
|
|
{file = "grpcio-1.21.1-cp37-cp37m-win32.whl", hash = "sha256:9e9736659987beab42d18525ed10d21f80a1ba8389eac03425fbfd5684e6bbf0"},
|
|
{file = "grpcio-1.21.1-cp37-cp37m-win_amd64.whl", hash = "sha256:fb9cd9bb8d26dc17c2dd715a46bca3a879ec8283879b164e85863110dc6e3b2a"},
|
|
{file = "grpcio-1.21.1.tar.gz", hash = "sha256:fb98dbfee0d963b49ae5754554028cf62e6bd695f22de16d242ba9d2f0b7339b"},
|
|
]
|
|
httplib2 = [
|
|
{file = "httplib2-0.12.3-py3-none-any.whl", hash = "sha256:23914b5487dfe8ef09db6656d6d63afb0cf3054ad9ebc50868ddc8e166b5f8e8"},
|
|
{file = "httplib2-0.12.3.tar.gz", hash = "sha256:a18121c7c72a56689efbf1aef990139ad940fee1e64c6f2458831736cd593600"},
|
|
]
|
|
idna = [
|
|
{file = "idna-2.8-py2.py3-none-any.whl", hash = "sha256:ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c"},
|
|
{file = "idna-2.8.tar.gz", hash = "sha256:c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407"},
|
|
]
|
|
importlib-metadata = [
|
|
{file = "importlib_metadata-0.17-py2.py3-none-any.whl", hash = "sha256:df1403cd3aebeb2b1dcd3515ca062eecb5bd3ea7611f18cba81130c68707e879"},
|
|
{file = "importlib_metadata-0.17.tar.gz", hash = "sha256:a9f185022cfa69e9ca5f7eabfd5a58b689894cb78a11e3c8c89398a8ccbb8e7f"},
|
|
]
|
|
ipaddress = [
|
|
{file = "ipaddress-1.0.22-py2.py3-none-any.whl", hash = "sha256:64b28eec5e78e7510698f6d4da08800a5c575caa4a286c93d651c5d3ff7b6794"},
|
|
{file = "ipaddress-1.0.22.tar.gz", hash = "sha256:b146c751ea45cad6188dd6cf2d9b757f6f4f8d6ffb96a023e6f2e26eea02a72c"},
|
|
]
|
|
ipy = [
|
|
{file = "IPy-1.00.tar.gz", hash = "sha256:2f2bf658a858d43868d8a4352b3889cf78c66e2ce678b300dcf518c9149ba621"},
|
|
]
|
|
itsdangerous = [
|
|
{file = "itsdangerous-1.1.0-py2.py3-none-any.whl", hash = "sha256:b12271b2047cb23eeb98c8b5622e2e5c5e9abd9784a153e9d8ef9cb4dd09d749"},
|
|
{file = "itsdangerous-1.1.0.tar.gz", hash = "sha256:321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19"},
|
|
]
|
|
jinja2 = [
|
|
{file = "Jinja2-2.10.1-py2.py3-none-any.whl", hash = "sha256:14dd6caf1527abb21f08f86c784eac40853ba93edb79552aa1e4b8aef1b61c7b"},
|
|
{file = "Jinja2-2.10.1.tar.gz", hash = "sha256:065c4f02ebe7f7cf559e49ee5a95fb800a9e4528727aec6f24402a5374c65013"},
|
|
]
|
|
kombu = [
|
|
{file = "kombu-4.6.0-py2.py3-none-any.whl", hash = "sha256:14997e6d76d36f2b296f57e37fd1d388e4e0159edea8368a8c6f4620a355a722"},
|
|
{file = "kombu-4.6.0.tar.gz", hash = "sha256:27345bb569eb6bb583bca27dfc0ef181ca6c59c40c6e203cecaa0aeca84360be"},
|
|
]
|
|
markupsafe = [
|
|
{file = "MarkupSafe-1.1.1-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:09027a7803a62ca78792ad89403b1b7a73a01c8cb65909cd876f7fcebd79b161"},
|
|
{file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:e249096428b3ae81b08327a63a485ad0878de3fb939049038579ac0ef61e17e7"},
|
|
{file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:500d4957e52ddc3351cabf489e79c91c17f6e0899158447047588650b5e69183"},
|
|
{file = "MarkupSafe-1.1.1-cp27-cp27m-win32.whl", hash = "sha256:b2051432115498d3562c084a49bba65d97cf251f5a331c64a12ee7e04dacc51b"},
|
|
{file = "MarkupSafe-1.1.1-cp27-cp27m-win_amd64.whl", hash = "sha256:98c7086708b163d425c67c7a91bad6e466bb99d797aa64f965e9d25c12111a5e"},
|
|
{file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:cd5df75523866410809ca100dc9681e301e3c27567cf498077e8551b6d20e42f"},
|
|
{file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:43a55c2930bbc139570ac2452adf3d70cdbb3cfe5912c71cdce1c2c6bbd9c5d1"},
|
|
{file = "MarkupSafe-1.1.1-cp34-cp34m-macosx_10_6_intel.whl", hash = "sha256:1027c282dad077d0bae18be6794e6b6b8c91d58ed8a8d89a89d59693b9131db5"},
|
|
{file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_i686.whl", hash = "sha256:62fe6c95e3ec8a7fad637b7f3d372c15ec1caa01ab47926cfdf7a75b40e0eac1"},
|
|
{file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:88e5fcfb52ee7b911e8bb6d6aa2fd21fbecc674eadd44118a9cc3863f938e735"},
|
|
{file = "MarkupSafe-1.1.1-cp34-cp34m-win32.whl", hash = "sha256:ade5e387d2ad0d7ebf59146cc00c8044acbd863725f887353a10df825fc8ae21"},
|
|
{file = "MarkupSafe-1.1.1-cp34-cp34m-win_amd64.whl", hash = "sha256:09c4b7f37d6c648cb13f9230d847adf22f8171b1ccc4d5682398e77f40309235"},
|
|
{file = "MarkupSafe-1.1.1-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:79855e1c5b8da654cf486b830bd42c06e8780cea587384cf6545b7d9ac013a0b"},
|
|
{file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:c8716a48d94b06bb3b2524c2b77e055fb313aeb4ea620c8dd03a105574ba704f"},
|
|
{file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:7c1699dfe0cf8ff607dbdcc1e9b9af1755371f92a68f706051cc8c37d447c905"},
|
|
{file = "MarkupSafe-1.1.1-cp35-cp35m-win32.whl", hash = "sha256:6dd73240d2af64df90aa7c4e7481e23825ea70af4b4922f8ede5b9e35f78a3b1"},
|
|
{file = "MarkupSafe-1.1.1-cp35-cp35m-win_amd64.whl", hash = "sha256:9add70b36c5666a2ed02b43b335fe19002ee5235efd4b8a89bfcf9005bebac0d"},
|
|
{file = "MarkupSafe-1.1.1-cp36-cp36m-macosx_10_6_intel.whl", hash = "sha256:24982cc2533820871eba85ba648cd53d8623687ff11cbb805be4ff7b4c971aff"},
|
|
{file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:00bc623926325b26bb9605ae9eae8a215691f33cae5df11ca5424f06f2d1f473"},
|
|
{file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:717ba8fe3ae9cc0006d7c451f0bb265ee07739daf76355d06366154ee68d221e"},
|
|
{file = "MarkupSafe-1.1.1-cp36-cp36m-win32.whl", hash = "sha256:535f6fc4d397c1563d08b88e485c3496cf5784e927af890fb3c3aac7f933ec66"},
|
|
{file = "MarkupSafe-1.1.1-cp36-cp36m-win_amd64.whl", hash = "sha256:b1282f8c00509d99fef04d8ba936b156d419be841854fe901d8ae224c59f0be5"},
|
|
{file = "MarkupSafe-1.1.1-cp37-cp37m-macosx_10_6_intel.whl", hash = "sha256:8defac2f2ccd6805ebf65f5eeb132adcf2ab57aa11fdf4c0dd5169a004710e7d"},
|
|
{file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:46c99d2de99945ec5cb54f23c8cd5689f6d7177305ebff350a58ce5f8de1669e"},
|
|
{file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:ba59edeaa2fc6114428f1637ffff42da1e311e29382d81b339c1817d37ec93c6"},
|
|
{file = "MarkupSafe-1.1.1-cp37-cp37m-win32.whl", hash = "sha256:b00c1de48212e4cc9603895652c5c410df699856a2853135b3967591e4beebc2"},
|
|
{file = "MarkupSafe-1.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:9bf40443012702a1d2070043cb6291650a0841ece432556f784f004937f0f32c"},
|
|
{file = "MarkupSafe-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:6788b695d50a51edb699cb55e35487e430fa21f1ed838122d722e0ff0ac5ba15"},
|
|
{file = "MarkupSafe-1.1.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:cdb132fc825c38e1aeec2c8aa9338310d29d337bebbd7baa06889d09a60a1fa2"},
|
|
{file = "MarkupSafe-1.1.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:13d3144e1e340870b25e7b10b98d779608c02016d5184cfb9927a9f10c689f42"},
|
|
{file = "MarkupSafe-1.1.1-cp38-cp38-win32.whl", hash = "sha256:596510de112c685489095da617b5bcbbac7dd6384aeebeda4df6025d0256a81b"},
|
|
{file = "MarkupSafe-1.1.1-cp38-cp38-win_amd64.whl", hash = "sha256:e8313f01ba26fbbe36c7be1966a7b7424942f670f38e666995b88d012765b9be"},
|
|
{file = "MarkupSafe-1.1.1.tar.gz", hash = "sha256:29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b"},
|
|
]
|
|
monotonic = [
|
|
{file = "monotonic-1.5-py2.py3-none-any.whl", hash = "sha256:552a91f381532e33cbd07c6a2655a21908088962bb8fa7239ecbcc6ad1140cc7"},
|
|
{file = "monotonic-1.5.tar.gz", hash = "sha256:23953d55076df038541e648a53676fb24980f7a1be290cdda21300b3bc21dfb0"},
|
|
]
|
|
more-itertools = [
|
|
{file = "more-itertools-7.0.0.tar.gz", hash = "sha256:c3e4748ba1aad8dba30a4886b0b1a2004f9a863837b8654e7059eebf727afa5a"},
|
|
{file = "more_itertools-7.0.0-py3-none-any.whl", hash = "sha256:2112d2ca570bb7c3e53ea1a35cd5df42bb0fd10c45f0fb97178679c3c03d64c7"},
|
|
]
|
|
mypy = [
|
|
{file = "mypy-0.501-py3-none-any.whl", hash = "sha256:077524310dded1e56e12ea3c1a082e4c4f92965c855996f1a1a378c8fd5ab4f8"},
|
|
{file = "mypy-0.501-py3-none-win32.whl", hash = "sha256:a0cb99edcaedb49086d31ae9c9fc509d5e857a7b5364a11a73f418aed306837a"},
|
|
{file = "mypy-0.501-py3-none-win_amd64.whl", hash = "sha256:3518720cd0eb1ec2da8ed0b049b601affdb577822e08a02028ca8d96db7f7566"},
|
|
{file = "mypy-0.501.tar.gz", hash = "sha256:1098ba0bc55b4f6cebdf35f1303be31107f2ae5a753f9aec28aaff2d701b8f98"},
|
|
]
|
|
ndg-httpsclient = [
|
|
{file = "ndg_httpsclient-0.5.1-py2-none-any.whl", hash = "sha256:d2c7225f6a1c6cf698af4ebc962da70178a99bcde24ee6d1961c4f3338130d57"},
|
|
{file = "ndg_httpsclient-0.5.1-py3-none-any.whl", hash = "sha256:dd174c11d971b6244a891f7be2b32ca9853d3797a72edb34fa5d7b07d8fff7d4"},
|
|
{file = "ndg_httpsclient-0.5.1.tar.gz", hash = "sha256:d72faed0376ab039736c2ba12e30695e2788c4aa569c9c3e3d72131de2592210"},
|
|
]
|
|
nose = [
|
|
{file = "nose-1.3.7-py2-none-any.whl", hash = "sha256:dadcddc0aefbf99eea214e0f1232b94f2fa9bd98fa8353711dacb112bfcbbb2a"},
|
|
{file = "nose-1.3.7-py3-none-any.whl", hash = "sha256:9ff7c6cc443f8c51994b34a667bbcf45afd6d945be7477b52e97516fd17c53ac"},
|
|
{file = "nose-1.3.7.tar.gz", hash = "sha256:f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98"},
|
|
]
|
|
oauth2client = [
|
|
{file = "oauth2client-4.1.3-py2.py3-none-any.whl", hash = "sha256:b8a81cc5d60e2d364f0b1b98f958dbd472887acaf1a5b05e21c28c31a2d6d3ac"},
|
|
{file = "oauth2client-4.1.3.tar.gz", hash = "sha256:d486741e451287f69568a4d26d70d9acd73a2bbfa275746c535b4209891cccc6"},
|
|
]
|
|
pillar = []
|
|
pillar-devdeps = []
|
|
pillarsdk = []
|
|
pillow = [
|
|
{file = "Pillow-6.0.0-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:74d90d499c9c736d52dd6d9b7221af5665b9c04f1767e35f5dd8694324bd4601"},
|
|
{file = "Pillow-6.0.0-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:15c056bfa284c30a7f265a41ac4cbbc93bdbfc0dfe0613b9cb8a8581b51a9e55"},
|
|
{file = "Pillow-6.0.0-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:8c3889c7681af77ecfa4431cd42a2885d093ecb811e81fbe5e203abc07e0995b"},
|
|
{file = "Pillow-6.0.0-cp27-cp27m-win32.whl", hash = "sha256:1a4e06ba4f74494ea0c58c24de2bb752818e9d504474ec95b0aa94f6b0a7e479"},
|
|
{file = "Pillow-6.0.0-cp27-cp27m-win_amd64.whl", hash = "sha256:c4c78e2c71c257c136cdd43869fd3d5e34fc2162dc22e4a5406b0ebe86958239"},
|
|
{file = "Pillow-6.0.0-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:b7ebd36128a2fe93991293f997e44be9286503c7530ace6a55b938b20be288d8"},
|
|
{file = "Pillow-6.0.0-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:cf0a2e040fdf5a6d95f4c286c6ef1df6b36c218b528c8a9158ec2452a804b9b8"},
|
|
{file = "Pillow-6.0.0-cp35-cp35m-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:9218d81b9fca98d2c47d35d688a0cea0c42fd473159dfd5612dcb0483c63e40b"},
|
|
{file = "Pillow-6.0.0-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:1c3c707c76be43c9e99cb7e3d5f1bee1c8e5be8b8a2a5eeee665efbf8ddde91a"},
|
|
{file = "Pillow-6.0.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:c6a842537f887be1fe115d8abb5daa9bc8cc124e455ff995830cc785624a97af"},
|
|
{file = "Pillow-6.0.0-cp35-cp35m-win32.whl", hash = "sha256:dca5660e25932771460d4688ccbb515677caaf8595f3f3240ec16c117deff89a"},
|
|
{file = "Pillow-6.0.0-cp35-cp35m-win_amd64.whl", hash = "sha256:46aa988e15f3ea72dddd81afe3839437b755fffddb5e173886f11460be909dce"},
|
|
{file = "Pillow-6.0.0-cp36-cp36m-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:258d886a49b6b058cd7abb0ab4b2b85ce78669a857398e83e8b8e28b317b5abb"},
|
|
{file = "Pillow-6.0.0-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:e6c0bbf8e277b74196e3140c35f9a1ae3eafd818f7f2d3a15819c49135d6c062"},
|
|
{file = "Pillow-6.0.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:33c79b6dd6bc7f65079ab9ca5bebffb5f5d1141c689c9c6a7855776d1b09b7e8"},
|
|
{file = "Pillow-6.0.0-cp36-cp36m-win32.whl", hash = "sha256:44e5240e8f4f8861d748f2a58b3f04daadab5e22bfec896bf5434745f788f33f"},
|
|
{file = "Pillow-6.0.0-cp36-cp36m-win_amd64.whl", hash = "sha256:3c1884ff078fb8bf5f63d7d86921838b82ed4a7d0c027add773c2f38b3168754"},
|
|
{file = "Pillow-6.0.0-cp37-cp37m-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:cfd28aad6fc61f7a5d4ee556a997dc6e5555d9381d1390c00ecaf984d57e4232"},
|
|
{file = "Pillow-6.0.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:1fd0b290203e3b0882d9605d807b03c0f47e3440f97824586c173eca0aadd99d"},
|
|
{file = "Pillow-6.0.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:367385fc797b2c31564c427430c7a8630db1a00bd040555dfc1d5c52e39fcd72"},
|
|
{file = "Pillow-6.0.0-cp37-cp37m-win32.whl", hash = "sha256:24114e4a6e1870c5a24b1da8f60d0ba77a0b4027907860188ea82bd3508c80eb"},
|
|
{file = "Pillow-6.0.0-cp37-cp37m-win_amd64.whl", hash = "sha256:9aa4f3827992288edd37c9df345783a69ef58bd20cc02e64b36e44bcd157bbf1"},
|
|
{file = "Pillow-6.0.0-pp271-pypy_41-win32.whl", hash = "sha256:de7aedc85918c2f887886442e50f52c1b93545606317956d65f342bd81cb4fc3"},
|
|
{file = "Pillow-6.0.0-pp370-pp370-win32.whl", hash = "sha256:9d80f44137a70b6f84c750d11019a3419f409c944526a95219bea0ac31f4dd91"},
|
|
{file = "Pillow-6.0.0-pp372-pp372-win32.whl", hash = "sha256:85d1ef2cdafd5507c4221d201aaf62fc9276f8b0f71bd3933363e62a33abc734"},
|
|
{file = "Pillow-6.0.0-py2.7-win-amd64.egg", hash = "sha256:c5472ea3945e8f9eb0659f37fc1f592fd06f4f725f0f03774a8999ad8c130334"},
|
|
{file = "Pillow-6.0.0-py2.7-win32.egg", hash = "sha256:09c4e81c3277199898e8dc2d85d94febad87c41251ecbd447ba7d64d94765bd8"},
|
|
{file = "Pillow-6.0.0-py3.5-win-amd64.egg", hash = "sha256:2734c55f7d054b0ad889c971136cbb0a5b35a921e27beaa44fdc2436af529c6e"},
|
|
{file = "Pillow-6.0.0-py3.5-win32.egg", hash = "sha256:492e1e4df823b57f9334f591c78a1e0e65a361e92594534e0568eeeeea56bbba"},
|
|
{file = "Pillow-6.0.0-py3.6-win-amd64.egg", hash = "sha256:9319215530e236822169cbe92426cdc18d16b88c943fdf365a6309a89876e335"},
|
|
{file = "Pillow-6.0.0-py3.6-win32.egg", hash = "sha256:2ac36ec56727a95bd5a04dfca6abce1db8042c31ee73b65796a42f31fd52d009"},
|
|
{file = "Pillow-6.0.0-py3.7-win-amd64.egg", hash = "sha256:96ec275c83bf839972d6a7dd7d685fdfb6a3233c3c382ecff839d04e7d53955d"},
|
|
{file = "Pillow-6.0.0-py3.7-win32.egg", hash = "sha256:c30857e1fbf7d4a4b79d7d376eefaf293ea4307b8293d00a62e6f517f51bfe9b"},
|
|
{file = "Pillow-6.0.0.tar.gz", hash = "sha256:809c0a2ce9032cbcd7b5313f71af4bdc5c8c771cb86eb7559afd954cab82ebb5"},
|
|
{file = "Pillow-6.0.0.win-amd64-py2.7.exe", hash = "sha256:0683e80d81e840d401b687ebc00a02bbb23d0793c34d0852a5af64cfa1589540"},
|
|
{file = "Pillow-6.0.0.win-amd64-py3.5.exe", hash = "sha256:0ee74a23022af9baf997e3016b4e090e4ff08688d37a6f49010338ab46cfe101"},
|
|
{file = "Pillow-6.0.0.win-amd64-py3.6.exe", hash = "sha256:50fb9e25d25cfcb50b2e6842c4e104e4f0b424be4624e1724532bf005c67589a"},
|
|
{file = "Pillow-6.0.0.win-amd64-py3.7.exe", hash = "sha256:5ceadd60dbd1e56ab7faffbfee1df5ecb83c3f0420e47f652cd5306d70eb0296"},
|
|
{file = "Pillow-6.0.0.win32-py2.7.exe", hash = "sha256:d0fd1ec2e7c3e0aeaae999efe83f5d0f42c1160a1f8be5120d40857d20baa452"},
|
|
{file = "Pillow-6.0.0.win32-py3.5.exe", hash = "sha256:10860baedfe5da7c43cd17835b091494dcc59dda5ad176a011713fe398ea6ac2"},
|
|
{file = "Pillow-6.0.0.win32-py3.6.exe", hash = "sha256:7eeac51fc37e6b19631a4b8e38b8261a074efcf7cc27fc16a6bee4697af7aaa5"},
|
|
{file = "Pillow-6.0.0.win32-py3.7.exe", hash = "sha256:2bc1002b573d107c0b172a5da0f34b4900b2ddc6c3296b82d601e966d5ac1959"},
|
|
]
|
|
pluggy = [
|
|
{file = "pluggy-0.12.0-py2.py3-none-any.whl", hash = "sha256:b9817417e95936bf75d85d3f8767f7df6cdde751fc40aed3bb3074cbcb77757c"},
|
|
{file = "pluggy-0.12.0.tar.gz", hash = "sha256:0825a152ac059776623854c1543d65a4ad408eb3d33ee114dff91e57ec6ae6fc"},
|
|
]
|
|
ply = [
|
|
{file = "ply-3.8.tar.gz", hash = "sha256:e7d1bdff026beb159c9942f7a17e102c375638d9478a7ecd4cc0c76afd8de0b8"},
|
|
]
|
|
protobuf = [
|
|
{file = "protobuf-3.8.0-cp27-cp27m-macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:358710fd0db25372edcf1150fa691f48376a134a6c69ce29f38f185eea7699e6"},
|
|
{file = "protobuf-3.8.0-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:41e47198b94c27ba05a08b4a95160656105745c462af574e4bcb0807164065c0"},
|
|
{file = "protobuf-3.8.0-cp34-cp34m-macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:cd98476ce7bb4dcd6a7b101f5eecdc073dafea19f311e36eb8fba1a349346277"},
|
|
{file = "protobuf-3.8.0-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:cb95068492ba0859b8c9e61fa8ba206a83c64e5d0916fb4543700b2e2b214115"},
|
|
{file = "protobuf-3.8.0-cp35-cp35m-macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:e3c96056eb5b7284a20e256cb0bf783c8f36ad82a4ae5434a7b7cd02384144a7"},
|
|
{file = "protobuf-3.8.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:03f43eac9d5b651f976e91cf46a25b75e5779d98f0f4114b0abfed83376d75f8"},
|
|
{file = "protobuf-3.8.0-cp35-cp35m-win32.whl", hash = "sha256:2d2a9f30f61f4063fadd7fb68a2510a6939b43c0d6ceeec5c4704f22225da28e"},
|
|
{file = "protobuf-3.8.0-cp35-cp35m-win_amd64.whl", hash = "sha256:dcbb59eac73fd454e8f2c5fba9e3d3320fd4707ed6a9d3ea3717924a6f0903ea"},
|
|
{file = "protobuf-3.8.0-cp36-cp36m-macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:0c94b21e6de01362f91a86b372555d22a60b59708599ca9d5032ae9fdf8e3538"},
|
|
{file = "protobuf-3.8.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:a6eebc4db759e58fdac02efcd3028b811effac881d8a5bad1996e4e8ee6acb47"},
|
|
{file = "protobuf-3.8.0-cp36-cp36m-win32.whl", hash = "sha256:f6de8a7d6122297b81566e5bd4df37fd5d62bec14f8f90ebff8ede1c9726cd0a"},
|
|
{file = "protobuf-3.8.0-cp36-cp36m-win_amd64.whl", hash = "sha256:ce64cfbea18c535176bdaa10ba740c0fc4c6d998a3f511c17bedb0ae4b3b167c"},
|
|
{file = "protobuf-3.8.0-cp37-cp37m-macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:f612d584d7a27e2f39e7b17878430a959c1bc09a74ba09db096b468558e5e126"},
|
|
{file = "protobuf-3.8.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:34a0b05fca061e4abb77dd180209f68d8637115ff319f51e28a6a9382d69853a"},
|
|
{file = "protobuf-3.8.0-cp37-cp37m-win32.whl", hash = "sha256:fa529d9261682b24c2aaa683667253175c9acebe0a31105394b221090da75832"},
|
|
{file = "protobuf-3.8.0-cp37-cp37m-win_amd64.whl", hash = "sha256:a9c12f7c98093da0a46ba76ec40ace725daa1ac4038c41e4b1466afb5c45bb01"},
|
|
{file = "protobuf-3.8.0-py2.7.egg", hash = "sha256:3761ab21883f1d3add8643413b326a0026776879b13ecf904e1e05fe18532c03"},
|
|
{file = "protobuf-3.8.0-py2.py3-none-any.whl", hash = "sha256:dd67f34458ae716029e2a71ede998e9092493b62a519236ca52e3c5202096c87"},
|
|
{file = "protobuf-3.8.0.tar.gz", hash = "sha256:8c61cc8a76e9d381c665aecc5105fa0f1878cf7db8b5cd17202603bcb386d0fc"},
|
|
]
|
|
py = [
|
|
{file = "py-1.8.0-py2.py3-none-any.whl", hash = "sha256:64f65755aee5b381cea27766a3a147c3f15b9b6b9ac88676de66ba2ae36793fa"},
|
|
{file = "py-1.8.0.tar.gz", hash = "sha256:dc639b046a6e2cff5bbe40194ad65936d6ba360b52b3c3fe1d08a82dd50b5e53"},
|
|
]
|
|
pyasn1 = [
|
|
{file = "pyasn1-0.4.5-py2.4.egg", hash = "sha256:8ec20f61483764de281e0b4aba7d12716189700debcfa9e7935780850bf527f3"},
|
|
{file = "pyasn1-0.4.5-py2.5.egg", hash = "sha256:b06c0cfd708b806ea025426aace45551f91ea7f557e0c2d4fbd9a4b346873ce0"},
|
|
{file = "pyasn1-0.4.5-py2.6.egg", hash = "sha256:061442c60842f6d11051d4fdae9bc197b64bd41573a12234a753a0cb80b4f30b"},
|
|
{file = "pyasn1-0.4.5-py2.7.egg", hash = "sha256:98d97a1833a29ca61cd04a60414def8f02f406d732f9f0bcb49f769faff1b699"},
|
|
{file = "pyasn1-0.4.5-py2.py3-none-any.whl", hash = "sha256:da6b43a8c9ae93bc80e2739efb38cc776ba74a886e3e9318d65fe81a8b8a2c6e"},
|
|
{file = "pyasn1-0.4.5-py3.1.egg", hash = "sha256:79b336b073a52fa3c3d8728e78fa56b7d03138ef59f44084de5f39650265b5ff"},
|
|
{file = "pyasn1-0.4.5-py3.2.egg", hash = "sha256:5f9fb05c33e53b9a6ee3b1ed1d292043f83df465852bec876e93b47fd2df7eed"},
|
|
{file = "pyasn1-0.4.5-py3.3.egg", hash = "sha256:0ee2449bf4c4e535823acc25624c45a8b454f328d59d3f3eeb82d3567100b9bd"},
|
|
{file = "pyasn1-0.4.5-py3.4.egg", hash = "sha256:65201d28e081f690a32401e6253cca4449ccacc8f3988e811fae66bd822910ee"},
|
|
{file = "pyasn1-0.4.5-py3.5.egg", hash = "sha256:d14d05984581770333731690f5453efd4b82e1e5d824a1d7976b868a2e5c38e8"},
|
|
{file = "pyasn1-0.4.5-py3.6.egg", hash = "sha256:b00d7bfb6603517e189d1ad76967c7e805139f63e43096e5f871d1277f50aea5"},
|
|
{file = "pyasn1-0.4.5-py3.7.egg", hash = "sha256:9458d0273f95d035de4c0d5e0643f25daba330582cc71bb554fe6969c015042a"},
|
|
{file = "pyasn1-0.4.5.tar.gz", hash = "sha256:da2420fe13a9452d8ae97a0e478adde1dee153b11ba832a95b223a2ba01c10f7"},
|
|
]
|
|
pyasn1-modules = [
|
|
{file = "pyasn1-modules-0.2.5.tar.gz", hash = "sha256:ef721f68f7951fab9b0404d42590f479e30d9005daccb1699b0a51bb4177db96"},
|
|
{file = "pyasn1_modules-0.2.5-py2.4.egg", hash = "sha256:230730c6e63d283df75459b1b791d73648f801fd46ffcc9eb1abd16c67dfa3a6"},
|
|
{file = "pyasn1_modules-0.2.5-py2.5.egg", hash = "sha256:490ed2974883c6e3d0ee53f53b32427f29ea030345c11d690788d1ed31ed666b"},
|
|
{file = "pyasn1_modules-0.2.5-py2.6.egg", hash = "sha256:e980f089e3ec8116d6a5154c80f002ca941ad3446b5048a5b6d225f24ded85bb"},
|
|
{file = "pyasn1_modules-0.2.5-py2.7.egg", hash = "sha256:d1c66c80615ee74b1f3867d31b14e81f5f961a0e1afe5429838f21b5065d0161"},
|
|
{file = "pyasn1_modules-0.2.5-py2.py3-none-any.whl", hash = "sha256:f309b6c94724aeaf7ca583feb1cc70430e10d7551de5e36edfc1ae6909bcfb3c"},
|
|
{file = "pyasn1_modules-0.2.5-py3.1.egg", hash = "sha256:49663b587853cd8783427d2fd115c862916bdd3c01656a8110ecd1950699e28f"},
|
|
{file = "pyasn1_modules-0.2.5-py3.2.egg", hash = "sha256:4df864e4dd01e600ffe280191a6630bb5b86d46382c1bcec4d03a700cb35c8b9"},
|
|
{file = "pyasn1_modules-0.2.5-py3.3.egg", hash = "sha256:e573fcf31e72c2ede48a58c8559fe9083cd007623c99a3eaf0c8f5719c09a2f8"},
|
|
{file = "pyasn1_modules-0.2.5-py3.4.egg", hash = "sha256:f01c6899938f635b2ff4d158e760625416e20f03c612cfc9da7e97798c84e916"},
|
|
{file = "pyasn1_modules-0.2.5-py3.5.egg", hash = "sha256:27f09b212203f820bc982937bd41952e856610dbd7c48d9366e8e63a551824c8"},
|
|
{file = "pyasn1_modules-0.2.5-py3.6.egg", hash = "sha256:6eeef742c31e285c23ebef32d8e0fee5e4ee1a563bb5171684621165b7e65627"},
|
|
{file = "pyasn1_modules-0.2.5-py3.7.egg", hash = "sha256:d7aa971a8cd79482ec5ae98705b54fdfaf834c24ed93ebc83f422c7700412b47"},
|
|
]
|
|
pycparser = [
|
|
{file = "pycparser-2.19.tar.gz", hash = "sha256:a988718abfad80b6b157acce7bf130a30876d27603738ac39f140993246b25b3"},
|
|
]
|
|
pyjwt = [
|
|
{file = "PyJWT-1.7.1-py2.py3-none-any.whl", hash = "sha256:5c6eca3c2940464d106b99ba83b00c6add741c9becaec087fb7ccdefea71350e"},
|
|
{file = "PyJWT-1.7.1.tar.gz", hash = "sha256:8d59a976fb773f3e6a39c85636357c4f0e242707394cadadd9814f5cbaa20e96"},
|
|
]
|
|
pymongo = [
|
|
{file = "pymongo-3.8.0-cp27-cp27m-macosx_10_13_intel.whl", hash = "sha256:5ed9382410e938b0ff76041c34018210504729a83bcf4f6a70c7092c28169f6f"},
|
|
{file = "pymongo-3.8.0-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:aef7d88384ada699976350a285c7a333f96ebc959e98e7d2c98589f47bbf3b7f"},
|
|
{file = "pymongo-3.8.0-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:a8421f0823174888fb12a5fa675322e756499d71e77ff712b4412d4b8f3c6503"},
|
|
{file = "pymongo-3.8.0-cp27-cp27m-win32.whl", hash = "sha256:6e04e496af7d156b66cce70460011c621ecbadf5dcdce325c7acbb3cd6ea245d"},
|
|
{file = "pymongo-3.8.0-cp27-cp27m-win_amd64.whl", hash = "sha256:324b22a8443e11faca44c96b20e7ec8a9e59a1e664457edeeb4f796080b31cde"},
|
|
{file = "pymongo-3.8.0-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:cee2fc0b94e66e7230da12fc4b3d34793c49957e16ee04f6468a94e264a1e41d"},
|
|
{file = "pymongo-3.8.0-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:32421df60d06f479d71b6b539642e410ece3006e8910688e68df962c8eb40a21"},
|
|
{file = "pymongo-3.8.0-cp34-cp34m-macosx_10_6_intel.whl", hash = "sha256:c1db85c39e6a60588f855dbc7bd68fb0dab796096148ab5aa4abecaff19e1c6e"},
|
|
{file = "pymongo-3.8.0-cp34-cp34m-manylinux1_i686.whl", hash = "sha256:cf1dea28379a16b23e47db312883f07b3ba8d9d6abc1c59e51d4c8ae1820ab43"},
|
|
{file = "pymongo-3.8.0-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:854e8425e5eb775ccfffad04ecd094c99923d60a2c2d49babb5c435e836a91fa"},
|
|
{file = "pymongo-3.8.0-cp34-cp34m-win32.whl", hash = "sha256:9ea016c2c011df21f77c1f806ce45129a344ba2d414bd50f9e065b13a4a134be"},
|
|
{file = "pymongo-3.8.0-cp34-cp34m-win_amd64.whl", hash = "sha256:d1cd175df7c8b5fc976bade78bf4d9fb5aa7ab465c0f59931e380bbe188ef8fc"},
|
|
{file = "pymongo-3.8.0-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:47473b70c5f3cd5ddd2c49ab3b9ceafdafbbed5bc963f147df22a9343d7978f5"},
|
|
{file = "pymongo-3.8.0-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:4a65f0f71ece86c860d30a1436b646db8ea32aec518845ef2903ca569faec32e"},
|
|
{file = "pymongo-3.8.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:530621906c5dd6d27305b39c4e017701e5f4299aa68b93cde70eb985f94ca26f"},
|
|
{file = "pymongo-3.8.0-cp35-cp35m-win32.whl", hash = "sha256:49375839af76834e9c5c3cc78c78386873fd0b2ad9a0860a7dc4ec9fe73af9dd"},
|
|
{file = "pymongo-3.8.0-cp35-cp35m-win_amd64.whl", hash = "sha256:fcb9ae8aa9158106c5d98a4349ec0d90b68f052d620b2d24622ba03b91e4d81d"},
|
|
{file = "pymongo-3.8.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:54f4770b5810e8dc3cbeed675874195f02bb2bc4e95a9d665068edfb3baff4f7"},
|
|
{file = "pymongo-3.8.0-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:9569796d48498e4db4e1d56284b626a8ed15f641ce3a8b2085f06bb03f4c2c88"},
|
|
{file = "pymongo-3.8.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:61e8e1c58b4fdf47ab79b7c7db8bb022c1e40b3b5fcbbaeea5fc94dc5c75638d"},
|
|
{file = "pymongo-3.8.0-cp36-cp36m-win32.whl", hash = "sha256:460b224681ea711e48e3638d15be2249024031b7dcb9622ba19c2e85bd5a26cc"},
|
|
{file = "pymongo-3.8.0-cp36-cp36m-win_amd64.whl", hash = "sha256:4505ff8b7923dd7a8bed1bf25c9c4d0df5ab0b8b2821f2296533f2149a55f401"},
|
|
{file = "pymongo-3.8.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:b4d7ff9957ee770cf03bd7156a68a2f2e838e60712d9608eadc8741c15d01e72"},
|
|
{file = "pymongo-3.8.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:7ef89ec435e89da902451dde6845066fe2770befaf0301fe2a1ac426b51fced3"},
|
|
{file = "pymongo-3.8.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:d48a94edf3cdd34524936a72ea01b352682b337f33a42db10ba29a96c37147d3"},
|
|
{file = "pymongo-3.8.0-cp37-cp37m-win32.whl", hash = "sha256:d9cc103a4e97f78bc77a1d72759ab3722f6cdf0374ad4fb4b0c53bd3238bdf98"},
|
|
{file = "pymongo-3.8.0-cp37-cp37m-win_amd64.whl", hash = "sha256:61cad83637ae12c1c825130d7f9325cd6c162e3a64e8747a8144866020be3ff4"},
|
|
{file = "pymongo-3.8.0-py2.7-macosx-10.13-intel.egg", hash = "sha256:3b6336b1d2a1ac2fcc8f629070016f3c76ad7dc969f269232471953d6dd17c0d"},
|
|
{file = "pymongo-3.8.0-py2.7-win-amd64.egg", hash = "sha256:74838f04da0b3995b830fe1f00f9b200831582cbc42a22b77e04dfb717cb0d56"},
|
|
{file = "pymongo-3.8.0-py2.7-win32.egg", hash = "sha256:c3e813b1bd0b883639e30170dc9daccb9b6ef7e81836188b88d3fc7364892b35"},
|
|
{file = "pymongo-3.8.0.tar.gz", hash = "sha256:9d50c99c6388863cbfdc5db9bad62e3a7c2e5fc151554a07c7f3c2530334a34f"},
|
|
]
|
|
pyopenssl = [
|
|
{file = "pyOpenSSL-19.0.0-py2.py3-none-any.whl", hash = "sha256:c727930ad54b10fc157015014b666f2d8b41f70c0d03e83ab67624fd3dd5d1e6"},
|
|
{file = "pyOpenSSL-19.0.0.tar.gz", hash = "sha256:aeca66338f6de19d1aa46ed634c3b9ae519a64b458f8468aec688e7e3c20f200"},
|
|
]
|
|
pytest = [
|
|
{file = "pytest-4.4.2-py2.py3-none-any.whl", hash = "sha256:136632a40451162cdfc18fe4d7ecc5d169b558a3d4bbb1603d4005308a42fd03"},
|
|
{file = "pytest-4.4.2.tar.gz", hash = "sha256:62b129bf8368554ca7a942cbdb57ea26aafef46cc65bc317cdac3967e54483a3"},
|
|
]
|
|
pytest-cov = [
|
|
{file = "pytest-cov-2.7.1.tar.gz", hash = "sha256:e00ea4fdde970725482f1f35630d12f074e121a23801aabf2ae154ec6bdd343a"},
|
|
{file = "pytest_cov-2.7.1-py2.py3-none-any.whl", hash = "sha256:2b097cde81a302e1047331b48cadacf23577e431b61e9c6f49a1170bbe3d3da6"},
|
|
]
|
|
python-dateutil = [
|
|
{file = "python-dateutil-2.8.1.tar.gz", hash = "sha256:73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c"},
|
|
{file = "python_dateutil-2.8.1-py2.py3-none-any.whl", hash = "sha256:75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a"},
|
|
]
|
|
pytz = [
|
|
{file = "pytz-2019.1-py2.py3-none-any.whl", hash = "sha256:303879e36b721603cc54604edcac9d20401bdbe31e1e4fdee5b9f98d5d31dfda"},
|
|
{file = "pytz-2019.1.tar.gz", hash = "sha256:d747dd3d23d77ef44c6a3526e274af6efeb0a6f1afd5a69ba4d5be4098c8e141"},
|
|
]
|
|
rauth = [
|
|
{file = "rauth-0.7.3-py2-none-any.whl", hash = "sha256:b18590fbd77bc3d871936bbdb851377d1b0c08e337b219c303f8fc2b5a42ef2d"},
|
|
{file = "rauth-0.7.3.tar.gz", hash = "sha256:524cdbc1c28560eacfc9a9d40c59525eb8d00fdf07fbad86107ea24411477b0a"},
|
|
]
|
|
raven = [
|
|
{file = "raven-6.10.0-py2.py3-none-any.whl", hash = "sha256:44a13f87670836e153951af9a3c80405d36b43097db869a36e92809673692ce4"},
|
|
{file = "raven-6.10.0.tar.gz", hash = "sha256:3fa6de6efa2493a7c827472e984ce9b020797d0da16f1db67197bcc23c8fae54"},
|
|
]
|
|
redis = [
|
|
{file = "redis-3.2.1-py2.py3-none-any.whl", hash = "sha256:6946b5dca72e86103edc8033019cc3814c031232d339d5f4533b02ea85685175"},
|
|
{file = "redis-3.2.1.tar.gz", hash = "sha256:8ca418d2ddca1b1a850afa1680a7d2fd1f3322739271de4b704e0d4668449273"},
|
|
]
|
|
requests = [
|
|
{file = "requests-2.22.0-py2.py3-none-any.whl", hash = "sha256:9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31"},
|
|
{file = "requests-2.22.0.tar.gz", hash = "sha256:11e007a8a2aa0323f5a921e9e6a2d7e4e67d9877e85773fba9ba6419025cbeb4"},
|
|
]
|
|
responses = [
|
|
{file = "responses-0.10.6-py2.py3-none-any.whl", hash = "sha256:97193c0183d63fba8cd3a041c75464e4b09ea0aff6328800d1546598567dde0b"},
|
|
{file = "responses-0.10.6.tar.gz", hash = "sha256:502d9c0c8008439cfcdef7e251f507fcfdd503b56e8c0c87c3c3e3393953f790"},
|
|
]
|
|
rsa = [
|
|
{file = "rsa-4.0-py2.py3-none-any.whl", hash = "sha256:14ba45700ff1ec9eeb206a2ce76b32814958a98e372006c8fb76ba820211be66"},
|
|
{file = "rsa-4.0.tar.gz", hash = "sha256:1a836406405730121ae9823e19c6e806c62bbad73f890574fff50efa4122c487"},
|
|
]
|
|
shortcodes = [
|
|
{file = "shortcodes-2.5.0.tar.gz", hash = "sha256:392e2ae94e5de68eb0ee9a94716286a86b9225a7c83a1d537b042ed45de02a8d"},
|
|
]
|
|
simplejson = [
|
|
{file = "simplejson-3.16.0-cp27-cp27m-macosx_10_12_x86_64.whl", hash = "sha256:6c3258ffff58712818a233b9737fe4be943d306c40cf63d14ddc82ba563f483a"},
|
|
{file = "simplejson-3.16.0-cp27-cp27m-win32.whl", hash = "sha256:2fc546e6af49fb45b93bbe878dea4c48edc34083729c0abd09981fe55bdf7f91"},
|
|
{file = "simplejson-3.16.0-cp27-cp27m-win_amd64.whl", hash = "sha256:3b919fc9cf508f13b929a9b274c40786036b31ad28657819b3b9ba44ba651f50"},
|
|
{file = "simplejson-3.16.0-cp33-cp33m-win32.whl", hash = "sha256:3af610ee72efbe644e19d5eaad575c73fb83026192114e5f6719f4901097fce2"},
|
|
{file = "simplejson-3.16.0-cp33-cp33m-win_amd64.whl", hash = "sha256:fb2530b53c28f0d4d84990e945c2ebb470edb469d63e389bf02ff409012fe7c5"},
|
|
{file = "simplejson-3.16.0-cp34-cp34m-win32.whl", hash = "sha256:37e685986cf6f8144607f90340cff72d36acf654f3653a6c47b84c5c38d00df7"},
|
|
{file = "simplejson-3.16.0-cp34-cp34m-win_amd64.whl", hash = "sha256:ee9625fc8ee164902dfbb0ff932b26df112da9f871c32f0f9c1bcf20c350fe2a"},
|
|
{file = "simplejson-3.16.0-cp35-cp35m-macosx_10_12_x86_64.whl", hash = "sha256:354fa32b02885e6dae925f1b5bbf842c333c1e11ea5453ddd67309dc31fdb40a"},
|
|
{file = "simplejson-3.16.0-cp35-cp35m-win32.whl", hash = "sha256:3dd289368bbd064974d9a5961101f080e939cbe051e6689a193c99fb6e9ac89b"},
|
|
{file = "simplejson-3.16.0-cp35-cp35m-win_amd64.whl", hash = "sha256:067a7177ddfa32e1483ba5169ebea1bc2ea27f224853211ca669325648ca5642"},
|
|
{file = "simplejson-3.16.0-cp36-cp36m-win_amd64.whl", hash = "sha256:75e3f0b12c28945c08f54350d91e624f8dd580ab74fd4f1bbea54bc6b0165610"},
|
|
{file = "simplejson-3.16.0.tar.gz", hash = "sha256:b1f329139ba647a9548aa05fb95d046b4a677643070dc2afc05fa2e975d09ca5"},
|
|
{file = "simplejson-3.16.0.win-amd64-py2.7.exe", hash = "sha256:495511fe5f10ccf4e3ed4fc0c48318f533654db6c47ecbc970b4ed215c791968"},
|
|
{file = "simplejson-3.16.0.win-amd64-py3.3.exe", hash = "sha256:d8e238f20bcf70063ee8691d4a72162bcec1f4c38f83c93e6851e72ad545dabb"},
|
|
{file = "simplejson-3.16.0.win-amd64-py3.4.exe", hash = "sha256:feadb95170e45f439455354904768608e356c5b174ca30b3d11b0e3f24b5c0df"},
|
|
{file = "simplejson-3.16.0.win-amd64-py3.5.exe", hash = "sha256:65b41a5cda006cfa7c66eabbcf96aa704a6be2a5856095b9e2fd8c293bad2b46"},
|
|
{file = "simplejson-3.16.0.win-amd64-py3.6.exe", hash = "sha256:c206f47cbf9f32b573c9885f0ec813d2622976cf5effcf7e472344bc2e020ac1"},
|
|
{file = "simplejson-3.16.0.win32-py2.7.exe", hash = "sha256:491de7acc423e871a814500eb2dcea8aa66c4a4b1b4825d18f756cdf58e370cb"},
|
|
{file = "simplejson-3.16.0.win32-py3.3.exe", hash = "sha256:79b129fe65fdf3765440f7a73edaffc89ae9e7885d4e2adafe6aa37913a00fbb"},
|
|
{file = "simplejson-3.16.0.win32-py3.4.exe", hash = "sha256:2b8cb601d9ba0381499db719ccc9dfbb2fbd16013f5ff096b1a68a4775576a04"},
|
|
{file = "simplejson-3.16.0.win32-py3.5.exe", hash = "sha256:2c139daf167b96f21542248f8e0a06596c9b9a7a41c162cc5c9ee9f3833c93cd"},
|
|
]
|
|
six = [
|
|
{file = "six-1.12.0-py2.py3-none-any.whl", hash = "sha256:3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c"},
|
|
{file = "six-1.12.0.tar.gz", hash = "sha256:d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73"},
|
|
]
|
|
svn = [
|
|
{file = "svn-0.3.46.tar.gz", hash = "sha256:4a16b3ef99e19f357be43913fdccb731914ef2126d3a715cfd6d5097cdbfec8d"},
|
|
]
|
|
svnman = []
|
|
typed-ast = [
|
|
{file = "typed-ast-1.0.4.tar.gz", hash = "sha256:73f09aac0119f6664a3f471a1ec1c9b719f572bc9212913cea96a78b22c2e96e"},
|
|
{file = "typed_ast-1.0.4-cp33-cp33m-manylinux1_i686.whl", hash = "sha256:ccd7ead8df5b2ca8b35e53a45302e5b4ae1ec271101a470a1d3ff49045d0bd01"},
|
|
{file = "typed_ast-1.0.4-cp33-cp33m-manylinux1_x86_64.whl", hash = "sha256:e405d6803050ea1aa1a60990b0fb7a7c6eeed3cb7a67ae7a027b72b106f1c8c3"},
|
|
{file = "typed_ast-1.0.4-cp34-cp34m-manylinux1_i686.whl", hash = "sha256:5d817a60ca3bc13c5edf750a7fbfce87ca6754f9f7549b5be663c9d847aca2d7"},
|
|
{file = "typed_ast-1.0.4-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:3c75a01638d961f282ab34841fbdfffc950beb03f0675b2d15b4030253a9cae2"},
|
|
{file = "typed_ast-1.0.4-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:929ee73294bd12b7726d0a4a05be98439e14c65057853e973c7560fd6446b7c2"},
|
|
{file = "typed_ast-1.0.4-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:29451952e2036e78908e42dd5857fb1b2cddb5c57ea84dc4573ca4760e160a5c"},
|
|
{file = "typed_ast-1.0.4-cp35-cp35m-win32.whl", hash = "sha256:01a8bf369defc49b7ccc7bac61f6eff866d56f38eed0344c205376b55cc2e4fa"},
|
|
{file = "typed_ast-1.0.4-cp35-cp35m-win_amd64.whl", hash = "sha256:ee59e4eebd6a918a0068947d6c837ce692e0a5872e2fb94115f89b1f5baeed89"},
|
|
{file = "typed_ast-1.0.4-cp36-cp36m-macosx_10_11_x86_64.whl", hash = "sha256:f2be992eae010b93b065e9b69b1692ec368aa86de2e3f3cf060cb85673428fc5"},
|
|
{file = "typed_ast-1.0.4-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:55a50837751d6ec53f1b427d2af35b23fcebf260f8235d3ebe0a0086dbdc51d3"},
|
|
{file = "typed_ast-1.0.4-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:5a3f8b5a6cd4957c1173ba7d7d7787f9772678e735adf2ce2b61c35300c02552"},
|
|
{file = "typed_ast-1.0.4-cp36-cp36m-win32.whl", hash = "sha256:b1cf176673be4f0f25ad39f3d32d72ef35dd99f5ac6138c320f69cf60e4cddec"},
|
|
{file = "typed_ast-1.0.4-cp36-cp36m-win_amd64.whl", hash = "sha256:5a85191b6d12f3627907c02142a66ea7ea3aa4e48bb828107aae5a6a53808cab"},
|
|
]
|
|
urllib3 = [
|
|
{file = "urllib3-1.22-py2.py3-none-any.whl", hash = "sha256:06330f386d6e4b195fbfc736b297f58c5a892e4440e54d294d7004e3a9bbea1b"},
|
|
{file = "urllib3-1.22.tar.gz", hash = "sha256:cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f"},
|
|
]
|
|
vine = [
|
|
{file = "vine-1.3.0-py2.py3-none-any.whl", hash = "sha256:ea4947cc56d1fd6f2095c8d543ee25dad966f78692528e68b4fada11ba3f98af"},
|
|
{file = "vine-1.3.0.tar.gz", hash = "sha256:133ee6d7a9016f177ddeaf191c1f58421a1dcc6ee9a42c58b34bed40e1d2cd87"},
|
|
]
|
|
webencodings = [
|
|
{file = "webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"},
|
|
{file = "webencodings-0.5.1.tar.gz", hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"},
|
|
]
|
|
werkzeug = [
|
|
{file = "Werkzeug-0.15.4-py2.py3-none-any.whl", hash = "sha256:865856ebb55c4dcd0630cdd8f3331a1847a819dda7e8c750d3db6f2aa6c0209c"},
|
|
{file = "Werkzeug-0.15.4.tar.gz", hash = "sha256:a0b915f0815982fb2a09161cb8f31708052d0951c3ba433ccc5e1aa276507ca6"},
|
|
]
|
|
wheel = [
|
|
{file = "wheel-0.35.1-py2.py3-none-any.whl", hash = "sha256:497add53525d16c173c2c1c733b8f655510e909ea78cc0e29d374243544b77a2"},
|
|
{file = "wheel-0.35.1.tar.gz", hash = "sha256:99a22d87add3f634ff917310a3d87e499f19e663413a52eb9232c447aa646c9f"},
|
|
]
|
|
wtforms = [
|
|
{file = "WTForms-2.2.1-py2.py3-none-any.whl", hash = "sha256:e3ee092c827582c50877cdbd49e9ce6d2c5c1f6561f849b3b068c1b8029626f1"},
|
|
{file = "WTForms-2.2.1.tar.gz", hash = "sha256:0cdbac3e7f6878086c334aa25dc5a33869a3954e9d1e015130d65a69309b3b61"},
|
|
]
|
|
zencoder = [
|
|
{file = "zencoder-0.6.5.tar.gz", hash = "sha256:11b10cb88afa141a1504b8b0edc4c3bd7e202bd7587c7e819729a1b2d3b38435"},
|
|
]
|
|
zipp = [
|
|
{file = "zipp-0.5.1-py2.py3-none-any.whl", hash = "sha256:8c1019c6aad13642199fbe458275ad6a84907634cc9f0989877ccc4a2840139d"},
|
|
{file = "zipp-0.5.1.tar.gz", hash = "sha256:ca943a7e809cc12257001ccfb99e3563da9af99d52f261725e96dfe0f9275bc3"},
|
|
]
|