2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "aiohttp"
2022-07-19 08:25:59 +02:00
version = "3.8.1"
2021-01-10 20:24:09 +01:00
description = "Async http client/server framework (asyncio)"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
2022-07-19 08:25:59 +02:00
python-versions = ">=3.6"
2020-10-01 12:13:28 +02:00
[ package . dependencies ]
2022-07-19 08:25:59 +02:00
aiosignal = ">=1.1.2"
async-timeout = ">=4.0.0a3,<5.0"
asynctest = { version = "0.13.0" , markers = "python_version < \"3.8\"" }
2020-10-01 12:13:28 +02:00
attrs = ">=17.3.0"
2022-07-19 08:25:59 +02:00
charset-normalizer = ">=2.0,<3.0"
frozenlist = ">=1.1.1"
multidict = ">=4.5,<7.0"
typing-extensions = { version = ">=3.7.4" , markers = "python_version < \"3.8\"" }
2020-10-01 12:13:28 +02:00
yarl = ">=1.0,<2.0"
[ package . extras ]
2022-07-19 08:25:59 +02:00
speedups = [ "aiodns" , "brotli" , "cchardet" ]
[ [ package ] ]
name = "aiosignal"
version = "1.2.0"
description = "aiosignal: a list of registered asynchronous callbacks"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
frozenlist = ">=1.1.0"
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "aiosmtpd"
2021-09-09 11:47:14 +02:00
version = "1.4.2"
2021-01-10 20:24:09 +01:00
description = "aiosmtpd - asyncio based SMTP server"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
2021-09-09 11:47:14 +02:00
python-versions = "~=3.6"
2020-10-01 12:13:28 +02:00
[ package . dependencies ]
atpublic = "*"
2021-09-09 11:47:14 +02:00
attrs = "*"
typing-extensions = { version = "*" , markers = "python_version < \"3.8\"" }
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "aiosmtplib"
2021-01-10 20:24:09 +01:00
version = "1.1.4"
description = "asyncio SMTP client"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=3.5.2,<4.0.0"
[ package . extras ]
2020-12-13 19:12:02 +01:00
uvloop = [ "uvloop (>=0.13,<0.15)" ]
2021-01-10 20:24:09 +01:00
docs = [ "sphinx (>=2,<4)" , "sphinx_autodoc_typehints (>=1.7.0,<2.0.0)" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "aiospamc"
2021-01-10 20:24:09 +01:00
version = "0.6.1"
description = "An asyncio-based library to communicate with SpamAssassin's SPAMD service."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=3.5,<4.0"
[ package . dependencies ]
certifi = ">=2019.9,<2020.0"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "alembic"
2021-01-10 20:24:09 +01:00
version = "1.4.3"
description = "A database migration tool for SQLAlchemy."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
Mako = "*"
python-dateutil = "*"
python-editor = ">=0.3"
2021-01-10 20:24:09 +01:00
SQLAlchemy = ">=1.1.0"
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "appnope"
2021-01-10 20:24:09 +01:00
version = "0.1.0"
description = "Disable App Nap on OS X 10.9"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "arrow"
2021-01-10 20:24:09 +01:00
version = "0.16.0"
description = "Better dates & times for Python"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
python-dateutil = ">=2.7.0"
2022-07-04 16:01:04 +02:00
[ [ package ] ]
name = "astroid"
version = "2.11.6"
description = "An abstract syntax tree for Python with inference support."
category = "dev"
optional = false
python-versions = ">=3.6.2"
[ package . dependencies ]
lazy-object-proxy = ">=1.4.0"
typed-ast = { version = ">=1.4.0,<2.0" , markers = "implementation_name == \"cpython\" and python_version < \"3.8\"" }
typing-extensions = { version = ">=3.10" , markers = "python_version < \"3.10\"" }
wrapt = ">=1.11,<2"
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "async-timeout"
2022-07-19 08:25:59 +02:00
version = "4.0.2"
2021-01-10 20:24:09 +01:00
description = "Timeout context manager for asyncio programs"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
2022-07-19 08:25:59 +02:00
python-versions = ">=3.6"
[ package . dependencies ]
typing-extensions = { version = ">=3.6.5" , markers = "python_version < \"3.8\"" }
[ [ package ] ]
name = "asynctest"
version = "0.13.0"
description = "Enhance the standard unittest package with features for testing asyncio libraries"
category = "main"
optional = false
python-versions = ">=3.5"
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "atomicwrites"
2021-01-10 20:24:09 +01:00
version = "1.4.0"
description = "Atomic file writes."
category = "dev"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "atpublic"
2021-01-10 20:24:09 +01:00
version = "2.0"
description = "public -- @public for populating __all__"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
2021-01-10 20:24:09 +01:00
typing_extensions = { version = "*" , markers = "python_version < \"3.8\"" }
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "attrs"
2021-01-10 20:24:09 +01:00
version = "20.2.0"
description = "Classes Without Boilerplate"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . extras ]
2021-01-10 20:24:09 +01:00
dev = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "zope.interface" , "sphinx" , "sphinx-rtd-theme" , "pre-commit" ]
2020-10-01 12:13:28 +02:00
docs = [ "sphinx" , "sphinx-rtd-theme" , "zope.interface" ]
2021-01-10 20:24:09 +01:00
tests = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "zope.interface" ]
tests_no_zope = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "backcall"
2021-01-10 20:24:09 +01:00
version = "0.2.0"
description = "Specifications for callback functions passed in to an API"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
2022-07-04 16:01:04 +02:00
[ [ package ] ]
name = "backports.entry-points-selectable"
version = "1.1.1"
description = "Compatibility shim providing selectable entry points for older implementations"
category = "dev"
optional = false
python-versions = ">=2.7"
[ package . dependencies ]
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
testing = [ "pytest" , "pytest-flake8" , "pytest-cov" , "pytest-black (>=0.3.7)" , "pytest-mypy" , "pytest-checkdocs (>=2.4)" , "pytest-enabler (>=1.0.1)" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "bcrypt"
2021-01-10 20:24:09 +01:00
version = "3.2.0"
description = "Modern password hashing for your software and your servers"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
cffi = ">=1.1"
six = ">=1.4.1"
[ package . extras ]
2021-01-10 20:24:09 +01:00
tests = [ "pytest (>=3.2.1,!=3.3.0)" ]
2020-10-01 12:13:28 +02:00
typecheck = [ "mypy" ]
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "black"
2022-02-06 15:25:53 +01:00
version = "22.1.0"
2021-01-10 20:24:09 +01:00
description = "The uncompromising code formatter."
category = "dev"
2020-10-01 12:13:28 +02:00
optional = false
2022-02-06 15:25:53 +01:00
python-versions = ">=3.6.2"
2020-10-01 12:13:28 +02:00
[ package . dependencies ]
2022-02-06 15:25:53 +01:00
click = ">=8.0.0"
2020-10-01 12:13:28 +02:00
mypy-extensions = ">=0.4.3"
2022-02-06 15:25:53 +01:00
pathspec = ">=0.9.0"
platformdirs = ">=2"
tomli = ">=1.1.0"
typed-ast = { version = ">=1.4.2" , markers = "python_version < \"3.8\" and implementation_name == \"cpython\"" }
typing-extensions = { version = ">=3.10.0.0" , markers = "python_version < \"3.10\"" }
2020-10-01 12:13:28 +02:00
[ package . extras ]
colorama = [ "colorama (>=0.4.3)" ]
2022-02-06 15:25:53 +01:00
d = [ "aiohttp (>=3.7.4)" ]
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
uvloop = [ "uvloop (>=0.15.2)" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "blinker"
2021-01-10 20:24:09 +01:00
version = "1.4"
description = "Fast, simple object-to-object and broadcast signaling"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "boto3"
2021-01-10 20:24:09 +01:00
version = "1.15.9"
description = "The AWS SDK for Python"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
botocore = ">=1.18.9,<1.19.0"
jmespath = ">=0.7.1,<1.0.0"
s3transfer = ">=0.3.0,<0.4.0"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "botocore"
2021-01-10 20:24:09 +01:00
version = "1.18.9"
description = "Low-level, data-driven core of boto 3."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
jmespath = ">=0.7.1,<1.0.0"
python-dateutil = ">=2.1,<3.0.0"
2021-01-10 20:24:09 +01:00
urllib3 = { version = ">=1.20,<1.26" , markers = "python_version != \"3.4\"" }
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "cachetools"
2021-01-10 20:24:09 +01:00
version = "4.1.1"
description = "Extensible memoizing collections and decorators"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "~=3.5"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "cbor2"
2021-01-10 20:24:09 +01:00
version = "5.2.0"
description = "Pure Python CBOR (de)serializer with extensive tag support"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . extras ]
test = [ "pytest" , "pytest-cov" ]
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "certifi"
2021-01-10 20:24:09 +01:00
version = "2019.11.28"
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "cffi"
2021-01-10 20:24:09 +01:00
version = "1.14.4"
description = "Foreign Function Interface for Python calling C code."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
pycparser = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "cfgv"
2021-01-10 20:24:09 +01:00
version = "3.2.0"
description = "Validate configuration and produce human readable error messages."
category = "dev"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=3.6.1"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "chardet"
2021-01-10 20:24:09 +01:00
version = "3.0.4"
description = "Universal encoding detector for Python 2 and 3"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
2022-07-19 08:25:59 +02:00
[ [ package ] ]
name = "charset-normalizer"
version = "2.1.0"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category = "main"
optional = false
python-versions = ">=3.6.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
name = "click"
2022-02-06 15:25:53 +01:00
version = "8.0.3"
2021-01-10 20:24:09 +01:00
description = "Composable command line interface toolkit"
category = "main"
2020-12-13 19:12:02 +01:00
optional = false
2022-02-06 15:25:53 +01:00
python-versions = ">=3.6"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
2020-12-13 19:12:02 +01:00
[ [ package ] ]
name = "coinbase-commerce"
2021-01-10 20:24:09 +01:00
version = "1.0.1"
description = "Coinbase Commerce API client library"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
2020-12-13 19:12:02 +01:00
python-versions = "*"
[ package . dependencies ]
requests = ">=2.14.0"
six = ">=1.9"
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "colorama"
2022-06-29 11:28:26 +02:00
version = "0.4.5"
2021-01-10 20:24:09 +01:00
description = "Cross-platform colored terminal text."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "coloredlogs"
2021-01-10 20:24:09 +01:00
version = "14.0"
description = "Colored terminal output for Python's logging module"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
humanfriendly = ">=7.1"
[ package . extras ]
cron = [ "capturer (>=2.4)" ]
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "coverage"
2022-07-19 08:25:59 +02:00
version = "6.4.2"
2021-01-10 20:24:09 +01:00
description = "Code coverage measurement for Python"
category = "dev"
2020-12-05 15:00:33 +01:00
optional = false
2022-02-06 17:36:25 +01:00
python-versions = ">=3.7"
[ package . dependencies ]
2022-06-29 11:28:26 +02:00
tomli = { version = "*" , optional = true , markers = "python_full_version <= \"3.11.0a6\" and extra == \"toml\"" }
2020-12-05 15:00:33 +01:00
[ package . extras ]
2022-02-06 17:36:25 +01:00
toml = [ "tomli" ]
2020-12-05 15:00:33 +01:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "crontab"
2021-01-10 20:24:09 +01:00
version = "0.22.8"
description = "Parse and use crontab schedules in Python"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "cryptography"
2022-05-05 15:07:17 +02:00
version = "37.0.1"
2021-01-10 20:24:09 +01:00
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
2022-05-05 15:07:17 +02:00
python-versions = ">=3.6"
2020-10-01 12:13:28 +02:00
[ package . dependencies ]
2022-02-03 11:29:53 +01:00
cffi = ">=1.12"
2020-10-01 12:13:28 +02:00
[ package . extras ]
2021-01-10 20:24:09 +01:00
docs = [ "sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)" , "sphinx-rtd-theme" ]
2022-05-05 15:07:17 +02:00
docstest = [ "pyenchant (>=1.6.11)" , "twine (>=1.12.0)" , "sphinxcontrib-spelling (>=4.0.1)" ]
2020-10-01 12:13:28 +02:00
pep8test = [ "black" , "flake8" , "flake8-import-order" , "pep8-naming" ]
2022-05-05 15:07:17 +02:00
sdist = [ "setuptools_rust (>=0.11.4)" ]
2020-10-01 12:13:28 +02:00
ssh = [ "bcrypt (>=3.1.5)" ]
2022-05-05 15:07:17 +02:00
test = [ "pytest (>=6.2.0)" , "pytest-benchmark" , "pytest-cov" , "pytest-subtests" , "pytest-xdist" , "pretend" , "iso8601" , "pytz" , "hypothesis (>=1.11.4,!=3.79.2)" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "decorator"
2021-01-10 20:24:09 +01:00
version = "4.4.2"
description = "Decorators for Humans"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*"
2022-02-03 11:09:17 +01:00
[ [ package ] ]
name = "deprecated"
version = "1.2.13"
description = "Python @deprecated decorator to deprecate old python classes, functions or methods."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
wrapt = ">=1.10,<2"
[ package . extras ]
dev = [ "tox" , "bump2version (<1)" , "sphinx (<2)" , "importlib-metadata (<3)" , "importlib-resources (<4)" , "configparser (<5)" , "sphinxcontrib-websupport (<2)" , "zipp (<2)" , "PyTest (<5)" , "PyTest-Cov (<2.6)" , "pytest" , "pytest-cov" ]
2022-07-04 16:01:04 +02:00
[ [ package ] ]
name = "dill"
version = "0.3.5.1"
description = "serialize all of python"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*"
[ package . extras ]
graph = [ "objgraph (>=1.7.2)" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "distlib"
2021-01-10 20:24:09 +01:00
version = "0.3.1"
description = "Distribution utilities"
category = "dev"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
2022-06-29 11:28:26 +02:00
[ [ package ] ]
name = "djlint"
2022-07-04 16:01:04 +02:00
version = "1.3.0"
2022-06-29 11:28:26 +02:00
description = "HTML Template Linter and Formatter"
category = "dev"
optional = false
2022-07-04 16:01:04 +02:00
python-versions = ">=3.7,<4.0"
2022-06-29 11:28:26 +02:00
[ package . dependencies ]
click = ">=8.0.1,<9.0.0"
colorama = ">=0.4.4,<0.5.0"
2022-07-04 16:01:04 +02:00
html-tag-names = ">=0.1.2,<0.2.0"
html-void-elements = ">=0.1.0,<0.2.0"
importlib-metadata = ">=4.11.0,<5.0.0"
2022-06-29 11:28:26 +02:00
pathspec = ">=0.9.0,<0.10.0"
PyYAML = ">=6.0,<7.0"
regex = ">=2022.1.18,<2023.0.0"
2022-07-04 16:01:04 +02:00
tomli = { version = ">=2.0.1,<3.0.0" , markers = "python_version < \"3.11\"" }
2022-06-29 11:28:26 +02:00
tqdm = ">=4.62.2,<5.0.0"
[ package . extras ]
2022-07-04 16:01:04 +02:00
test = [ "coverage (>=6.3.1,<7.0.0)" , "pytest (>=7.0.1,<8.0.0)" , "pytest-cov (>=3.0.0,<4.0.0)" ]
2022-06-29 11:28:26 +02:00
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "dkimpy"
2021-01-10 20:24:09 +01:00
version = "1.0.5"
description = "DKIM (DomainKeys Identified Mail), ARC (Authenticated Receive Chain), and TLSRPT (TLS Report) email signing and verification"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
dnspython = ">=1.16.0"
[ package . extras ]
ARC = [ "authres" ]
asyncio = [ "aiodns" ]
ed25519 = [ "pynacl" ]
testing = [ "authres" , "pynacl" ]
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "dnspython"
2021-01-10 20:24:09 +01:00
version = "2.0.0"
description = "DNS toolkit"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=3.6"
[ package . extras ]
dnssec = [ "cryptography (>=2.6)" ]
doh = [ "requests" , "requests-toolbelt" ]
idna = [ "idna (>=2.1)" ]
2021-01-10 20:24:09 +01:00
curio = [ "curio (>=1.2)" , "sniffio (>=1.1)" ]
2020-10-01 12:13:28 +02:00
trio = [ "trio (>=0.14.0)" , "sniffio (>=1.1)" ]
2020-10-01 12:21:37 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "email-validator"
2021-09-10 16:36:59 +02:00
version = "1.1.3"
2021-01-10 20:24:09 +01:00
description = "A robust email syntax and deliverability validation library for Python 2.x/3.x."
category = "main"
2020-10-01 12:21:37 +02:00
optional = false
2021-09-10 16:36:59 +02:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2020-10-01 12:21:37 +02:00
[ package . dependencies ]
dnspython = ">=1.15.0"
idna = ">=2.0.0"
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "facebook-sdk"
2021-01-10 20:24:09 +01:00
version = "3.1.0"
description = "This client library is designed to support the Facebook Graph API and the official Facebook JavaScript SDK, which is the canonical way to implement Facebook authentication."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
requests = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "filelock"
2021-01-10 20:24:09 +01:00
version = "3.0.12"
description = "A platform independent file lock."
2021-10-18 11:45:08 +02:00
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
2021-09-10 16:36:59 +02:00
[ [ package ] ]
name = "flanker"
version = "0.9.11"
description = "Mailgun Parsing Tools"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
attrs = "*"
chardet = ">=1.0.1"
cryptography = ">=0.5"
idna = ">=2.5"
ply = ">=3.10"
regex = ">=0.1.20110315"
six = "*"
tld = "*"
WebOb = ">=0.9.8"
[ package . extras ]
cchardet = [ "cchardet (>=0.3.5)" ]
tests = [ "coverage" , "coveralls" , "mock" , "nose" ]
validator = [ "dnsq (>=1.1.6)" , "redis (>=2.7.1)" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "flask"
2021-01-10 20:24:09 +01:00
version = "1.1.2"
description = "A simple framework for building complex web applications."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
2020-12-13 19:12:02 +01:00
click = ">=5.1"
itsdangerous = ">=0.24"
2021-01-10 20:24:09 +01:00
Jinja2 = ">=2.10.1"
Werkzeug = ">=0.15"
2020-10-01 12:13:28 +02:00
[ package . extras ]
dev = [ "pytest" , "coverage" , "tox" , "sphinx" , "pallets-sphinx-themes" , "sphinxcontrib-log-cabinet" , "sphinx-issues" ]
docs = [ "sphinx" , "pallets-sphinx-themes" , "sphinxcontrib-log-cabinet" , "sphinx-issues" ]
dotenv = [ "python-dotenv" ]
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "flask-admin"
2021-02-24 09:47:48 +01:00
version = "1.5.7"
2021-01-10 20:24:09 +01:00
description = "Simple and extensible admin interface framework for Flask"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
Flask = ">=0.7"
wtforms = "*"
[ package . extras ]
aws = [ "boto" ]
azure = [ "azure-storage-blob" ]
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "flask-cors"
2021-01-10 20:24:09 +01:00
version = "3.0.9"
description = "A Flask extension adding a decorator for CORS support"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
Flask = ">=0.9"
Six = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "flask-debugtoolbar"
2021-01-10 20:24:09 +01:00
version = "0.11.0"
description = "A toolbar overlay for debugging Flask applications."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
Blinker = "*"
Flask = ">=0.8"
itsdangerous = "*"
werkzeug = "*"
2021-11-19 18:31:42 +01:00
[ [ package ] ]
name = "flask-debugtoolbar-sqlalchemy"
version = "0.2.0"
description = "Flask Debug Toolbar panel for SQLAlchemy"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
flask-debugtoolbar = "*"
Pygments = "*"
sqlalchemy = "*"
sqlparse = "*"
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "flask-httpauth"
2021-01-10 20:24:09 +01:00
version = "4.1.0"
description = "Basic and Digest HTTP authentication for Flask routes"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
Flask = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "flask-limiter"
2021-01-10 20:24:09 +01:00
version = "1.4"
description = "Rate limiting for flask applications"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
Flask = ">=0.8"
limits = "*"
six = ">=1.4.1"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "flask-login"
2021-01-10 20:24:09 +01:00
version = "0.5.0"
description = "User session management for Flask"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
Flask = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "flask-migrate"
2021-01-10 20:24:09 +01:00
version = "2.5.3"
description = "SQLAlchemy database migrations for Flask applications using Alembic"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
2021-01-10 20:24:09 +01:00
alembic = ">=0.7"
2020-10-01 12:13:28 +02:00
Flask = ">=0.9"
Flask-SQLAlchemy = ">=1.0"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "flask-profiler"
2021-01-10 20:24:09 +01:00
version = "1.8.1"
description = "API endpoint profiler for Flask framework"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
Flask = "*"
Flask-HTTPAuth = "*"
simplejson = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "flask-sqlalchemy"
2021-09-17 10:30:26 +02:00
version = "2.5.1"
2021-01-10 20:24:09 +01:00
description = "Adds SQLAlchemy support to your Flask application."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.*"
[ package . dependencies ]
Flask = ">=0.10"
SQLAlchemy = ">=0.8.0"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "flask-wtf"
2021-01-10 20:24:09 +01:00
version = "0.14.3"
description = "Simple integration of Flask and WTForms."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
Flask = "*"
2020-12-13 19:12:02 +01:00
itsdangerous = "*"
2021-01-10 20:24:09 +01:00
WTForms = "*"
2020-10-01 12:13:28 +02:00
2022-07-19 08:25:59 +02:00
[ [ package ] ]
name = "frozenlist"
version = "1.3.0"
description = "A list-like structure which implements collections.abc.MutableSequence"
category = "main"
optional = false
python-versions = ">=3.7"
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "future"
2021-01-10 20:24:09 +01:00
version = "0.18.2"
description = "Clean single-source support for Python 3 and 2"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "gevent"
2022-04-19 14:45:30 +02:00
version = "21.12.0"
2021-01-10 20:24:09 +01:00
description = "Coroutine-based network library"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
2022-04-19 14:45:30 +02:00
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5"
2020-10-01 12:13:28 +02:00
[ package . dependencies ]
2021-01-10 20:24:09 +01:00
cffi = { version = ">=1.12.2" , markers = "platform_python_implementation == \"CPython\" and sys_platform == \"win32\"" }
2022-04-19 14:45:30 +02:00
greenlet = { version = ">=1.1.0,<2.0" , markers = "platform_python_implementation == \"CPython\"" }
2020-10-01 12:13:28 +02:00
"zope.event" = "*"
"zope.interface" = "*"
[ package . extras ]
dnspython = [ "dnspython (>=1.16.0,<2.0)" , "idna" ]
2022-04-19 14:45:30 +02:00
docs = [ "repoze.sphinx.autointerface" , "sphinxcontrib-programoutput" , "zope.schema" ]
2020-10-01 12:13:28 +02:00
monitor = [ "psutil (>=5.7.0)" ]
2022-04-19 14:45:30 +02:00
recommended = [ "cffi (>=1.12.2)" , "dnspython (>=1.16.0,<2.0)" , "idna" , "selectors2" , "backports.socketpair" , "psutil (>=5.7.0)" ]
test = [ "requests" , "objgraph" , "cffi (>=1.12.2)" , "dnspython (>=1.16.0,<2.0)" , "idna" , "selectors2" , "futures" , "mock" , "backports.socketpair" , "contextvars (==2.4)" , "coverage (>=5.0)" , "coveralls (>=1.7.0)" , "psutil (>=5.7.0)" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "google-api-core"
2021-01-10 20:24:09 +01:00
version = "1.22.2"
description = "Google API client core library"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
[ package . dependencies ]
google-auth = ">=1.21.1,<2.0dev"
googleapis-common-protos = ">=1.6.0,<2.0dev"
protobuf = ">=3.12.0"
pytz = "*"
requests = ">=2.18.0,<3.0.0dev"
six = ">=1.10.0"
[ package . extras ]
grpc = [ "grpcio (>=1.29.0,<2.0dev)" ]
grpcgcp = [ "grpcio-gcp (>=0.2.2)" ]
grpcio-gcp = [ "grpcio-gcp (>=0.2.2)" ]
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "google-api-python-client"
2021-01-10 20:24:09 +01:00
version = "1.12.3"
description = "Google API Client Library for Python"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
[ package . dependencies ]
google-api-core = ">=1.21.0,<2dev"
google-auth = ">=1.16.0"
google-auth-httplib2 = ">=0.0.3"
httplib2 = ">=0.15.0,<1dev"
six = ">=1.13.0,<2dev"
uritemplate = ">=3.0.0,<4dev"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "google-auth"
2021-01-10 20:24:09 +01:00
version = "1.22.0"
description = "Google Authentication Library"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
[ package . dependencies ]
2021-01-10 20:24:09 +01:00
aiohttp = { version = ">=3.6.2,<4.0.0dev" , markers = "python_version >= \"3.6\"" }
2020-10-01 12:13:28 +02:00
cachetools = ">=2.0.0,<5.0"
pyasn1-modules = ">=0.2.1"
2021-01-10 20:24:09 +01:00
rsa = { version = ">=3.1.4,<5" , markers = "python_version >= \"3.5\"" }
2020-10-01 12:13:28 +02:00
six = ">=1.9.0"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "google-auth-httplib2"
2021-01-10 20:24:09 +01:00
version = "0.0.4"
description = "Google Authentication Library: httplib2 transport"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
google-auth = "*"
httplib2 = ">=0.9.1"
six = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "googleapis-common-protos"
2021-01-10 20:24:09 +01:00
version = "1.52.0"
description = "Common protobufs used in Google APIs"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
[ package . dependencies ]
protobuf = ">=3.6.0"
[ package . extras ]
grpc = [ "grpcio (>=1.0.0)" ]
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "greenlet"
2022-04-19 14:45:30 +02:00
version = "1.1.2"
2021-01-10 20:24:09 +01:00
description = "Lightweight in-process concurrent programming"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
2022-04-19 14:45:30 +02:00
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
[ package . extras ]
docs = [ "sphinx" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "gunicorn"
2021-01-10 20:24:09 +01:00
version = "20.0.4"
description = "WSGI HTTP Server for UNIX"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=3.4"
[ package . extras ]
eventlet = [ "eventlet (>=0.9.7)" ]
gevent = [ "gevent (>=0.13)" ]
setproctitle = [ "setproctitle" ]
tornado = [ "tornado (>=0.2)" ]
2022-07-04 16:01:04 +02:00
[ [ package ] ]
name = "html-tag-names"
version = "0.1.2"
description = "List of known HTML tag names"
category = "dev"
optional = false
python-versions = ">=3.7,<4.0"
[ [ package ] ]
name = "html-void-elements"
version = "0.1.0"
description = "List of HTML void tag names."
category = "dev"
optional = false
python-versions = ">=3.7,<4.0"
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "httplib2"
2021-01-10 20:24:09 +01:00
version = "0.18.1"
description = "A comprehensive HTTP client library."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "humanfriendly"
2021-01-10 20:24:09 +01:00
version = "8.2"
description = "Human friendly output for text interfaces using Python"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
2021-01-10 20:24:09 +01:00
pyreadline = { version = "*" , markers = "sys_platform == \"win32\"" }
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "identify"
2021-01-10 20:24:09 +01:00
version = "1.5.5"
description = "File identification library for Python"
category = "dev"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
[ package . extras ]
license = [ "editdistance" ]
2020-12-05 15:00:33 +01:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "idna"
2021-01-10 20:24:09 +01:00
version = "2.10"
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "importlib-metadata"
2022-07-04 16:01:04 +02:00
version = "4.12.0"
2021-01-10 20:24:09 +01:00
description = "Read metadata from Python packages"
2022-02-06 15:25:53 +01:00
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
2022-07-04 16:01:04 +02:00
python-versions = ">=3.7"
2020-10-01 12:13:28 +02:00
[ package . dependencies ]
2022-07-04 16:01:04 +02:00
typing-extensions = { version = ">=3.6.4" , markers = "python_version < \"3.8\"" }
2020-10-01 12:13:28 +02:00
zipp = ">=0.5"
[ package . extras ]
2022-07-04 16:01:04 +02:00
docs = [ "sphinx" , "jaraco.packaging (>=9)" , "rst.linker (>=1.9)" ]
perf = [ "ipython" ]
testing = [ "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.3)" , "packaging" , "pyfakefs" , "flufl.flake8" , "pytest-perf (>=0.9.2)" , "pytest-black (>=0.3.7)" , "pytest-mypy (>=0.9.1)" , "importlib-resources (>=1.3)" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "iniconfig"
2021-01-10 20:24:09 +01:00
version = "1.0.1"
description = "iniconfig: brain-dead simple config-ini parsing"
category = "dev"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "ipython"
2022-02-03 11:30:44 +01:00
version = "7.31.1"
2021-01-10 20:24:09 +01:00
description = "IPython: Productive Interactive Computing"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
2021-01-10 20:24:09 +01:00
appnope = { version = "*" , markers = "sys_platform == \"darwin\"" }
2020-10-01 12:13:28 +02:00
backcall = "*"
2021-01-10 20:24:09 +01:00
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
2020-10-01 12:13:28 +02:00
decorator = "*"
2022-02-03 11:30:44 +01:00
jedi = ">=0.16"
matplotlib-inline = "*"
2021-01-10 20:24:09 +01:00
pexpect = { version = ">4.3" , markers = "sys_platform != \"win32\"" }
2020-10-01 12:13:28 +02:00
pickleshare = "*"
prompt-toolkit = ">=2.0.0,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.1.0"
pygments = "*"
traitlets = ">=4.2"
[ package . extras ]
2022-02-03 11:30:44 +01:00
all = [ "Sphinx (>=1.3)" , "ipykernel" , "ipyparallel" , "ipywidgets" , "nbconvert" , "nbformat" , "nose (>=0.10.1)" , "notebook" , "numpy (>=1.17)" , "pygments" , "qtconsole" , "requests" , "testpath" ]
2020-10-01 12:13:28 +02:00
doc = [ "Sphinx (>=1.3)" ]
kernel = [ "ipykernel" ]
nbconvert = [ "nbconvert" ]
nbformat = [ "nbformat" ]
notebook = [ "notebook" , "ipywidgets" ]
parallel = [ "ipyparallel" ]
qtconsole = [ "qtconsole" ]
2022-02-03 11:30:44 +01:00
test = [ "nose (>=0.10.1)" , "requests" , "testpath" , "pygments" , "nbformat" , "ipykernel" , "numpy (>=1.17)" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "ipython-genutils"
2021-01-10 20:24:09 +01:00
version = "0.2.0"
description = "Vestigial utilities from IPython"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
2022-07-04 16:01:04 +02:00
[ [ package ] ]
name = "isort"
version = "5.10.1"
description = "A Python utility / library to sort Python imports."
category = "dev"
optional = false
python-versions = ">=3.6.1,<4.0"
[ package . extras ]
pipfile_deprecated_finder = [ "pipreqs" , "requirementslib" ]
requirements_deprecated_finder = [ "pipreqs" , "pip-api" ]
colors = [ "colorama (>=0.4.3,<0.5.0)" ]
plugins = [ "setuptools" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "itsdangerous"
2021-01-10 20:24:09 +01:00
version = "1.1.0"
description = "Various helpers to pass data to untrusted environments and back."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "jedi"
2021-01-10 20:24:09 +01:00
version = "0.17.2"
description = "An autocompletion tool for Python that can be used for text editors."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
parso = ">=0.7.0,<0.8.0"
[ package . extras ]
2021-01-10 20:24:09 +01:00
qa = [ "flake8 (==3.7.9)" ]
2020-10-01 12:13:28 +02:00
testing = [ "Django (<3.1)" , "colorama" , "docopt" , "pytest (>=3.9.0,<5.0.0)" ]
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "jinja2"
2022-02-03 11:28:27 +01:00
version = "2.11.3"
2021-01-10 20:24:09 +01:00
description = "A very fast and expressive template engine."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
MarkupSafe = ">=0.23"
[ package . extras ]
i18n = [ "Babel (>=0.8)" ]
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "jmespath"
2021-01-10 20:24:09 +01:00
version = "0.10.0"
description = "JSON Matching Expressions"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "jwcrypto"
2021-01-10 20:24:09 +01:00
version = "0.8"
description = "Implementation of JOSE Web standards"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
cryptography = ">=2.3"
2022-07-04 16:01:04 +02:00
[ [ package ] ]
name = "lazy-object-proxy"
version = "1.7.1"
description = "A fast and thorough lazy object proxy."
category = "dev"
optional = false
python-versions = ">=3.6"
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "limits"
2021-01-10 20:24:09 +01:00
version = "1.5.1"
description = "Rate limiting utilities"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
six = ">=1.4.1"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "mako"
2021-01-10 20:24:09 +01:00
version = "1.1.3"
description = "A super-fast templating language that borrows the best ideas from the existing templating languages."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
MarkupSafe = ">=0.9.2"
[ package . extras ]
babel = [ "babel" ]
lingua = [ "lingua" ]
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "markupsafe"
2021-01-10 20:24:09 +01:00
version = "1.1.1"
description = "Safely add untrusted strings to HTML/XML markup."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
2022-02-03 11:30:44 +01:00
[ [ package ] ]
name = "matplotlib-inline"
version = "0.1.3"
description = "Inline Matplotlib backend for Jupyter"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
traitlets = "*"
2020-12-06 11:25:24 +01:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "mccabe"
2022-07-04 16:01:04 +02:00
version = "0.7.0"
2021-01-10 20:24:09 +01:00
description = "McCabe checker, plugin for flake8"
category = "dev"
2020-12-06 11:25:24 +01:00
optional = false
2022-07-04 16:01:04 +02:00
python-versions = ">=3.6"
2020-12-06 11:25:24 +01:00
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "memory-profiler"
2021-01-10 20:24:09 +01:00
version = "0.57.0"
description = "A module for monitoring memory usage of a python program"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
psutil = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "multidict"
2021-01-10 20:24:09 +01:00
version = "4.7.6"
description = "multidict implementation"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=3.5"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "mypy-extensions"
2021-01-10 20:24:09 +01:00
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "dev"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
2021-07-23 15:53:39 +02:00
[ [ package ] ]
name = "newrelic"
2022-05-11 12:01:12 +02:00
version = "7.10.0.175"
2021-07-23 15:53:39 +02:00
description = "New Relic Python Agent"
category = "main"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*"
[ package . extras ]
2022-05-11 12:01:12 +02:00
infinite-tracing = [ "grpcio" , "protobuf (<4)" ]
2021-07-23 15:53:39 +02:00
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "nodeenv"
2021-01-10 20:24:09 +01:00
version = "1.5.0"
description = "Node.js virtual environment builder"
category = "dev"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "oauthlib"
2021-01-10 20:24:09 +01:00
version = "3.1.0"
description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . extras ]
rsa = [ "cryptography" ]
signals = [ "blinker" ]
signedtoken = [ "cryptography" , "pyjwt (>=1.0.0)" ]
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "packaging"
2021-01-10 20:24:09 +01:00
version = "20.4"
description = "Core utilities for Python packages"
2022-07-19 08:25:59 +02:00
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
pyparsing = ">=2.0.2"
six = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "parso"
2021-01-10 20:24:09 +01:00
version = "0.7.1"
description = "A Python Parser"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . extras ]
testing = [ "docopt" , "pytest (>=3.0.7)" ]
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "pathspec"
2022-02-06 15:25:53 +01:00
version = "0.9.0"
2021-01-10 20:24:09 +01:00
description = "Utility library for gitignore style pattern matching of file paths."
category = "dev"
2020-10-01 12:13:28 +02:00
optional = false
2022-02-06 15:25:53 +01:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "pexpect"
2021-01-10 20:24:09 +01:00
version = "4.8.0"
description = "Pexpect allows easy control of interactive console applications."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
ptyprocess = ">=0.5"
2020-10-28 11:50:14 +01:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "pgpy"
2022-04-28 16:20:14 +02:00
version = "0.5.4"
2021-01-10 20:24:09 +01:00
description = "Pretty Good Privacy for Python"
category = "main"
2020-10-28 11:50:14 +01:00
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
[ package . dependencies ]
cryptography = ">=2.6"
pyasn1 = "*"
six = ">=1.9.0"
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "phpserialize"
2021-01-10 20:24:09 +01:00
version = "1.3"
description = "a port of the serialize and unserialize functions of php to python."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "pickleshare"
2021-01-10 20:24:09 +01:00
version = "0.7.5"
description = "Tiny 'shelve'-like database with concurrency support"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
2022-02-06 15:25:53 +01:00
[ [ package ] ]
name = "platformdirs"
version = "2.4.1"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . extras ]
docs = [ "Sphinx (>=4)" , "furo (>=2021.7.5b38)" , "proselint (>=0.10.2)" , "sphinx-autodoc-typehints (>=1.12)" ]
test = [ "appdirs (==1.4.4)" , "pytest (>=6)" , "pytest-cov (>=2.7)" , "pytest-mock (>=3.6)" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "pluggy"
2021-01-10 20:24:09 +01:00
version = "0.13.1"
description = "plugin and hook calling mechanisms for python"
category = "dev"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
2021-01-10 20:24:09 +01:00
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
2020-10-01 12:13:28 +02:00
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
2021-09-10 16:36:59 +02:00
[ [ package ] ]
name = "ply"
version = "3.11"
description = "Python Lex & Yacc"
category = "main"
optional = false
python-versions = "*"
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "pre-commit"
2022-02-06 15:25:53 +01:00
version = "2.17.0"
2021-01-10 20:24:09 +01:00
description = "A framework for managing and maintaining multi-language pre-commit hooks."
category = "dev"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=3.6.1"
[ package . dependencies ]
cfgv = ">=2.0.0"
identify = ">=1.0.0"
2021-01-10 20:24:09 +01:00
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
2020-10-01 12:13:28 +02:00
nodeenv = ">=0.11.1"
pyyaml = ">=5.1"
toml = "*"
virtualenv = ">=20.0.8"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "prompt-toolkit"
2021-01-10 20:24:09 +01:00
version = "3.0.7"
description = "Library for building powerful interactive command lines in Python"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=3.6.1"
[ package . dependencies ]
wcwidth = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "protobuf"
2022-02-11 04:45:30 +01:00
version = "3.15.0"
2021-01-10 20:24:09 +01:00
description = "Protocol Buffers"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
six = ">=1.9"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "psutil"
2021-01-10 20:24:09 +01:00
version = "5.7.2"
description = "Cross-platform lib for process and system monitoring in Python."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . extras ]
test = [ "ipaddress" , "mock" , "unittest2" , "enum34" , "pywin32" , "wmi" ]
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "psycopg2-binary"
2022-04-19 14:45:30 +02:00
version = "2.9.3"
2021-01-10 20:24:09 +01:00
description = "psycopg2 - Python-PostgreSQL Database Adapter"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
2022-04-19 14:45:30 +02:00
python-versions = ">=3.6"
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "ptyprocess"
2021-01-10 20:24:09 +01:00
version = "0.6.0"
description = "Run a subprocess in a pseudo terminal"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "py"
2022-02-03 11:30:49 +01:00
version = "1.10.0"
2021-01-10 20:24:09 +01:00
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "dev"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "pyasn1"
2021-01-10 20:24:09 +01:00
version = "0.4.8"
description = "ASN.1 types and codecs"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "pyasn1-modules"
2021-01-10 20:24:09 +01:00
version = "0.2.8"
description = "A collection of ASN.1-based protocols modules."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
pyasn1 = ">=0.4.6,<0.5.0"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "pycparser"
2021-01-10 20:24:09 +01:00
version = "2.20"
description = "C parser in Python"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "pycryptodome"
2021-01-10 20:24:09 +01:00
version = "3.9.8"
description = "Cryptographic library for Python"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "pygments"
2022-02-03 11:28:00 +01:00
version = "2.7.4"
2021-01-10 20:24:09 +01:00
description = "Pygments is a syntax highlighting package written in Python."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=3.5"
2021-12-02 17:03:13 +01:00
[ [ package ] ]
name = "pyjwt"
2022-05-25 08:22:17 +02:00
version = "2.4.0"
2021-12-02 17:03:13 +01:00
description = "JSON Web Token implementation in Python"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . extras ]
crypto = [ "cryptography (>=3.3.1)" ]
dev = [ "sphinx" , "sphinx-rtd-theme" , "zope.interface" , "cryptography (>=3.3.1)" , "pytest (>=6.0.0,<7.0.0)" , "coverage[toml] (==5.0.4)" , "mypy" , "pre-commit" ]
docs = [ "sphinx" , "sphinx-rtd-theme" , "zope.interface" ]
tests = [ "pytest (>=6.0.0,<7.0.0)" , "coverage[toml] (==5.0.4)" ]
2022-07-04 16:01:04 +02:00
[ [ package ] ]
name = "pylint"
version = "2.14.4"
description = "python code static checker"
category = "dev"
optional = false
python-versions = ">=3.7.2"
[ package . dependencies ]
astroid = ">=2.11.6,<=2.12.0-dev0"
colorama = { version = ">=0.4.5" , markers = "sys_platform == \"win32\"" }
dill = ">=0.2"
isort = ">=4.2.5,<6"
mccabe = ">=0.6,<0.8"
platformdirs = ">=2.2.0"
tomli = { version = ">=1.1.0" , markers = "python_version < \"3.11\"" }
tomlkit = ">=0.10.1"
typing-extensions = { version = ">=3.10.0" , markers = "python_version < \"3.10\"" }
[ package . extras ]
spelling = [ "pyenchant (>=3.2,<4.0)" ]
testutils = [ "gitpython (>3)" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "pyopenssl"
2021-01-10 20:24:09 +01:00
version = "19.1.0"
description = "Python wrapper module around the OpenSSL library"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
cryptography = ">=2.8"
six = ">=1.5.2"
[ package . extras ]
docs = [ "sphinx" , "sphinx-rtd-theme" ]
test = [ "flaky" , "pretend" , "pytest (>=3.0.1)" ]
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "pyotp"
2021-01-10 20:24:09 +01:00
version = "2.4.0"
description = "Python One Time Password Library"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "pyparsing"
2021-01-10 20:24:09 +01:00
version = "2.4.7"
description = "Python parsing module"
2022-07-19 08:25:59 +02:00
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
2021-09-21 10:54:35 +02:00
[ [ package ] ]
name = "pyre2"
version = "0.3.6"
description = "Python wrapper for Google\\'s RE2 using Cython"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . extras ]
perf = [ "regex" ]
test = [ "pytest" ]
2021-01-10 20:24:09 +01:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "pyreadline"
2021-01-10 20:24:09 +01:00
version = "2.1"
description = "A python implmementation of GNU readline."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "pyspf"
2021-01-10 20:24:09 +01:00
version = "2.0.14"
description = "SPF (Sender Policy Framework) implemented in Python."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "pytest"
2022-02-06 17:36:25 +01:00
version = "7.0.0"
2021-01-10 20:24:09 +01:00
description = "pytest: simple powerful testing with Python"
category = "dev"
2020-10-01 12:13:28 +02:00
optional = false
2022-02-06 17:36:25 +01:00
python-versions = ">=3.6"
2020-10-01 12:13:28 +02:00
[ package . dependencies ]
2021-01-10 20:24:09 +01:00
atomicwrites = { version = ">=1.0" , markers = "sys_platform == \"win32\"" }
2022-02-06 17:36:25 +01:00
attrs = ">=19.2.0"
2021-01-10 20:24:09 +01:00
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
2020-10-01 12:13:28 +02:00
iniconfig = "*"
packaging = "*"
2022-02-06 17:36:25 +01:00
pluggy = ">=0.12,<2.0"
2020-10-01 12:13:28 +02:00
py = ">=1.8.2"
2022-02-06 17:36:25 +01:00
tomli = ">=1.0.0"
2020-10-01 12:13:28 +02:00
[ package . extras ]
2022-02-06 17:36:25 +01:00
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "pygments (>=2.7.2)" , "requests" , "xmlschema" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "pytest-cov"
2022-02-06 17:36:25 +01:00
version = "3.0.0"
2021-01-10 20:24:09 +01:00
description = "Pytest plugin for measuring coverage."
category = "dev"
2020-12-05 15:00:33 +01:00
optional = false
2022-02-06 17:36:25 +01:00
python-versions = ">=3.6"
2020-12-05 15:00:33 +01:00
[ package . dependencies ]
2022-02-06 17:36:25 +01:00
coverage = { version = ">=5.2.1" , extras = [ "toml" ] }
2020-12-05 15:00:33 +01:00
pytest = ">=4.6"
[ package . extras ]
2022-02-06 17:36:25 +01:00
testing = [ "fields" , "hunter" , "process-tests" , "six" , "pytest-xdist" , "virtualenv" ]
2020-12-05 15:00:33 +01:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "python-dateutil"
2021-01-10 20:24:09 +01:00
version = "2.8.1"
description = "Extensions to the standard Python datetime module"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
[ package . dependencies ]
six = ">=1.5"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "python-dotenv"
2021-01-10 20:24:09 +01:00
version = "0.14.0"
description = "Add .env support to your django/flask apps in development and deployments"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . extras ]
cli = [ "click (>=5.0)" ]
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "python-editor"
2021-01-10 20:24:09 +01:00
version = "1.0.4"
description = "Programmatically open an editor, capture the result."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "python-gnupg"
2021-01-10 20:24:09 +01:00
version = "0.4.6"
description = "A wrapper for the Gnu Privacy Guard (GPG or GnuPG)"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "pytz"
2021-01-10 20:24:09 +01:00
version = "2020.1"
description = "World timezone definitions, modern and historical"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "pyyaml"
2022-06-29 11:28:26 +02:00
version = "6.0"
2021-01-10 20:24:09 +01:00
description = "YAML parser and emitter for Python"
category = "dev"
2020-10-01 12:13:28 +02:00
optional = false
2022-06-29 11:28:26 +02:00
python-versions = ">=3.6"
2020-10-01 12:13:28 +02:00
2022-07-19 08:25:59 +02:00
[ [ package ] ]
name = "redis"
version = "4.3.4"
description = "Python client for Redis database and key-value store"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
async-timeout = ">=4.0.2"
deprecated = ">=1.2.3"
importlib-metadata = { version = ">=1.0" , markers = "python_version < \"3.8\"" }
packaging = ">=20.4"
typing-extensions = { version = "*" , markers = "python_version < \"3.8\"" }
[ package . extras ]
hiredis = [ "hiredis (>=1.0.0)" ]
ocsp = [ "cryptography (>=36.0.1)" , "pyopenssl (==20.0.1)" , "requests (>=2.26.0)" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "regex"
2022-06-29 11:28:26 +02:00
version = "2022.6.2"
2021-01-10 20:24:09 +01:00
description = "Alternative regular expression module, to replace re."
2021-09-10 16:36:59 +02:00
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
2022-06-29 11:28:26 +02:00
python-versions = ">=3.6"
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "requests"
2021-05-13 22:44:16 +02:00
version = "2.25.1"
2021-01-10 20:24:09 +01:00
description = "Python HTTP for Humans."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
certifi = ">=2017.4.17"
2021-05-13 22:44:16 +02:00
chardet = ">=3.0.2,<5"
2020-10-01 12:13:28 +02:00
idna = ">=2.5,<3"
2021-05-13 22:44:16 +02:00
urllib3 = ">=1.21.1,<1.27"
2020-10-01 12:13:28 +02:00
[ package . extras ]
security = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" ]
2021-01-10 20:24:09 +01:00
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
2020-10-01 12:13:28 +02:00
2021-10-18 11:45:08 +02:00
[ [ package ] ]
name = "requests-file"
version = "1.5.1"
description = "File transport adapter for Requests"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
requests = ">=1.0.0"
six = "*"
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "requests-oauthlib"
2021-01-10 20:24:09 +01:00
version = "1.3.0"
description = "OAuthlib authentication support for Requests."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
oauthlib = ">=3.0.0"
requests = ">=2.0.0"
[ package . extras ]
2021-01-10 20:24:09 +01:00
rsa = [ "oauthlib[signedtoken] (>=3.0.0)" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "rsa"
2021-01-10 20:24:09 +01:00
version = "4.6"
description = "Pure-Python RSA implementation"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=3.5, <4"
[ package . dependencies ]
pyasn1 = ">=0.1.3"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "ruamel.yaml"
2021-01-10 20:24:09 +01:00
version = "0.16.12"
description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
2021-01-10 20:24:09 +01:00
"ruamel.yaml.clib" = { version = ">=0.1.2" , markers = "platform_python_implementation == \"CPython\" and python_version < \"3.9\"" }
2020-10-01 12:13:28 +02:00
[ package . extras ]
docs = [ "ryd" ]
jinja2 = [ "ruamel.yaml.jinja2 (>=0.2)" ]
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "ruamel.yaml.clib"
2021-01-10 20:24:09 +01:00
version = "0.2.2"
description = "C version of reader, parser and emitter for ruamel.yaml derived from libyaml"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "s3transfer"
2021-01-10 20:24:09 +01:00
version = "0.3.3"
description = "An Amazon S3 Transfer Manager"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
botocore = ">=1.12.36,<2.0a.0"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "sentry-sdk"
2022-05-10 16:06:53 +02:00
version = "1.5.11"
2021-01-10 20:24:09 +01:00
description = "Python client for Sentry (https://sentry.io)"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
certifi = "*"
urllib3 = ">=1.10.0"
[ package . extras ]
aiohttp = [ "aiohttp (>=3.5)" ]
beam = [ "apache-beam (>=2.12)" ]
bottle = [ "bottle (>=0.12.13)" ]
celery = [ "celery (>=3)" ]
chalice = [ "chalice (>=1.16.0)" ]
django = [ "django (>=1.8)" ]
falcon = [ "falcon (>=1.4)" ]
flask = [ "flask (>=0.11)" , "blinker (>=1.1)" ]
2021-11-17 10:50:02 +01:00
httpx = [ "httpx (>=0.16.0)" ]
2020-10-01 12:13:28 +02:00
pure_eval = [ "pure-eval" , "executing" , "asttokens" ]
pyspark = [ "pyspark (>=2.4.4)" ]
2022-05-10 16:06:53 +02:00
quart = [ "quart (>=0.16.1)" , "blinker (>=1.1)" ]
2020-10-01 12:13:28 +02:00
rq = [ "rq (>=0.6)" ]
sanic = [ "sanic (>=0.8)" ]
sqlalchemy = [ "sqlalchemy (>=1.2)" ]
tornado = [ "tornado (>=5)" ]
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "simplejson"
2021-01-10 20:24:09 +01:00
version = "3.17.2"
description = "Simple, fast, extensible JSON encoder/decoder for Python"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "six"
2021-01-10 20:24:09 +01:00
version = "1.15.0"
description = "Python 2 and 3 compatibility utilities"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "sqlalchemy"
2022-05-23 14:41:06 +02:00
version = "1.3.24"
2021-01-10 20:24:09 +01:00
description = "Database Abstraction Library"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . extras ]
mssql = [ "pyodbc" ]
mssql_pymssql = [ "pymssql" ]
mssql_pyodbc = [ "pyodbc" ]
mysql = [ "mysqlclient" ]
oracle = [ "cx-oracle" ]
postgresql = [ "psycopg2" ]
2022-05-23 14:41:06 +02:00
postgresql_pg8000 = [ "pg8000 (<1.16.6)" ]
2020-10-01 12:13:28 +02:00
postgresql_psycopg2binary = [ "psycopg2-binary" ]
postgresql_psycopg2cffi = [ "psycopg2cffi" ]
2022-05-23 14:41:06 +02:00
pymysql = [ "pymysql (<1)" , "pymysql" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "sqlalchemy-utils"
2021-01-10 20:24:09 +01:00
version = "0.36.8"
description = "Various utility functions for SQLAlchemy."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
2020-12-13 19:12:02 +01:00
six = "*"
2021-01-10 20:24:09 +01:00
SQLAlchemy = ">=1.0"
2020-10-01 12:13:28 +02:00
[ package . extras ]
anyjson = [ "anyjson (>=0.3.3)" ]
arrow = [ "arrow (>=0.3.4)" ]
babel = [ "Babel (>=1.3)" ]
color = [ "colour (>=0.0.4)" ]
encrypted = [ "cryptography (>=0.6)" ]
intervals = [ "intervals (>=0.7.1)" ]
password = [ "passlib (>=1.6,<2.0)" ]
pendulum = [ "pendulum (>=2.0.5)" ]
phone = [ "phonenumbers (>=5.9.2)" ]
2021-01-10 20:24:09 +01:00
test = [ "pytest (>=2.7.1)" , "Pygments (>=1.2)" , "Jinja2 (>=2.3)" , "docutils (>=0.10)" , "flexmock (>=0.9.7)" , "mock (==2.0.0)" , "psycopg2 (>=2.5.1)" , "psycopg2cffi (>=2.8.1)" , "pg8000 (>=1.12.4)" , "pytz (>=2014.2)" , "python-dateutil (>=2.6)" , "pymysql" , "flake8 (>=2.4.0)" , "isort (>=4.2.2)" , "pyodbc" ]
test_all = [ "anyjson (>=0.3.3)" , "arrow (>=0.3.4)" , "Babel (>=1.3)" , "colour (>=0.0.4)" , "cryptography (>=0.6)" , "intervals (>=0.7.1)" , "passlib (>=1.6,<2.0)" , "pendulum (>=2.0.5)" , "phonenumbers (>=5.9.2)" , "pytest (>=2.7.1)" , "Pygments (>=1.2)" , "Jinja2 (>=2.3)" , "docutils (>=0.10)" , "flexmock (>=0.9.7)" , "mock (==2.0.0)" , "psycopg2 (>=2.5.1)" , "psycopg2cffi (>=2.8.1)" , "pg8000 (>=1.12.4)" , "pytz (>=2014.2)" , "python-dateutil (>=2.6)" , "pymysql" , "flake8 (>=2.4.0)" , "isort (>=4.2.2)" , "pyodbc" , "python-dateutil" , "furl (>=0.4.1)" ]
2020-10-01 12:13:28 +02:00
timezone = [ "python-dateutil" ]
url = [ "furl (>=0.4.1)" ]
2021-11-19 18:31:42 +01:00
[ [ package ] ]
name = "sqlparse"
version = "0.4.2"
description = "A non-validating SQL parser."
category = "main"
optional = false
python-versions = ">=3.5"
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "strictyaml"
2021-01-10 20:24:09 +01:00
version = "1.1.0"
description = "Strict, typed YAML parser"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
python-dateutil = ">=2.6.0"
"ruamel.yaml" = ">=0.14.2"
2021-09-10 16:36:59 +02:00
[ [ package ] ]
name = "tld"
version = "0.12.6"
description = "Extract the top-level domain (TLD) from the URL given."
category = "main"
optional = false
python-versions = ">=2.7, <4"
2021-10-18 11:45:08 +02:00
[ [ package ] ]
name = "tldextract"
version = "3.1.2"
description = "Accurately separate the TLD from the registered domain and subdomains of a URL, using the Public Suffix List. By default, this includes the public ICANN TLDs and their exceptions. You can optionally support the Public Suffix List's private domains as well."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
filelock = ">=3.0.8"
idna = "*"
requests = ">=2.1.0"
requests-file = ">=1.4"
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "toml"
2021-01-10 20:24:09 +01:00
version = "0.10.1"
description = "Python Library for Tom's Obvious, Minimal Language"
category = "dev"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
2022-02-06 15:25:53 +01:00
[ [ package ] ]
name = "tomli"
2022-07-04 16:01:04 +02:00
version = "2.0.1"
2022-02-06 15:25:53 +01:00
description = "A lil' TOML parser"
category = "dev"
optional = false
python-versions = ">=3.7"
2022-06-29 11:28:26 +02:00
[ [ package ] ]
name = "tomlkit"
2022-07-04 16:01:04 +02:00
version = "0.11.0"
2022-06-29 11:28:26 +02:00
description = "Style preserving TOML library"
category = "dev"
optional = false
python-versions = ">=3.6,<4.0"
[ [ package ] ]
name = "tqdm"
version = "4.64.0"
description = "Fast, Extensible Progress Meter"
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ package . extras ]
dev = [ "py-make (>=0.1.0)" , "twine" , "wheel" ]
notebook = [ "ipywidgets (>=6)" ]
slack = [ "slack-sdk" ]
telegram = [ "requests" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "traitlets"
2021-01-10 20:24:09 +01:00
version = "5.0.4"
description = "Traitlets Python configuration system"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
ipython-genutils = "*"
[ package . extras ]
test = [ "pytest" ]
2021-12-02 17:03:13 +01:00
[ [ package ] ]
name = "twilio"
version = "7.3.2"
description = "Twilio API client and TwiML generator"
category = "main"
optional = false
python-versions = ">=3.6.0"
[ package . dependencies ]
PyJWT = ">=2.0.0,<3.0.0"
pytz = "*"
requests = ">=2.0.0"
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "typed-ast"
2022-02-06 15:25:53 +01:00
version = "1.5.2"
2021-01-10 20:24:09 +01:00
description = "a fork of Python 2 and 3 ast modules with type comment support"
category = "dev"
2020-10-01 12:13:28 +02:00
optional = false
2022-02-06 15:25:53 +01:00
python-versions = ">=3.6"
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "typing-extensions"
2022-02-06 15:25:53 +01:00
version = "4.0.1"
description = "Backported and Experimental Type Hints for Python 3.6+"
2021-01-10 20:24:09 +01:00
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
2022-02-06 15:25:53 +01:00
python-versions = ">=3.6"
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "unidecode"
2021-01-10 20:24:09 +01:00
version = "1.1.1"
description = "ASCII transliterations of Unicode text"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "uritemplate"
2021-01-10 20:24:09 +01:00
version = "3.0.1"
description = "URI templates"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "urllib3"
2021-01-10 20:24:09 +01:00
version = "1.25.10"
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[ package . extras ]
brotli = [ "brotlipy (>=0.6.0)" ]
secure = [ "certifi" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "pyOpenSSL (>=0.14)" , "ipaddress" ]
2021-01-10 20:24:09 +01:00
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "virtualenv"
2022-07-04 16:01:04 +02:00
version = "20.8.1"
2021-01-10 20:24:09 +01:00
description = "Virtual Python Environment builder"
category = "dev"
2020-10-01 12:13:28 +02:00
optional = false
2022-07-04 16:01:04 +02:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2020-10-01 12:13:28 +02:00
[ package . dependencies ]
2022-07-04 16:01:04 +02:00
"backports.entry-points-selectable" = ">=1.0.4"
2020-10-01 12:13:28 +02:00
distlib = ">=0.3.1,<1"
filelock = ">=3.0.0,<4"
2022-07-04 16:01:04 +02:00
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
platformdirs = ">=2,<3"
2020-10-01 12:13:28 +02:00
six = ">=1.9.0,<2"
[ package . extras ]
docs = [ "proselint (>=0.10.2)" , "sphinx (>=3)" , "sphinx-argparse (>=0.2.5)" , "sphinx-rtd-theme (>=0.4.3)" , "towncrier (>=19.9.0rc1)" ]
2022-07-04 16:01:04 +02:00
testing = [ "coverage (>=4)" , "coverage-enable-subprocess (>=1)" , "flaky (>=3)" , "pytest (>=4)" , "pytest-env (>=0.6.2)" , "pytest-freezegun (>=0.4.1)" , "pytest-mock (>=2)" , "pytest-randomly (>=1)" , "pytest-timeout (>=1)" , "packaging (>=20.0)" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "watchtower"
2021-01-10 20:24:09 +01:00
version = "0.8.0"
description = "Python CloudWatch Logging"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
boto3 = ">=1.9.253,<2"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "wcwidth"
2021-01-10 20:24:09 +01:00
version = "0.2.5"
description = "Measures the displayed width of unicode strings in a terminal"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "webauthn"
2021-01-10 20:24:09 +01:00
version = "0.4.7"
description = "A WebAuthn Python module."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
cbor2 = ">=4.0.1"
cryptography = ">=2.3.1"
future = ">=0.17.1"
pyOpenSSL = ">=16.0.0"
six = ">=1.11.0"
2021-09-10 16:36:59 +02:00
[ [ package ] ]
name = "webob"
version = "1.8.7"
description = "WSGI request and response object"
category = "main"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*"
[ package . extras ]
docs = [ "Sphinx (>=1.7.5)" , "pylons-sphinx-themes" ]
testing = [ "pytest (>=3.1.0)" , "coverage" , "pytest-cov" , "pytest-xdist" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "werkzeug"
2021-01-10 20:24:09 +01:00
version = "1.0.1"
description = "The comprehensive WSGI web application library."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . extras ]
dev = [ "pytest" , "pytest-timeout" , "coverage" , "tox" , "sphinx" , "pallets-sphinx-themes" , "sphinx-issues" ]
watchdog = [ "watchdog" ]
2022-02-03 11:09:17 +01:00
[ [ package ] ]
name = "wrapt"
version = "1.13.3"
description = "Module for decorators, wrappers and monkey patching."
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "wtforms"
2021-01-10 20:24:09 +01:00
version = "2.3.3"
description = "A flexible forms validation and rendering library for Python web development."
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . dependencies ]
MarkupSafe = "*"
[ package . extras ]
email = [ "email-validator" ]
ipaddress = [ "ipaddress" ]
locale = [ "Babel (>=1.3)" ]
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "yacron"
2021-11-17 10:50:02 +01:00
version = "0.11.2"
2021-01-10 20:24:09 +01:00
description = "A modern Cron replacement that is Docker-friendly"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
2021-11-17 10:50:02 +01:00
aiohttp = ">=3.0,<4"
2020-10-01 12:13:28 +02:00
aiosmtplib = "*"
crontab = "0.22.8"
jinja2 = "*"
pytz = "*"
sentry-sdk = "*"
strictyaml = ">=0.7.2"
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "yarl"
2021-01-10 20:24:09 +01:00
version = "1.6.0"
description = "Yet another URL library"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
idna = ">=2.0"
multidict = ">=4.0"
2021-01-10 20:24:09 +01:00
typing-extensions = { version = ">=3.7.4" , markers = "python_version < \"3.8\"" }
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "zipp"
2021-01-10 20:24:09 +01:00
version = "3.2.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
2022-02-06 15:25:53 +01:00
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=3.6"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=3.2)" , "rst.linker (>=1.9)" ]
2021-01-10 20:24:09 +01:00
testing = [ "pytest (>=3.5,!=3.7.3)" , "pytest-checkdocs (>=1.2.3)" , "pytest-flake8" , "pytest-cov" , "jaraco.test (>=3.2.0)" , "jaraco.itertools" , "func-timeout" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
2020-10-01 12:13:28 +02:00
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "zope.event"
2021-01-10 20:24:09 +01:00
version = "4.5.0"
description = "Very basic event publishing system"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = "*"
[ package . extras ]
docs = [ "sphinx" ]
test = [ "zope.testrunner" ]
[ [ package ] ]
2020-12-13 19:12:02 +01:00
name = "zope.interface"
2021-01-10 20:24:09 +01:00
version = "5.1.1"
description = "Interfaces for Python"
category = "main"
2020-10-01 12:13:28 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . extras ]
docs = [ "sphinx" , "repoze.sphinx.autointerface" ]
test = [ "coverage (>=5.0.3)" , "zope.event" , "zope.testing" ]
testing = [ "coverage (>=5.0.3)" , "zope.event" , "zope.testing" ]
[ metadata ]
2021-01-10 20:24:09 +01:00
lock-version = "1.1"
2022-07-04 16:01:04 +02:00
python-versions = "^3.7.2"
2022-07-19 08:25:59 +02:00
content-hash = "cd2db540e52cecd06a2654f973389d55da6f1bd7975d8d67aef616c6cbce1846"
2020-10-01 12:13:28 +02:00
[ metadata . files ]
2022-07-19 08:25:59 +02:00
aiohttp = [ ]
aiosignal = [
{ file = "aiosignal-1.2.0-py3-none-any.whl" , hash = "sha256:26e62109036cd181df6e6ad646f91f0dcfd05fe16d0cb924138ff2ab75d64e3a" } ,
{ file = "aiosignal-1.2.0.tar.gz" , hash = "sha256:78ed67db6c7b7ced4f98e495e572106d5c432a93e1ddd1bf475e1dc05f5b7df2" } ,
]
aiosmtpd = [ ]
aiosmtplib = [ ]
aiospamc = [ ]
alembic = [ ]
appnope = [ ]
arrow = [ ]
astroid = [ ]
2020-10-01 12:13:28 +02:00
async-timeout = [
2022-07-19 08:25:59 +02:00
{ file = "async-timeout-4.0.2.tar.gz" , hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15" } ,
{ file = "async_timeout-4.0.2-py3-none-any.whl" , hash = "sha256:8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c" } ,
2020-10-01 12:13:28 +02:00
]
2022-07-19 08:25:59 +02:00
asynctest = [ ]
2020-10-01 12:13:28 +02:00
atomicwrites = [
{ file = "atomicwrites-1.4.0-py2.py3-none-any.whl" , hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197" } ,
{ file = "atomicwrites-1.4.0.tar.gz" , hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a" } ,
]
2022-07-19 08:25:59 +02:00
atpublic = [ ]
attrs = [ ]
2020-10-01 12:13:28 +02:00
backcall = [
{ file = "backcall-0.2.0-py2.py3-none-any.whl" , hash = "sha256:fbbce6a29f263178a1f7915c1940bde0ec2b2a967566fe1c65c1dfb7422bd255" } ,
{ file = "backcall-0.2.0.tar.gz" , hash = "sha256:5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e" } ,
]
2022-07-19 08:25:59 +02:00
"backports.entry-points-selectable" = [ ]
2020-10-01 12:13:28 +02:00
bcrypt = [
2022-05-25 08:22:17 +02:00
{ file = "bcrypt-3.2.0-cp36-abi3-macosx_10_10_universal2.whl" , hash = "sha256:b589229207630484aefe5899122fb938a5b017b0f4349f769b8c13e78d99a8fd" } ,
2020-10-01 12:13:28 +02:00
{ file = "bcrypt-3.2.0-cp36-abi3-macosx_10_9_x86_64.whl" , hash = "sha256:c95d4cbebffafcdd28bd28bb4e25b31c50f6da605c81ffd9ad8a3d1b2ab7b1b6" } ,
{ file = "bcrypt-3.2.0-cp36-abi3-manylinux1_x86_64.whl" , hash = "sha256:63d4e3ff96188e5898779b6057878fecf3f11cfe6ec3b313ea09955d587ec7a7" } ,
{ file = "bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl" , hash = "sha256:cd1ea2ff3038509ea95f687256c46b79f5fc382ad0aa3664d200047546d511d1" } ,
{ file = "bcrypt-3.2.0-cp36-abi3-manylinux2014_aarch64.whl" , hash = "sha256:cdcdcb3972027f83fe24a48b1e90ea4b584d35f1cc279d76de6fc4b13376239d" } ,
2022-05-25 08:22:17 +02:00
{ file = "bcrypt-3.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:a0584a92329210fcd75eb8a3250c5a941633f8bfaf2a18f81009b097732839b7" } ,
{ file = "bcrypt-3.2.0-cp36-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:56e5da069a76470679f312a7d3d23deb3ac4519991a0361abc11da837087b61d" } ,
2020-10-01 12:13:28 +02:00
{ file = "bcrypt-3.2.0-cp36-abi3-win32.whl" , hash = "sha256:a67fb841b35c28a59cebed05fbd3e80eea26e6d75851f0574a9273c80f3e9b55" } ,
{ file = "bcrypt-3.2.0-cp36-abi3-win_amd64.whl" , hash = "sha256:81fec756feff5b6818ea7ab031205e1d323d8943d237303baca2c5f9c7846f34" } ,
{ file = "bcrypt-3.2.0.tar.gz" , hash = "sha256:5b93c1726e50a93a033c36e5ca7fdcd29a5c7395af50a6892f5d9e7c6cfbfb29" } ,
]
2022-07-19 08:25:59 +02:00
black = [ ]
2020-10-01 12:13:28 +02:00
blinker = [
{ file = "blinker-1.4.tar.gz" , hash = "sha256:471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d606f8b6" } ,
]
2022-07-19 08:25:59 +02:00
boto3 = [ ]
botocore = [ ]
cachetools = [ ]
cbor2 = [ ]
certifi = [ ]
cffi = [ ]
cfgv = [ ]
chardet = [ ]
charset-normalizer = [ ]
click = [ ]
coinbase-commerce = [ ]
colorama = [ ]
coloredlogs = [ ]
coverage = [ ]
crontab = [ ]
2020-10-01 12:13:28 +02:00
cryptography = [
2022-05-05 15:07:17 +02:00
{ file = "cryptography-37.0.1-cp36-abi3-macosx_10_10_universal2.whl" , hash = "sha256:74b55f67f4cf026cb84da7a1b04fc2a1d260193d4ad0ea5e9897c8b74c1e76ac" } ,
{ file = "cryptography-37.0.1-cp36-abi3-macosx_10_10_x86_64.whl" , hash = "sha256:0db5cf21bd7d092baacb576482b0245102cea2d3cf09f09271ce9f69624ecb6f" } ,
{ file = "cryptography-37.0.1-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:faf0f5456c059c7b1c29441bdd5e988f0ba75bdc3eea776520d8dcb1e30e1b5c" } ,
{ file = "cryptography-37.0.1-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:06bfafa6e53ccbfb7a94be4687b211a025ce0625e3f3c60bb15cd048a18f3ed8" } ,
{ file = "cryptography-37.0.1-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:bf585476fcbcd37bed08072e8e2db3954ce1bfc68087a2dc9c19cfe0b90979ca" } ,
{ file = "cryptography-37.0.1-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6d4daf890e674d191757d8d7d60dc3a29c58c72c7a76a05f1c0a326013f47e8b" } ,
{ file = "cryptography-37.0.1-cp36-abi3-manylinux_2_24_x86_64.whl" , hash = "sha256:ae1cd29fbe6b716855454e44f4bf743465152e15d2d317303fe3b58ee9e5af7a" } ,
{ file = "cryptography-37.0.1-cp36-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:451aaff8b8adf2dd0597cbb1fdcfc8a7d580f33f843b7cce75307a7f20112dd8" } ,
{ file = "cryptography-37.0.1-cp36-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:1858eff6246bb8bbc080eee78f3dd1528739e3f416cba5f9914e8631b8df9871" } ,
{ file = "cryptography-37.0.1-cp36-abi3-win32.whl" , hash = "sha256:e69a0e36e62279120e648e787b76d79b41e0f9e86c1c636a4f38d415595c722e" } ,
{ file = "cryptography-37.0.1-cp36-abi3-win_amd64.whl" , hash = "sha256:a18ff4bfa9d64914a84d7b06c46eb86e0cc03113470b3c111255aceb6dcaf81d" } ,
{ file = "cryptography-37.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cce90609e01e1b192fae9e13665058ab46b2ea53a3c05a3ea74a3eb8c3af8857" } ,
{ file = "cryptography-37.0.1-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl" , hash = "sha256:c4a58eeafbd7409054be41a377e726a7904a17c26f45abf18125d21b1215b08b" } ,
{ file = "cryptography-37.0.1-pp38-pypy38_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:618391152147a1221c87b1b0b7f792cafcfd4b5a685c5c72eeea2ddd29aeceff" } ,
{ file = "cryptography-37.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7ceae26f876aabe193b13a0c36d1bb8e3e7e608d17351861b437bd882f617e9f" } ,
{ file = "cryptography-37.0.1-pp38-pypy38_pp73-manylinux_2_24_x86_64.whl" , hash = "sha256:930b829e8a2abaf43a19f38277ae3c5e1ffcf547b936a927d2587769ae52c296" } ,
{ file = "cryptography-37.0.1-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:58021d6e9b1d88b1105269d0da5e60e778b37dfc0e824efc71343dd003726831" } ,
{ file = "cryptography-37.0.1-pp39-pypy39_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:b1ee5c82cf03b30f6ae4e32d2bcb1e167ef74d6071cbb77c2af30f101d0b360b" } ,
{ file = "cryptography-37.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f095988548ec5095e3750cdb30e6962273d239b1998ba1aac66c0d5bee7111c1" } ,
{ file = "cryptography-37.0.1-pp39-pypy39_pp73-manylinux_2_24_x86_64.whl" , hash = "sha256:125702572be12bcd318e3a14e9e70acd4be69a43664a75f0397e8650fe3c6cc3" } ,
{ file = "cryptography-37.0.1-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:315af6268de72bcfa0bb3401350ce7d921f216e6b60de12a363dad128d9d459f" } ,
{ file = "cryptography-37.0.1.tar.gz" , hash = "sha256:d610d0ee14dd9109006215c7c0de15eee91230b70a9bce2263461cf7c3720b83" } ,
2020-10-01 12:13:28 +02:00
]
2022-07-19 08:25:59 +02:00
decorator = [ ]
deprecated = [ ]
dill = [ ]
distlib = [ ]
djlint = [ ]
dkimpy = [ ]
dnspython = [ ]
2020-10-01 12:21:37 +02:00
email-validator = [
2021-09-10 16:36:59 +02:00
{ file = "email_validator-1.1.3-py2.py3-none-any.whl" , hash = "sha256:5675c8ceb7106a37e40e2698a57c056756bf3f272cfa8682a4f87ebd95d8440b" } ,
{ file = "email_validator-1.1.3.tar.gz" , hash = "sha256:aa237a65f6f4da067119b7df3f13e89c25c051327b2b5b66dc075f33d62480d7" } ,
2020-10-01 12:21:37 +02:00
]
2022-07-19 08:25:59 +02:00
facebook-sdk = [ ]
filelock = [ ]
2021-09-10 16:36:59 +02:00
flanker = [
{ file = "flanker-0.9.11.tar.gz" , hash = "sha256:974418e5b498fd3bcb3859c22e22d26495257f9cf98b744c17f2335aca86e001" } ,
]
2020-10-01 12:13:28 +02:00
flask = [
{ file = "Flask-1.1.2-py2.py3-none-any.whl" , hash = "sha256:8a4fdd8936eba2512e9c85df320a37e694c93945b33ef33c89946a340a238557" } ,
{ file = "Flask-1.1.2.tar.gz" , hash = "sha256:4efa1ae2d7c9865af48986de8aeb8504bf32c7f3d6fdc9353d34b21f4b127060" } ,
]
2022-07-19 08:25:59 +02:00
flask-admin = [ ]
flask-cors = [ ]
flask-debugtoolbar = [ ]
flask-debugtoolbar-sqlalchemy = [ ]
flask-httpauth = [ ]
flask-limiter = [ ]
flask-login = [ ]
flask-migrate = [ ]
flask-profiler = [ ]
flask-sqlalchemy = [ ]
2020-10-01 12:13:28 +02:00
flask-wtf = [
{ file = "Flask-WTF-0.14.3.tar.gz" , hash = "sha256:d417e3a0008b5ba583da1763e4db0f55a1269d9dd91dcc3eb3c026d3c5dbd720" } ,
{ file = "Flask_WTF-0.14.3-py2.py3-none-any.whl" , hash = "sha256:57b3faf6fe5d6168bda0c36b0df1d05770f8e205e18332d0376ddb954d17aef2" } ,
]
2022-07-19 08:25:59 +02:00
frozenlist = [
{ file = "frozenlist-1.3.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:d2257aaba9660f78c7b1d8fea963b68f3feffb1a9d5d05a18401ca9eb3e8d0a3" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:4a44ebbf601d7bac77976d429e9bdb5a4614f9f4027777f9e54fd765196e9d3b" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:45334234ec30fc4ea677f43171b18a27505bfb2dba9aca4398a62692c0ea8868" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:47be22dc27ed933d55ee55845d34a3e4e9f6fee93039e7f8ebadb0c2f60d403f" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:03a7dd1bfce30216a3f51a84e6dd0e4a573d23ca50f0346634916ff105ba6e6b" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:691ddf6dc50480ce49f68441f1d16a4c3325887453837036e0fb94736eae1e58" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:bde99812f237f79eaf3f04ebffd74f6718bbd216101b35ac7955c2d47c17da02" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6a202458d1298ced3768f5a7d44301e7c86defac162ace0ab7434c2e961166e8" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:b9e3e9e365991f8cc5f5edc1fd65b58b41d0514a6a7ad95ef5c7f34eb49b3d3e" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:04cb491c4b1c051734d41ea2552fde292f5f3a9c911363f74f39c23659c4af78" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:436496321dad302b8b27ca955364a439ed1f0999311c393dccb243e451ff66aa" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:754728d65f1acc61e0f4df784456106e35afb7bf39cfe37227ab00436fb38676" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:6eb275c6385dd72594758cbe96c07cdb9bd6becf84235f4a594bdf21e3596c9d" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-win32.whl" , hash = "sha256:e30b2f9683812eb30cf3f0a8e9f79f8d590a7999f731cf39f9105a7c4a39489d" } ,
{ file = "frozenlist-1.3.0-cp310-cp310-win_amd64.whl" , hash = "sha256:f7353ba3367473d1d616ee727945f439e027f0bb16ac1a750219a8344d1d5d3c" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:88aafd445a233dbbf8a65a62bc3249a0acd0d81ab18f6feb461cc5a938610d24" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4406cfabef8f07b3b3af0f50f70938ec06d9f0fc26cbdeaab431cbc3ca3caeaa" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8cf829bd2e2956066dd4de43fd8ec881d87842a06708c035b37ef632930505a2" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:603b9091bd70fae7be28bdb8aa5c9990f4241aa33abb673390a7f7329296695f" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:25af28b560e0c76fa41f550eacb389905633e7ac02d6eb3c09017fa1c8cdfde1" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:94c7a8a9fc9383b52c410a2ec952521906d355d18fccc927fca52ab575ee8b93" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:65bc6e2fece04e2145ab6e3c47428d1bbc05aede61ae365b2c1bddd94906e478" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:3f7c935c7b58b0d78c0beea0c7358e165f95f1fd8a7e98baa40d22a05b4a8141" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:bd89acd1b8bb4f31b47072615d72e7f53a948d302b7c1d1455e42622de180eae" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:6983a31698490825171be44ffbafeaa930ddf590d3f051e397143a5045513b01" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:adac9700675cf99e3615eb6a0eb5e9f5a4143c7d42c05cea2e7f71c27a3d0846" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-win32.whl" , hash = "sha256:0c36e78b9509e97042ef869c0e1e6ef6429e55817c12d78245eb915e1cca7468" } ,
{ file = "frozenlist-1.3.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:57f4d3f03a18facacb2a6bcd21bccd011e3b75d463dc49f838fd699d074fabd1" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:8c905a5186d77111f02144fab5b849ab524f1e876a1e75205cd1386a9be4b00a" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:b5009062d78a8c6890d50b4e53b0ddda31841b3935c1937e2ed8c1bda1c7fb9d" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:2fdc3cd845e5a1f71a0c3518528bfdbfe2efaf9886d6f49eacc5ee4fd9a10953" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:92e650bd09b5dda929523b9f8e7f99b24deac61240ecc1a32aeba487afcd970f" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:40dff8962b8eba91fd3848d857203f0bd704b5f1fa2b3fc9af64901a190bba08" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:768efd082074bb203c934e83a61654ed4931ef02412c2fbdecea0cff7ecd0274" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:006d3595e7d4108a12025ddf415ae0f6c9e736e726a5db0183326fd191b14c5e" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:871d42623ae15eb0b0e9df65baeee6976b2e161d0ba93155411d58ff27483ad8" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:aff388be97ef2677ae185e72dc500d19ecaf31b698986800d3fc4f399a5e30a5" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:9f892d6a94ec5c7b785e548e42722e6f3a52f5f32a8461e82ac3e67a3bd073f1" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:e982878792c971cbd60ee510c4ee5bf089a8246226dea1f2138aa0bb67aff148" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:c6c321dd013e8fc20735b92cb4892c115f5cdb82c817b1e5b07f6b95d952b2f0" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:30530930410855c451bea83f7b272fb1c495ed9d5cc72895ac29e91279401db3" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-win32.whl" , hash = "sha256:40ec383bc194accba825fbb7d0ef3dda5736ceab2375462f1d8672d9f6b68d07" } ,
{ file = "frozenlist-1.3.0-cp38-cp38-win_amd64.whl" , hash = "sha256:f20baa05eaa2bcd5404c445ec51aed1c268d62600362dc6cfe04fae34a424bd9" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:0437fe763fb5d4adad1756050cbf855bbb2bf0d9385c7bb13d7a10b0dd550486" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:b684c68077b84522b5c7eafc1dc735bfa5b341fb011d5552ebe0968e22ed641c" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:93641a51f89473837333b2f8100f3f89795295b858cd4c7d4a1f18e299dc0a4f" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d6d32ff213aef0fd0bcf803bffe15cfa2d4fde237d1d4838e62aec242a8362fa" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:31977f84828b5bb856ca1eb07bf7e3a34f33a5cddce981d880240ba06639b94d" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:3c62964192a1c0c30b49f403495911298810bada64e4f03249ca35a33ca0417a" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4eda49bea3602812518765810af732229b4291d2695ed24a0a20e098c45a707b" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:acb267b09a509c1df5a4ca04140da96016f40d2ed183cdc356d237286c971b51" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:e1e26ac0a253a2907d654a37e390904426d5ae5483150ce3adedb35c8c06614a" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:f96293d6f982c58ebebb428c50163d010c2f05de0cde99fd681bfdc18d4b2dc2" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:e84cb61b0ac40a0c3e0e8b79c575161c5300d1d89e13c0e02f76193982f066ed" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:ff9310f05b9d9c5c4dd472983dc956901ee6cb2c3ec1ab116ecdde25f3ce4951" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:d26b650b71fdc88065b7a21f8ace70175bcf3b5bdba5ea22df4bfd893e795a3b" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-win32.whl" , hash = "sha256:01a73627448b1f2145bddb6e6c2259988bb8aee0fb361776ff8604b99616cd08" } ,
{ file = "frozenlist-1.3.0-cp39-cp39-win_amd64.whl" , hash = "sha256:772965f773757a6026dea111a15e6e2678fbd6216180f82a48a40b27de1ee2ab" } ,
{ file = "frozenlist-1.3.0.tar.gz" , hash = "sha256:ce6f2ba0edb7b0c1d8976565298ad2deba6f8064d2bebb6ffce2ca896eb35b0b" } ,
]
2020-10-01 12:13:28 +02:00
future = [
{ file = "future-0.18.2.tar.gz" , hash = "sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d" } ,
]
gevent = [
2022-04-19 14:45:30 +02:00
{ file = "gevent-21.12.0-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:2afa3f3ad528155433f6ac8bd64fa5cc303855b97004416ec719a6b1ca179481" } ,
{ file = "gevent-21.12.0-cp27-cp27m-win32.whl" , hash = "sha256:177f93a3a90f46a5009e0841fef561601e5c637ba4332ab8572edd96af650101" } ,
{ file = "gevent-21.12.0-cp27-cp27m-win_amd64.whl" , hash = "sha256:a5ad4ed8afa0a71e1927623589f06a9b5e8b5e77810be3125cb4d93050d3fd1f" } ,
{ file = "gevent-21.12.0-cp310-cp310-macosx_10_14_x86_64.whl" , hash = "sha256:eae3c46f9484eaacd67ffcdf4eaf6ca830f587edd543613b0f5c4eb3c11d052d" } ,
{ file = "gevent-21.12.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:e1899b921219fc8959ff9afb94dae36be82e0769ed13d330a393594d478a0b3a" } ,
{ file = "gevent-21.12.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8c21cb5c9f4e14d75b3fe0b143ec875d7dbd1495fad6d49704b00e57e781ee0f" } ,
{ file = "gevent-21.12.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:542ae891e2aa217d2cf6d8446538fcd2f3263a40eec123b970b899bac391c47a" } ,
{ file = "gevent-21.12.0-cp310-cp310-win_amd64.whl" , hash = "sha256:0082d8a5d23c35812ce0e716a91ede597f6dd2c5ff508a02a998f73598c59397" } ,
{ file = "gevent-21.12.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:da8d2d51a49b2a5beb02ad619ca9ddbef806ef4870ba04e5ac7b8b41a5b61db3" } ,
{ file = "gevent-21.12.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2cfff82f05f14b7f5d9ed53ccb7a609ae8604df522bb05c971bca78ec9d8b2b9" } ,
{ file = "gevent-21.12.0-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:7909780f0cf18a1fc32aafd8c8e130cdd93c6e285b11263f7f2d1a0f3678bc50" } ,
{ file = "gevent-21.12.0-cp36-cp36m-win32.whl" , hash = "sha256:bb5cb8db753469c7a9a0b8a972d2660fe851aa06eee699a1ca42988afb0aaa02" } ,
{ file = "gevent-21.12.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:c43f081cbca41d27fd8fef9c6a32cf83cb979345b20abc07bf68df165cdadb24" } ,
{ file = "gevent-21.12.0-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:74fc1ef16b86616cfddcc74f7292642b0f72dde4dd95aebf4c45bb236744be54" } ,
{ file = "gevent-21.12.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:cc2fef0f98ee180704cf95ec84f2bc2d86c6c3711bb6b6740d74e0afe708b62c" } ,
{ file = "gevent-21.12.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:08b4c17064e28f4eb85604486abc89f442c7407d2aed249cf54544ce5c9baee6" } ,
{ file = "gevent-21.12.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:973749bacb7bc4f4181a8fb2a7e0e2ff44038de56d08e856dd54a5ac1d7331b4" } ,
{ file = "gevent-21.12.0-cp37-cp37m-win32.whl" , hash = "sha256:6a02a88723ed3f0fd92cbf1df3c4cd2fbd87d82b0a4bac3e36a8875923115214" } ,
{ file = "gevent-21.12.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:f289fae643a3f1c3b909d6b033e6921b05234a4907e9c9c8c3f1fe403e6ac452" } ,
{ file = "gevent-21.12.0-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:3baeeccc4791ba3f8db27179dff11855a8f9210ddd754f6c9b48e0d2561c2aea" } ,
{ file = "gevent-21.12.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:05c5e8a50cd6868dd36536c92fb4468d18090e801bd63611593c0717bab63692" } ,
{ file = "gevent-21.12.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9d86438ede1cbe0fde6ef4cc3f72bf2f1ecc9630d8b633ff344a3aeeca272cdd" } ,
{ file = "gevent-21.12.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:01928770972181ad8866ee37ea3504f1824587b188fcab782ef1619ce7538766" } ,
{ file = "gevent-21.12.0-cp38-cp38-win32.whl" , hash = "sha256:3c012c73e6c61f13c75e3a4869dbe6a2ffa025f103421a6de9c85e627e7477b1" } ,
{ file = "gevent-21.12.0-cp38-cp38-win_amd64.whl" , hash = "sha256:b7709c64afa8bb3000c28bb91ec42c79594a7cb0f322e20427d57f9762366a5b" } ,
{ file = "gevent-21.12.0-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:ec21f9eaaa6a7b1e62da786132d6788675b314f25f98d9541f1bf00584ed4749" } ,
{ file = "gevent-21.12.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:22ce1f38fdfe2149ffe8ec2131ca45281791c1e464db34b3b4321ae9d8d2efbb" } ,
{ file = "gevent-21.12.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7ccffcf708094564e442ac6fde46f0ae9e40015cb69d995f4b39cc29a7643881" } ,
{ file = "gevent-21.12.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:24d3550fbaeef5fddd794819c2853bca45a86c3d64a056a2c268d981518220d1" } ,
{ file = "gevent-21.12.0-cp39-cp39-win32.whl" , hash = "sha256:2bcec9f80196c751fdcf389ca9f7141e7b0db960d8465ed79be5e685bfcad682" } ,
{ file = "gevent-21.12.0-cp39-cp39-win_amd64.whl" , hash = "sha256:3dad62f55fad839d498c801e139481348991cee6e1c7706041b5fe096cb6a279" } ,
{ file = "gevent-21.12.0-pp27-pypy_73-win_amd64.whl" , hash = "sha256:9f9652d1e4062d4b5b5a0a49ff679fa890430b5f76969d35dccb2df114c55e0f" } ,
{ file = "gevent-21.12.0.tar.gz" , hash = "sha256:f48b64578c367b91fa793bf8eaaaf4995cb93c8bc45860e473bf868070ad094e" } ,
2020-10-01 12:13:28 +02:00
]
2022-07-19 08:25:59 +02:00
google-api-core = [ ]
google-api-python-client = [ ]
google-auth = [ ]
2020-10-01 12:13:28 +02:00
google-auth-httplib2 = [
{ file = "google-auth-httplib2-0.0.4.tar.gz" , hash = "sha256:8d092cc60fb16517b12057ec0bba9185a96e3b7169d86ae12eae98e645b7bc39" } ,
{ file = "google_auth_httplib2-0.0.4-py2.py3-none-any.whl" , hash = "sha256:aeaff501738b289717fac1980db9711d77908a6c227f60e4aa1923410b43e2ee" } ,
]
2022-07-19 08:25:59 +02:00
googleapis-common-protos = [ ]
2020-10-01 12:13:28 +02:00
greenlet = [
2022-04-19 14:45:30 +02:00
{ file = "greenlet-1.1.2-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:58df5c2a0e293bf665a51f8a100d3e9956febfbf1d9aaf8c0677cf70218910c6" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:aec52725173bd3a7b56fe91bc56eccb26fbdff1386ef123abb63c84c5b43b63a" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:833e1551925ed51e6b44c800e71e77dacd7e49181fdc9ac9a0bf3714d515785d" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-win32.whl" , hash = "sha256:aa5b467f15e78b82257319aebc78dd2915e4c1436c3c0d1ad6f53e47ba6e2713" } ,
{ file = "greenlet-1.1.2-cp27-cp27m-win_amd64.whl" , hash = "sha256:40b951f601af999a8bf2ce8c71e8aaa4e8c6f78ff8afae7b808aae2dc50d4c40" } ,
{ file = "greenlet-1.1.2-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:95e69877983ea39b7303570fa6760f81a3eec23d0e3ab2021b7144b94d06202d" } ,
{ file = "greenlet-1.1.2-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:356b3576ad078c89a6107caa9c50cc14e98e3a6c4874a37c3e0273e4baf33de8" } ,
{ file = "greenlet-1.1.2-cp310-cp310-macosx_10_14_x86_64.whl" , hash = "sha256:8639cadfda96737427330a094476d4c7a56ac03de7265622fcf4cfe57c8ae18d" } ,
{ file = "greenlet-1.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:97e5306482182170ade15c4b0d8386ded995a07d7cc2ca8f27958d34d6736497" } ,
{ file = "greenlet-1.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e6a36bb9474218c7a5b27ae476035497a6990e21d04c279884eb10d9b290f1b1" } ,
{ file = "greenlet-1.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:abb7a75ed8b968f3061327c433a0fbd17b729947b400747c334a9c29a9af6c58" } ,
{ file = "greenlet-1.1.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:b336501a05e13b616ef81ce329c0e09ac5ed8c732d9ba7e3e983fcc1a9e86965" } ,
{ file = "greenlet-1.1.2-cp310-cp310-win_amd64.whl" , hash = "sha256:14d4f3cd4e8b524ae9b8aa567858beed70c392fdec26dbdb0a8a418392e71708" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-macosx_10_14_x86_64.whl" , hash = "sha256:17ff94e7a83aa8671a25bf5b59326ec26da379ace2ebc4411d690d80a7fbcf23" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:9f3cba480d3deb69f6ee2c1825060177a22c7826431458c697df88e6aeb3caee" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:fa877ca7f6b48054f847b61d6fa7bed5cebb663ebc55e018fda12db09dcc664c" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-win32.whl" , hash = "sha256:7cbd7574ce8e138bda9df4efc6bf2ab8572c9aff640d8ecfece1b006b68da963" } ,
{ file = "greenlet-1.1.2-cp35-cp35m-win_amd64.whl" , hash = "sha256:903bbd302a2378f984aef528f76d4c9b1748f318fe1294961c072bdc7f2ffa3e" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:049fe7579230e44daef03a259faa24511d10ebfa44f69411d99e6a184fe68073" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:dd0b1e9e891f69e7675ba5c92e28b90eaa045f6ab134ffe70b52e948aa175b3c" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:7418b6bfc7fe3331541b84bb2141c9baf1ec7132a7ecd9f375912eca810e714e" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f9d29ca8a77117315101425ec7ec2a47a22ccf59f5593378fc4077ac5b754fce" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:21915eb821a6b3d9d8eefdaf57d6c345b970ad722f856cd71739493ce003ad08" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:eff9d20417ff9dcb0d25e2defc2574d10b491bf2e693b4e491914738b7908168" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:b8c008de9d0daba7b6666aa5bbfdc23dcd78cafc33997c9b7741ff6353bafb7f" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-win32.whl" , hash = "sha256:32ca72bbc673adbcfecb935bb3fb1b74e663d10a4b241aaa2f5a75fe1d1f90aa" } ,
{ file = "greenlet-1.1.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:f0214eb2a23b85528310dad848ad2ac58e735612929c8072f6093f3585fd342d" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:b92e29e58bef6d9cfd340c72b04d74c4b4e9f70c9fa7c78b674d1fec18896dc4" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:fdcec0b8399108577ec290f55551d926d9a1fa6cad45882093a7a07ac5ec147b" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:93f81b134a165cc17123626ab8da2e30c0455441d4ab5576eed73a64c025b25c" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1e12bdc622676ce47ae9abbf455c189e442afdde8818d9da983085df6312e7a1" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8c790abda465726cfb8bb08bd4ca9a5d0a7bd77c7ac1ca1b839ad823b948ea28" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f276df9830dba7a333544bd41070e8175762a7ac20350786b322b714b0e654f5" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:8c5d5b35f789a030ebb95bff352f1d27a93d81069f2adb3182d99882e095cefe" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-win32.whl" , hash = "sha256:64e6175c2e53195278d7388c454e0b30997573f3f4bd63697f88d855f7a6a1fc" } ,
{ file = "greenlet-1.1.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:b11548073a2213d950c3f671aa88e6f83cda6e2fb97a8b6317b1b5b33d850e06" } ,
{ file = "greenlet-1.1.2-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:9633b3034d3d901f0a46b7939f8c4d64427dfba6bbc5a36b1a67364cf148a1b0" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:eb6ea6da4c787111adf40f697b4e58732ee0942b5d3bd8f435277643329ba627" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:f3acda1924472472ddd60c29e5b9db0cec629fbe3c5c5accb74d6d6d14773478" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e859fcb4cbe93504ea18008d1df98dee4f7766db66c435e4882ab35cf70cac43" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:00e44c8afdbe5467e4f7b5851be223be68adb4272f44696ee71fe46b7036a711" } ,
{ file = "greenlet-1.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ec8c433b3ab0419100bd45b47c9c8551248a5aee30ca5e9d399a0b57ac04651b" } ,
{ file = "greenlet-1.1.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:2bde6792f313f4e918caabc46532aa64aa27a0db05d75b20edfc5c6f46479de2" } ,
{ file = "greenlet-1.1.2-cp38-cp38-win32.whl" , hash = "sha256:288c6a76705dc54fba69fbcb59904ae4ad768b4c768839b8ca5fdadec6dd8cfd" } ,
{ file = "greenlet-1.1.2-cp38-cp38-win_amd64.whl" , hash = "sha256:8d2f1fb53a421b410751887eb4ff21386d119ef9cde3797bf5e7ed49fb51a3b3" } ,
{ file = "greenlet-1.1.2-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:166eac03e48784a6a6e0e5f041cfebb1ab400b394db188c48b3a84737f505b67" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:572e1787d1460da79590bf44304abbc0a2da944ea64ec549188fa84d89bba7ab" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:be5f425ff1f5f4b3c1e33ad64ab994eed12fc284a6ea71c5243fd564502ecbe5" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b1692f7d6bc45e3200844be0dba153612103db241691088626a33ff1f24a0d88" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:7227b47e73dedaa513cdebb98469705ef0d66eb5a1250144468e9c3097d6b59b" } ,
{ file = "greenlet-1.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7ff61ff178250f9bb3cd89752df0f1dd0e27316a8bd1465351652b1b4a4cdfd3" } ,
{ file = "greenlet-1.1.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:0051c6f1f27cb756ffc0ffbac7d2cd48cb0362ac1736871399a739b2885134d3" } ,
{ file = "greenlet-1.1.2-cp39-cp39-win32.whl" , hash = "sha256:f70a9e237bb792c7cc7e44c531fd48f5897961701cdaa06cf22fc14965c496cf" } ,
{ file = "greenlet-1.1.2-cp39-cp39-win_amd64.whl" , hash = "sha256:013d61294b6cd8fe3242932c1c5e36e5d1db2c8afb58606c5a67efce62c1f5fd" } ,
{ file = "greenlet-1.1.2.tar.gz" , hash = "sha256:e30f5ea4ae2346e62cedde8794a56858a67b878dd79f7df76a0767e356b1744a" } ,
2020-10-01 12:13:28 +02:00
]
2022-07-19 08:25:59 +02:00
gunicorn = [ ]
html-tag-names = [ ]
html-void-elements = [ ]
httplib2 = [ ]
humanfriendly = [ ]
identify = [ ]
idna = [ ]
importlib-metadata = [ ]
iniconfig = [ ]
ipython = [ ]
ipython-genutils = [ ]
isort = [ ]
2020-10-01 12:13:28 +02:00
itsdangerous = [
{ file = "itsdangerous-1.1.0-py2.py3-none-any.whl" , hash = "sha256:b12271b2047cb23eeb98c8b5622e2e5c5e9abd9784a153e9d8ef9cb4dd09d749" } ,
{ file = "itsdangerous-1.1.0.tar.gz" , hash = "sha256:321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19" } ,
]
2022-07-19 08:25:59 +02:00
jedi = [ ]
jinja2 = [ ]
jmespath = [ ]
2020-10-01 12:13:28 +02:00
jwcrypto = [
{ file = "jwcrypto-0.8-py2.py3-none-any.whl" , hash = "sha256:16e17faa4dce36551ade3a3ccb06236a61e5924ea1db163c9be9827acf935a82" } ,
{ file = "jwcrypto-0.8.tar.gz" , hash = "sha256:b7fee2635bbefdf145399392f5be26ad54161c8271c66b5fe107b4b452f06c24" } ,
]
2022-07-19 08:25:59 +02:00
lazy-object-proxy = [ ]
limits = [ ]
mako = [ ]
2020-10-01 12:13:28 +02:00
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" } ,
2022-05-25 08:22:17 +02:00
{ file = "MarkupSafe-1.1.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:d53bc011414228441014aa71dbec320c66468c1030aae3a6e29778a3382d96e5" } ,
2020-10-01 12:13:28 +02:00
{ 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" } ,
2022-05-25 08:22:17 +02:00
{ file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:3b8a6499709d29c2e2399569d96719a1b21dcd94410a586a18526b143ec8470f" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:84dee80c15f1b560d55bcfe6d47b27d070b4681c699c572af2e3c7cc90a3b8e0" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:b1dba4527182c95a0db8b6060cc98ac49b9e2f5e64320e2b56e47cb2831978c7" } ,
2020-10-01 12:13:28 +02:00
{ 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" } ,
2022-05-25 08:22:17 +02:00
{ file = "MarkupSafe-1.1.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:bf5aa3cbcfdf57fa2ee9cd1822c862ef23037f5c832ad09cfea57fa846dec193" } ,
2020-10-01 12:13:28 +02:00
{ 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" } ,
2022-05-25 08:22:17 +02:00
{ file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:6fffc775d90dcc9aed1b89219549b329a9250d918fd0b8fa8d93d154918422e1" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:a6a744282b7718a2a62d2ed9d993cad6f5f585605ad352c11de459f4108df0a1" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:195d7d2c4fbb0ee8139a6cf67194f3973a6b3042d742ebe0a9ed36d8b6f0c07f" } ,
2020-10-01 12:13:28 +02:00
{ 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" } ,
2022-05-25 08:22:17 +02:00
{ file = "MarkupSafe-1.1.1-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:acf08ac40292838b3cbbb06cfe9b2cb9ec78fce8baca31ddb87aaac2e2dc3bc2" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:d9be0ba6c527163cbed5e0857c451fcd092ce83947944d6c14bc95441203f032" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:caabedc8323f1e93231b52fc32bdcde6db817623d33e100708d9a68e1f53b26b" } ,
2020-10-01 12:13:28 +02:00
{ 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" } ,
2022-05-25 08:22:17 +02:00
{ file = "MarkupSafe-1.1.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:d73a845f227b0bfe8a7455ee623525ee656a9e2e749e4742706d80a6065d5e2c" } ,
{ file = "MarkupSafe-1.1.1-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:98bae9582248d6cf62321dcb52aaf5d9adf0bad3b40582925ef7c7f0ed85fceb" } ,
{ file = "MarkupSafe-1.1.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:2beec1e0de6924ea551859edb9e7679da6e4870d32cb766240ce17e0a0ba2014" } ,
{ file = "MarkupSafe-1.1.1-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:7fed13866cf14bba33e7176717346713881f56d9d2bcebab207f7a036f41b850" } ,
{ file = "MarkupSafe-1.1.1-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:6f1e273a344928347c1290119b493a1f0303c52f5a5eae5f16d74f48c15d4a85" } ,
{ file = "MarkupSafe-1.1.1-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:feb7b34d6325451ef96bc0e36e1a6c0c1c64bc1fbec4b854f4529e51887b1621" } ,
{ file = "MarkupSafe-1.1.1-cp39-cp39-win32.whl" , hash = "sha256:22c178a091fc6630d0d045bdb5992d2dfe14e3259760e713c490da5323866c39" } ,
{ file = "MarkupSafe-1.1.1-cp39-cp39-win_amd64.whl" , hash = "sha256:b7d644ddb4dbd407d31ffb699f1d140bc35478da613b441c582aeb7c43838dd8" } ,
2020-10-01 12:13:28 +02:00
{ file = "MarkupSafe-1.1.1.tar.gz" , hash = "sha256:29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b" } ,
]
2022-02-03 11:30:44 +01:00
matplotlib-inline = [
{ file = "matplotlib-inline-0.1.3.tar.gz" , hash = "sha256:a04bfba22e0d1395479f866853ec1ee28eea1485c1d69a6faf00dc3e24ff34ee" } ,
{ file = "matplotlib_inline-0.1.3-py3-none-any.whl" , hash = "sha256:aed605ba3b72462d64d475a21a9296f400a19c4f74a31b59103d2a99ffd5aa5c" } ,
]
2022-07-19 08:25:59 +02:00
mccabe = [ ]
memory-profiler = [ ]
multidict = [ ]
2020-10-01 12:13:28 +02:00
mypy-extensions = [
{ file = "mypy_extensions-0.4.3-py2.py3-none-any.whl" , hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d" } ,
{ file = "mypy_extensions-0.4.3.tar.gz" , hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8" } ,
]
2022-07-19 08:25:59 +02:00
newrelic = [ ]
nodeenv = [ ]
oauthlib = [ ]
packaging = [ ]
parso = [ ]
pathspec = [ ]
2020-10-01 12:13:28 +02:00
pexpect = [
{ file = "pexpect-4.8.0-py2.py3-none-any.whl" , hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937" } ,
{ file = "pexpect-4.8.0.tar.gz" , hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c" } ,
]
2022-07-19 08:25:59 +02:00
pgpy = [ ]
phpserialize = [ ]
pickleshare = [ ]
platformdirs = [ ]
pluggy = [ ]
2021-09-10 16:36:59 +02:00
ply = [
{ file = "ply-3.11-py2.py3-none-any.whl" , hash = "sha256:096f9b8350b65ebd2fd1346b12452efe5b9607f7482813ffca50c22722a807ce" } ,
{ file = "ply-3.11.tar.gz" , hash = "sha256:00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3" } ,
]
2022-07-19 08:25:59 +02:00
pre-commit = [ ]
prompt-toolkit = [ ]
protobuf = [ ]
psutil = [ ]
psycopg2-binary = [ ]
ptyprocess = [ ]
py = [ ]
pyasn1 = [ ]
pyasn1-modules = [ ]
pycparser = [ ]
pycryptodome = [ ]
pygments = [ ]
pyjwt = [ ]
pylint = [ ]
pyopenssl = [ ]
pyotp = [ ]
pyparsing = [ ]
pyre2 = [ ]
pyreadline = [ ]
pyspf = [ ]
pytest = [ ]
2020-12-05 15:00:33 +01:00
pytest-cov = [
2022-02-06 17:36:25 +01:00
{ file = "pytest-cov-3.0.0.tar.gz" , hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470" } ,
{ file = "pytest_cov-3.0.0-py3-none-any.whl" , hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6" } ,
2020-12-05 15:00:33 +01:00
]
2022-07-19 08:25:59 +02:00
python-dateutil = [ ]
2020-10-01 12:13:28 +02:00
python-dotenv = [
{ file = "python-dotenv-0.14.0.tar.gz" , hash = "sha256:8c10c99a1b25d9a68058a1ad6f90381a62ba68230ca93966882a4dbc3bc9c33d" } ,
{ file = "python_dotenv-0.14.0-py2.py3-none-any.whl" , hash = "sha256:c10863aee750ad720f4f43436565e4c1698798d763b63234fb5021b6c616e423" } ,
]
2022-07-19 08:25:59 +02:00
python-editor = [ ]
python-gnupg = [ ]
pytz = [ ]
2020-10-01 12:13:28 +02:00
pyyaml = [
2022-06-29 11:28:26 +02:00
{ file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53" } ,
{ file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5" } ,
{ file = "PyYAML-6.0-cp310-cp310-win32.whl" , hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513" } ,
{ file = "PyYAML-6.0-cp310-cp310-win_amd64.whl" , hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a" } ,
{ file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win32.whl" , hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57" } ,
{ file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win32.whl" , hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d" } ,
{ file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287" } ,
{ file = "PyYAML-6.0-cp38-cp38-win32.whl" , hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78" } ,
{ file = "PyYAML-6.0-cp38-cp38-win_amd64.whl" , hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0" } ,
{ file = "PyYAML-6.0-cp39-cp39-win32.whl" , hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb" } ,
{ file = "PyYAML-6.0-cp39-cp39-win_amd64.whl" , hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c" } ,
{ file = "PyYAML-6.0.tar.gz" , hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2" } ,
2020-10-01 12:13:28 +02:00
]
2022-07-19 08:25:59 +02:00
redis = [ ]
regex = [ ]
requests = [ ]
2021-10-18 11:45:08 +02:00
requests-file = [
{ file = "requests-file-1.5.1.tar.gz" , hash = "sha256:07d74208d3389d01c38ab89ef403af0cfec63957d53a0081d8eca738d0247d8e" } ,
{ file = "requests_file-1.5.1-py2.py3-none-any.whl" , hash = "sha256:dfe5dae75c12481f68ba353183c53a65e6044c923e64c24b2209f6c7570ca953" } ,
]
2022-07-19 08:25:59 +02:00
requests-oauthlib = [ ]
rsa = [ ]
"ruamel.yaml" = [ ]
"ruamel.yaml.clib" = [ ]
s3transfer = [ ]
sentry-sdk = [ ]
simplejson = [ ]
six = [ ]
sqlalchemy = [ ]
2020-10-01 12:13:28 +02:00
sqlalchemy-utils = [
{ file = "SQLAlchemy-Utils-0.36.8.tar.gz" , hash = "sha256:fb66e9956e41340011b70b80f898fde6064ec1817af77199ee21ace71d7d6ab0" } ,
]
2022-07-19 08:25:59 +02:00
sqlparse = [ ]
strictyaml = [ ]
tld = [ ]
2021-10-18 11:45:08 +02:00
tldextract = [
{ file = "tldextract-3.1.2-py2.py3-none-any.whl" , hash = "sha256:f55e05f6bf4cc952a87d13594386d32ad2dd265630a8bdfc3df03bd60425c6b0" } ,
{ file = "tldextract-3.1.2.tar.gz" , hash = "sha256:d2034c3558651f7d8fdadea83fb681050b2d662dc67a00d950326dc902029444" } ,
]
2022-07-19 08:25:59 +02:00
toml = [ ]
tomli = [ ]
tomlkit = [ ]
tqdm = [ ]
traitlets = [ ]
twilio = [ ]
typed-ast = [ ]
typing-extensions = [ ]
unidecode = [ ]
2020-10-01 12:13:28 +02:00
uritemplate = [
{ file = "uritemplate-3.0.1-py2.py3-none-any.whl" , hash = "sha256:07620c3f3f8eed1f12600845892b0e036a2420acf513c53f7de0abd911a5894f" } ,
{ file = "uritemplate-3.0.1.tar.gz" , hash = "sha256:5af8ad10cec94f215e3f48112de2022e1d5a37ed427fbd88652fa908f2ab7cae" } ,
]
2022-07-19 08:25:59 +02:00
urllib3 = [ ]
virtualenv = [ ]
watchtower = [ ]
2020-10-01 12:13:28 +02:00
wcwidth = [
{ file = "wcwidth-0.2.5-py2.py3-none-any.whl" , hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784" } ,
{ file = "wcwidth-0.2.5.tar.gz" , hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83" } ,
]
webauthn = [
{ file = "webauthn-0.4.7-py2.py3-none-any.whl" , hash = "sha256:238391b2e2cc60fb51a2cd2d2d6be149920b9af6184651353d9f95856617a9e7" } ,
{ file = "webauthn-0.4.7.tar.gz" , hash = "sha256:8ad9072ff1d6169f3be30d4dc8733ea563dd266962397bc58b40f674a6af74ac" } ,
]
2021-09-10 16:36:59 +02:00
webob = [
{ file = "WebOb-1.8.7-py2.py3-none-any.whl" , hash = "sha256:73aae30359291c14fa3b956f8b5ca31960e420c28c1bec002547fb04928cf89b" } ,
{ file = "WebOb-1.8.7.tar.gz" , hash = "sha256:b64ef5141be559cfade448f044fa45c2260351edcb6a8ef6b7e00c7dcef0c323" } ,
]
2020-10-01 12:13:28 +02:00
werkzeug = [
{ file = "Werkzeug-1.0.1-py2.py3-none-any.whl" , hash = "sha256:2de2a5db0baeae7b2d2664949077c2ac63fbd16d98da0ff71837f7d1dea3fd43" } ,
{ file = "Werkzeug-1.0.1.tar.gz" , hash = "sha256:6c80b1e5ad3665290ea39320b91e1be1e0d5f60652b964a3070216de83d2e47c" } ,
]
2022-07-19 08:25:59 +02:00
wrapt = [ ]
2020-10-01 12:13:28 +02:00
wtforms = [
{ file = "WTForms-2.3.3-py2.py3-none-any.whl" , hash = "sha256:7b504fc724d0d1d4d5d5c114e778ec88c37ea53144683e084215eed5155ada4c" } ,
{ file = "WTForms-2.3.3.tar.gz" , hash = "sha256:81195de0ac94fbc8368abbaf9197b88c4f3ffd6c2719b5bf5fc9da744f3d829c" } ,
]
2022-07-19 08:25:59 +02:00
yacron = [ ]
yarl = [ ]
zipp = [ ]
2020-10-01 12:13:28 +02:00
"zope.event" = [
{ file = "zope.event-4.5.0-py2.py3-none-any.whl" , hash = "sha256:2666401939cdaa5f4e0c08cf7f20c9b21423b95e88f4675b1443973bdb080c42" } ,
{ file = "zope.event-4.5.0.tar.gz" , hash = "sha256:5e76517f5b9b119acf37ca8819781db6c16ea433f7e2062c4afc2b6fbedb1330" } ,
]
2022-07-19 08:25:59 +02:00
"zope.interface" = [ ]