ofx-processor/poetry.lock

979 lines
31 KiB
TOML
Raw Normal View History

2022-09-22 21:53:49 +02:00
[[package]]
name = "anyio"
version = "3.6.1"
description = "High level compatibility layer for multiple asynchronous event loop implementations"
category = "main"
optional = false
python-versions = ">=3.6.2"
[package.dependencies]
idna = ">=2.8"
sniffio = ">=1.1"
[package.extras]
doc = ["packaging", "sphinx-rtd-theme", "sphinx-autodoc-typehints (>=1.2.0)"]
test = ["coverage[toml] (>=4.5)", "hypothesis (>=4.0)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "contextlib2", "uvloop (<0.15)", "mock (>=4)", "uvloop (>=0.15)"]
trio = ["trio (>=0.16)"]
[[package]]
name = "apscheduler"
version = "3.9.1"
description = "In-process task scheduler with Cron-like capabilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[package.dependencies]
pytz = "*"
six = ">=1.4.0"
tzlocal = ">=2.0,<3.0.0 || >=4.0.0"
[package.extras]
asyncio = ["trollius"]
doc = ["sphinx", "sphinx-rtd-theme"]
gevent = ["gevent"]
mongodb = ["pymongo (>=3.0)"]
redis = ["redis (>=3.0)"]
rethinkdb = ["rethinkdb (>=2.4.0)"]
sqlalchemy = ["sqlalchemy (>=0.8)"]
testing = ["pytest", "pytest-cov", "pytest-tornado5", "mock", "pytest-asyncio (<0.6)", "pytest-asyncio"]
tornado = ["tornado (>=4.3)"]
twisted = ["twisted"]
zookeeper = ["kazoo"]
2021-11-20 15:00:43 +01:00
[[package]]
name = "async-generator"
version = "1.10"
description = "Async generators and context managers for Python 3.5+"
category = "main"
optional = false
python-versions = ">=3.5"
2020-01-15 14:42:57 +01:00
[[package]]
name = "atomicwrites"
2021-11-18 19:04:43 +01:00
version = "1.4.0"
description = "Atomic file writes."
category = "dev"
2020-01-15 14:42:57 +01:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[[package]]
name = "attrs"
version = "21.2.0"
2021-11-18 19:04:43 +01:00
description = "Classes Without Boilerplate"
2021-11-20 15:00:43 +01:00
category = "main"
2020-01-15 14:42:57 +01:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2020-01-15 14:42:57 +01:00
[package.extras]
dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface", "furo", "sphinx", "sphinx-notfound-page", "pre-commit"]
docs = ["furo", "sphinx", "zope.interface", "sphinx-notfound-page"]
tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface"]
tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins"]
2020-01-15 14:42:57 +01:00
[[package]]
2021-11-18 19:04:43 +01:00
name = "backports.entry-points-selectable"
version = "1.1.1"
description = "Compatibility shim providing selectable entry points for older implementations"
2020-01-15 14:42:57 +01:00
category = "dev"
2021-11-18 19:04:43 +01:00
optional = false
python-versions = ">=2.7"
[package.extras]
2022-09-22 21:53:49 +02:00
testing = ["pytest-enabler (>=1.0.1)", "pytest-checkdocs (>=2.4)", "pytest-mypy", "pytest-black (>=0.3.7)", "pytest-cov", "pytest-flake8", "pytest"]
docs = ["rst.linker (>=1.9)", "jaraco.packaging (>=8.2)", "sphinx"]
2021-11-18 19:04:43 +01:00
[[package]]
name = "backports.zoneinfo"
version = "0.2.1"
description = "Backport of the standard library zoneinfo module"
category = "main"
2020-01-15 14:42:57 +01:00
optional = false
python-versions = ">=3.6"
[package.extras]
tzdata = ["tzdata"]
2020-01-15 14:42:57 +01:00
2022-09-22 21:53:49 +02:00
[[package]]
name = "cachetools"
version = "5.2.0"
description = "Extensible memoizing collections and decorators"
category = "main"
optional = false
python-versions = "~=3.7"
2020-02-08 19:07:05 +01:00
[[package]]
name = "certifi"
version = "2021.10.8"
2021-11-18 19:04:43 +01:00
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
2020-02-08 19:07:05 +01:00
optional = false
python-versions = "*"
2021-11-20 15:00:43 +01:00
[[package]]
name = "cffi"
version = "1.15.0"
description = "Foreign Function Interface for Python calling C code."
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
pycparser = "*"
2020-02-08 19:07:05 +01:00
[[package]]
2021-11-18 19:04:43 +01:00
name = "cfgv"
version = "3.3.1"
description = "Validate configuration and produce human readable error messages."
category = "dev"
optional = false
python-versions = ">=3.6.1"
[[package]]
name = "charset-normalizer"
version = "2.0.7"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
2021-11-18 19:04:43 +01:00
category = "main"
2020-02-08 19:07:05 +01:00
optional = false
python-versions = ">=3.5.0"
[package.extras]
unicode_backport = ["unicodedata2"]
2020-02-08 19:07:05 +01:00
2020-01-15 14:42:57 +01:00
[[package]]
name = "click"
version = "8.0.3"
2021-11-18 19:04:43 +01:00
description = "Composable command line interface toolkit"
category = "main"
2020-01-15 14:42:57 +01:00
optional = false
python-versions = ">=3.6"
[package.dependencies]
colorama = {version = "*", markers = "platform_system == \"Windows\""}
2020-01-15 14:42:57 +01:00
[[package]]
name = "colorama"
version = "0.4.4"
2021-11-18 19:04:43 +01:00
description = "Cross-platform colored terminal text."
category = "main"
2020-01-15 14:42:57 +01:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2020-02-26 18:56:57 +01:00
[[package]]
name = "coverage"
2022-09-22 21:53:49 +02:00
version = "6.4.4"
2021-11-18 19:04:43 +01:00
description = "Code coverage measurement for Python"
category = "dev"
2020-02-26 18:56:57 +01:00
optional = false
2022-09-22 21:53:49 +02:00
python-versions = ">=3.7"
2021-11-18 19:04:43 +01:00
[package.dependencies]
2022-09-22 21:53:49 +02:00
tomli = {version = "*", optional = true, markers = "python_full_version <= \"3.11.0a6\" and extra == \"toml\""}
2020-02-26 18:56:57 +01:00
[package.extras]
2021-11-18 19:04:43 +01:00
toml = ["tomli"]
2020-02-26 18:56:57 +01:00
2021-11-20 15:00:43 +01:00
[[package]]
name = "cryptography"
version = "35.0.0"
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
category = "main"
optional = false
python-versions = ">=3.6"
[package.dependencies]
cffi = ">=1.12"
[package.extras]
docs = ["sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)", "sphinx-rtd-theme"]
docstest = ["doc8", "pyenchant (>=1.6.11)", "twine (>=1.12.0)", "sphinxcontrib-spelling (>=4.0.1)"]
pep8test = ["black", "flake8", "flake8-import-order", "pep8-naming"]
sdist = ["setuptools_rust (>=0.11.4)"]
ssh = ["bcrypt (>=3.1.5)"]
test = ["pytest (>=6.2.0)", "pytest-cov", "pytest-subtests", "pytest-xdist", "pretend", "iso8601", "pytz", "hypothesis (>=1.11.4,!=3.79.2)"]
2020-01-16 19:02:17 +01:00
[[package]]
name = "dateparser"
version = "1.1.0"
2021-11-18 19:04:43 +01:00
description = "Date parsing library designed to parse dates from HTML pages"
category = "main"
2020-01-16 19:02:17 +01:00
optional = false
python-versions = ">=3.5"
2020-01-16 19:02:17 +01:00
[package.dependencies]
python-dateutil = "*"
pytz = "*"
regex = "<2019.02.19 || >2019.02.19,<2021.8.27 || >2021.8.27"
2020-01-16 19:02:17 +01:00
tzlocal = "*"
[package.extras]
langdetect = ["langdetect"]
2022-09-22 21:53:49 +02:00
fasttext = ["fasttext"]
calendars = ["convertdate", "hijri-converter", "convertdate"]
2020-02-08 19:07:05 +01:00
[[package]]
2021-11-18 19:04:43 +01:00
name = "distlib"
version = "0.3.3"
description = "Distribution utilities"
category = "dev"
optional = false
python-versions = "*"
2021-12-04 11:35:26 +01:00
[[package]]
name = "fancycompleter"
version = "0.9.1"
description = "colorful TAB completion for Python prompt"
category = "dev"
optional = false
python-versions = "*"
[package.dependencies]
pyreadline = {version = "*", markers = "platform_system == \"Windows\""}
pyrepl = ">=0.8.2"
2021-11-18 19:04:43 +01:00
[[package]]
name = "filelock"
version = "3.4.0"
description = "A platform independent file lock."
category = "dev"
optional = false
python-versions = ">=3.6"
[package.extras]
docs = ["furo (>=2021.8.17b43)", "sphinx (>=4.1)", "sphinx-autodoc-typehints (>=1.12)"]
testing = ["covdefaults (>=1.2.0)", "coverage (>=4)", "pytest (>=4)", "pytest-cov", "pytest-timeout (>=1.4.2)"]
2021-11-20 15:00:43 +01:00
[[package]]
name = "h11"
version = "0.12.0"
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
category = "main"
optional = false
python-versions = ">=3.6"
2022-09-22 21:53:49 +02:00
[[package]]
name = "httpcore"
version = "0.15.0"
description = "A minimal low-level HTTP client."
category = "main"
optional = false
python-versions = ">=3.7"
[package.dependencies]
anyio = ">=3.0.0,<4.0.0"
certifi = "*"
h11 = ">=0.11,<0.13"
sniffio = ">=1.0.0,<2.0.0"
[package.extras]
http2 = ["h2 (>=3,<5)"]
socks = ["socksio (>=1.0.0,<2.0.0)"]
[[package]]
name = "httpx"
version = "0.23.0"
description = "The next generation HTTP client."
category = "main"
optional = false
python-versions = ">=3.7"
[package.dependencies]
certifi = "*"
httpcore = ">=0.15.0,<0.16.0"
rfc3986 = {version = ">=1.3,<2", extras = ["idna2008"]}
sniffio = "*"
[package.extras]
brotli = ["brotlicffi", "brotli"]
cli = ["click (>=8.0.0,<9.0.0)", "rich (>=10,<13)", "pygments (>=2.0.0,<3.0.0)"]
http2 = ["h2 (>=3,<5)"]
socks = ["socksio (>=1.0.0,<2.0.0)"]
2021-11-18 19:04:43 +01:00
[[package]]
name = "identify"
version = "2.3.7"
description = "File identification library for Python"
category = "dev"
optional = false
python-versions = ">=3.6.1"
[package.extras]
license = ["editdistance-s"]
[[package]]
2020-02-08 19:07:05 +01:00
name = "idna"
version = "3.3"
2021-11-18 19:04:43 +01:00
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
2020-02-08 19:07:05 +01:00
optional = false
python-versions = ">=3.5"
2020-09-01 18:40:17 +02:00
[[package]]
name = "iniconfig"
version = "1.1.1"
2021-11-18 19:04:43 +01:00
description = "iniconfig: brain-dead simple config-ini parsing"
category = "dev"
2020-09-01 18:40:17 +02:00
optional = false
python-versions = "*"
2020-01-15 14:42:57 +01:00
[[package]]
2021-11-18 19:04:43 +01:00
name = "invoke"
version = "1.6.0"
description = "Pythonic task execution"
2020-01-15 14:42:57 +01:00
category = "dev"
2021-11-18 19:04:43 +01:00
optional = false
python-versions = "*"
[[package]]
name = "nodeenv"
version = "1.6.0"
description = "Node.js virtual environment builder"
category = "dev"
2020-09-01 18:40:17 +02:00
optional = false
python-versions = "*"
2020-01-15 14:42:57 +01:00
[[package]]
name = "ofxtools"
version = "0.9.4"
2021-11-18 19:04:43 +01:00
description = "Library for working with Open Financial Exchange (OFX) data"
category = "main"
2020-01-15 14:42:57 +01:00
optional = false
python-versions = ">=3.8"
2020-01-15 14:42:57 +01:00
2021-11-20 15:00:43 +01:00
[[package]]
name = "outcome"
version = "1.1.0"
description = "Capture the outcome of Python function calls."
category = "main"
optional = false
python-versions = ">=3.6"
[package.dependencies]
attrs = ">=19.2.0"
2020-01-15 14:42:57 +01:00
[[package]]
name = "packaging"
version = "21.3"
2021-11-18 19:04:43 +01:00
description = "Core utilities for Python packages"
category = "dev"
2020-01-15 14:42:57 +01:00
optional = false
python-versions = ">=3.6"
2020-01-15 14:42:57 +01:00
[package.dependencies]
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
2020-01-15 14:42:57 +01:00
2021-12-04 11:35:26 +01:00
[[package]]
name = "pdbpp"
version = "0.10.3"
description = "pdb++, a drop-in replacement for pdb"
category = "dev"
optional = false
python-versions = "*"
[package.dependencies]
fancycompleter = ">=0.8"
pygments = "*"
wmctrl = "*"
[package.extras]
funcsigs = ["funcsigs"]
testing = ["funcsigs", "pytest"]
2020-01-15 14:42:57 +01:00
[[package]]
2021-11-18 19:04:43 +01:00
name = "platformdirs"
version = "2.4.0"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
2020-01-15 14:42:57 +01:00
category = "dev"
2021-11-18 19:04:43 +01:00
optional = false
python-versions = ">=3.6"
[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)"]
[[package]]
2020-01-15 14:42:57 +01:00
name = "pluggy"
version = "1.0.0"
2021-11-18 19:04:43 +01:00
description = "plugin and hook calling mechanisms for python"
category = "dev"
2020-01-15 14:42:57 +01:00
optional = false
python-versions = ">=3.6"
2020-01-15 14:42:57 +01:00
[package.extras]
dev = ["pre-commit", "tox"]
testing = ["pytest", "pytest-benchmark"]
2020-01-15 14:42:57 +01:00
[[package]]
2021-11-18 19:04:43 +01:00
name = "pre-commit"
version = "2.15.0"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
2020-01-15 14:42:57 +01:00
category = "dev"
2021-11-18 19:04:43 +01:00
optional = false
python-versions = ">=3.6.1"
[package.dependencies]
cfgv = ">=2.0.0"
identify = ">=1.0.0"
nodeenv = ">=0.11.1"
pyyaml = ">=5.1"
toml = "*"
virtualenv = ">=20.0.8"
[[package]]
2020-01-15 14:42:57 +01:00
name = "py"
version = "1.11.0"
2021-11-18 19:04:43 +01:00
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "dev"
2020-01-15 14:42:57 +01:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2020-01-15 14:42:57 +01:00
2021-11-20 15:00:43 +01:00
[[package]]
name = "pycparser"
version = "2.21"
description = "C parser in Python"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2021-12-04 11:35:26 +01:00
[[package]]
name = "pygments"
version = "2.10.0"
description = "Pygments is a syntax highlighting package written in Python."
category = "dev"
optional = false
python-versions = ">=3.5"
2021-11-20 15:00:43 +01:00
[[package]]
name = "pyopenssl"
version = "21.0.0"
description = "Python wrapper module around the OpenSSL library"
category = "main"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*"
[package.dependencies]
cryptography = ">=3.3"
six = ">=1.5.2"
[package.extras]
docs = ["sphinx", "sphinx-rtd-theme"]
test = ["flaky", "pretend", "pytest (>=3.0.1)"]
2020-01-15 14:42:57 +01:00
[[package]]
name = "pyparsing"
version = "3.0.6"
2021-11-18 19:04:43 +01:00
description = "Python parsing module"
category = "dev"
2020-01-15 14:42:57 +01:00
optional = false
python-versions = ">=3.6"
[package.extras]
diagrams = ["jinja2", "railroad-diagrams"]
2020-01-15 14:42:57 +01:00
2021-12-04 11:35:26 +01:00
[[package]]
name = "pyreadline"
version = "2.1"
description = "A python implmementation of GNU readline."
category = "dev"
optional = false
python-versions = "*"
[[package]]
name = "pyrepl"
version = "0.9.0"
description = "A library for building flexible command line interfaces"
category = "dev"
optional = false
python-versions = "*"
2020-01-15 14:42:57 +01:00
[[package]]
name = "pytest"
version = "6.2.5"
2021-11-18 19:04:43 +01:00
description = "pytest: simple powerful testing with Python"
category = "dev"
2020-01-15 14:42:57 +01:00
optional = false
python-versions = ">=3.6"
2020-01-15 14:42:57 +01:00
[package.dependencies]
2021-11-18 19:04:43 +01:00
atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""}
attrs = ">=19.2.0"
2021-11-18 19:04:43 +01:00
colorama = {version = "*", markers = "sys_platform == \"win32\""}
2020-09-01 18:40:17 +02:00
iniconfig = "*"
2020-01-15 14:42:57 +01:00
packaging = "*"
pluggy = ">=0.12,<2.0"
2020-09-01 18:40:17 +02:00
py = ">=1.8.2"
toml = "*"
2020-01-15 14:42:57 +01:00
[package.extras]
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"]
[[package]]
2021-11-18 19:04:43 +01:00
name = "pytest-cov"
version = "3.0.0"
description = "Pytest plugin for measuring coverage."
category = "dev"
optional = false
python-versions = ">=3.6"
[package.dependencies]
coverage = {version = ">=5.2.1", extras = ["toml"]}
pytest = ">=4.6"
[package.extras]
testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtualenv"]
[[package]]
2020-01-16 19:02:17 +01:00
name = "python-dateutil"
version = "2.8.2"
2021-11-18 19:04:43 +01:00
description = "Extensions to the standard Python datetime module"
category = "main"
2020-01-16 19:02:17 +01:00
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
[package.dependencies]
six = ">=1.5"
2022-09-22 21:53:49 +02:00
[[package]]
name = "python-telegram-bot"
version = "20.0a4"
description = "We have made you a wrapper you can't refuse"
category = "main"
optional = false
python-versions = ">=3.7"
[package.dependencies]
APScheduler = ">=3.9.1,<3.10.0"
cachetools = ">=5.2.0,<5.3.0"
httpx = ">=0.23.0,<0.24.0"
pytz = ">=2018.6"
tornado = ">=6.2,<7.0"
[package.extras]
passport = ["cryptography (>=3.0,!=3.4,!=3.4.1,!=3.4.2,!=3.4.3)"]
rate-limiter = ["aiolimiter (>=1.0.0,<1.1.0)"]
socks = ["httpx"]
2020-01-16 19:02:17 +01:00
[[package]]
name = "pytz"
version = "2021.3"
2021-11-18 19:04:43 +01:00
description = "World timezone definitions, modern and historical"
category = "main"
2020-01-16 19:02:17 +01:00
optional = false
python-versions = "*"
[[package]]
name = "pytz-deprecation-shim"
version = "0.1.0.post0"
description = "Shims to make deprecation of pytz easier"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
[package.dependencies]
"backports.zoneinfo" = {version = "*", markers = "python_version >= \"3.6\" and python_version < \"3.9\""}
tzdata = {version = "*", markers = "python_version >= \"3.6\""}
2020-01-16 19:02:17 +01:00
[[package]]
2021-11-18 19:04:43 +01:00
name = "pyyaml"
version = "6.0"
description = "YAML parser and emitter for Python"
category = "dev"
optional = false
python-versions = ">=3.6"
[[package]]
2020-01-15 14:42:57 +01:00
name = "regex"
version = "2021.11.10"
2021-11-18 19:04:43 +01:00
description = "Alternative regular expression module, to replace re."
category = "main"
2020-01-15 14:42:57 +01:00
optional = false
python-versions = "*"
2020-02-08 19:07:05 +01:00
[[package]]
name = "requests"
version = "2.26.0"
2021-11-18 19:04:43 +01:00
description = "Python HTTP for Humans."
category = "main"
2020-02-08 19:07:05 +01:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2020-02-08 19:07:05 +01:00
[package.dependencies]
certifi = ">=2017.4.17"
charset-normalizer = {version = ">=2.0.0,<2.1.0", markers = "python_version >= \"3\""}
idna = {version = ">=2.5,<4", markers = "python_version >= \"3\""}
urllib3 = ">=1.21.1,<1.27"
2020-02-08 19:07:05 +01:00
[package.extras]
2021-11-18 19:04:43 +01:00
socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"]
use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"]
2020-02-08 19:07:05 +01:00
2022-09-22 21:53:49 +02:00
[[package]]
name = "rfc3986"
version = "1.5.0"
description = "Validating URI References per RFC 3986"
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
idna = {version = "*", optional = true, markers = "extra == \"idna2008\""}
[package.extras]
idna2008 = ["idna"]
2021-11-20 15:00:43 +01:00
[[package]]
name = "selenium"
version = "4.0.0"
description = ""
category = "main"
optional = false
python-versions = "~=3.7"
[package.dependencies]
trio = ">=0.17,<1.0"
trio-websocket = ">=0.9,<1.0"
urllib3 = {version = ">=1.26,<2.0", extras = ["secure"]}
2020-01-15 14:42:57 +01:00
[[package]]
name = "six"
version = "1.16.0"
2021-11-18 19:04:43 +01:00
description = "Python 2 and 3 compatibility utilities"
category = "main"
2020-01-15 14:42:57 +01:00
optional = false
2020-02-26 18:56:57 +01:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
2020-01-15 14:42:57 +01:00
2021-11-20 15:00:43 +01:00
[[package]]
name = "sniffio"
version = "1.2.0"
description = "Sniff out which async library your code is running under"
category = "main"
optional = false
python-versions = ">=3.5"
[[package]]
name = "sortedcontainers"
version = "2.4.0"
description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
category = "main"
optional = false
python-versions = "*"
2020-01-15 14:42:57 +01:00
[[package]]
name = "toml"
version = "0.10.2"
2021-11-18 19:04:43 +01:00
description = "Python Library for Tom's Obvious, Minimal Language"
category = "dev"
2020-01-15 14:42:57 +01:00
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
2020-01-15 14:42:57 +01:00
[[package]]
2021-11-18 19:04:43 +01:00
name = "tomli"
version = "1.2.2"
description = "A lil' TOML parser"
2020-01-15 14:42:57 +01:00
category = "dev"
2021-11-18 19:04:43 +01:00
optional = false
python-versions = ">=3.6"
2022-09-22 21:53:49 +02:00
[[package]]
name = "tornado"
version = "6.2"
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
category = "main"
optional = false
python-versions = ">= 3.7"
2021-11-18 19:04:43 +01:00
[[package]]
name = "tox"
version = "3.24.4"
description = "tox is a generic virtualenv management and test command line tool"
2021-11-18 19:04:43 +01:00
category = "dev"
2020-01-15 14:42:57 +01:00
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[package.dependencies]
colorama = {version = ">=0.4.1", markers = "platform_system == \"Windows\""}
filelock = ">=3.0.0"
packaging = ">=14"
pluggy = ">=0.12.0"
py = ">=1.4.17"
six = ">=1.14.0"
toml = ">=0.9.4"
virtualenv = ">=16.0.0,<20.0.0 || >20.0.0,<20.0.1 || >20.0.1,<20.0.2 || >20.0.2,<20.0.3 || >20.0.3,<20.0.4 || >20.0.4,<20.0.5 || >20.0.5,<20.0.6 || >20.0.6,<20.0.7 || >20.0.7"
[package.extras]
docs = ["pygments-github-lexers (>=0.0.5)", "sphinx (>=2.0.0)", "sphinxcontrib-autoprogram (>=0.1.5)", "towncrier (>=18.5.0)"]
testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "psutil (>=5.6.1)", "pytest (>=4.0.0)", "pytest-cov (>=2.5.1)", "pytest-mock (>=1.10.0)", "pytest-randomly (>=1.0.0)", "pytest-xdist (>=1.22.2)", "pathlib2 (>=2.3.3)"]
2020-01-15 14:42:57 +01:00
2021-11-20 15:00:43 +01:00
[[package]]
name = "trio"
version = "0.19.0"
description = "A friendly Python library for async concurrency and I/O"
category = "main"
optional = false
python-versions = ">=3.6"
[package.dependencies]
async-generator = ">=1.9"
attrs = ">=19.2.0"
cffi = {version = ">=1.14", markers = "os_name == \"nt\" and implementation_name != \"pypy\""}
idna = "*"
outcome = "*"
sniffio = "*"
sortedcontainers = "*"
[[package]]
name = "trio-websocket"
version = "0.9.2"
description = "WebSocket library for Trio"
category = "main"
optional = false
python-versions = ">=3.5"
[package.dependencies]
async-generator = ">=1.10"
trio = ">=0.11"
wsproto = ">=0.14"
2020-09-01 18:40:17 +02:00
[[package]]
name = "tzdata"
version = "2021.5"
description = "Provider of IANA time zone data"
category = "main"
2020-09-01 18:40:17 +02:00
optional = false
python-versions = ">=2"
2020-09-01 18:40:17 +02:00
2020-01-16 19:02:17 +01:00
[[package]]
name = "tzlocal"
version = "4.1"
2021-11-18 19:04:43 +01:00
description = "tzinfo object for the local timezone"
category = "main"
2020-01-16 19:02:17 +01:00
optional = false
python-versions = ">=3.6"
2020-01-16 19:02:17 +01:00
[package.dependencies]
"backports.zoneinfo" = {version = "*", markers = "python_version < \"3.9\""}
pytz-deprecation-shim = "*"
tzdata = {version = "*", markers = "platform_system == \"Windows\""}
[package.extras]
devenv = ["black", "pyroma", "pytest-cov", "zest.releaser"]
test = ["pytest-mock (>=3.3)", "pytest (>=4.3)"]
2020-01-16 19:02:17 +01:00
2020-02-08 19:07:05 +01:00
[[package]]
name = "urllib3"
version = "1.26.7"
2021-11-18 19:04:43 +01:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
2020-02-08 19:07:05 +01:00
optional = false
2020-02-26 18:56:57 +01:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
2020-02-08 19:07:05 +01:00
2021-11-20 15:00:43 +01:00
[package.dependencies]
certifi = {version = "*", optional = true, markers = "extra == \"secure\""}
cryptography = {version = ">=1.3.4", optional = true, markers = "extra == \"secure\""}
idna = {version = ">=2.0.0", optional = true, markers = "extra == \"secure\""}
pyOpenSSL = {version = ">=0.14", optional = true, markers = "extra == \"secure\""}
2020-02-08 19:07:05 +01:00
[package.extras]
2020-02-26 18:56:57 +01:00
brotli = ["brotlipy (>=0.6.0)"]
secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
2021-11-18 19:04:43 +01:00
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
2020-02-08 19:07:05 +01:00
2020-01-15 14:42:57 +01:00
[[package]]
2021-11-18 19:04:43 +01:00
name = "virtualenv"
version = "20.10.0"
description = "Virtual Python Environment builder"
2020-01-15 14:42:57 +01:00
category = "dev"
2021-11-18 19:04:43 +01:00
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[package.dependencies]
"backports.entry-points-selectable" = ">=1.0.4"
distlib = ">=0.3.1,<1"
filelock = ">=3.2,<4"
platformdirs = ">=2,<3"
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 (>=21.3)"]
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)"]
2021-12-04 11:35:26 +01:00
[[package]]
name = "wmctrl"
version = "0.4"
description = "A tool to programmatically control windows inside X"
category = "dev"
optional = false
python-versions = "*"
2021-11-20 15:00:43 +01:00
[[package]]
name = "wsproto"
version = "1.0.0"
description = "WebSockets state-machine based protocol implementation"
category = "main"
optional = false
python-versions = ">=3.6.1"
[package.dependencies]
h11 = ">=0.9.0,<1"
2020-01-15 14:42:57 +01:00
[metadata]
2021-11-18 19:04:43 +01:00
lock-version = "1.1"
python-versions = ">=3.8,<4"
2022-09-22 21:53:49 +02:00
content-hash = "c0735ece0e6c92a581ef7e96336180133614bcdc42047228fc7c22dd66f440f4"
2020-01-15 14:42:57 +01:00
[metadata.files]
2022-09-22 21:53:49 +02:00
anyio = []
apscheduler = []
async-generator = []
2020-01-15 14:42:57 +01:00
atomicwrites = [
2020-09-01 18:40:17 +02:00
{file = "atomicwrites-1.4.0-py2.py3-none-any.whl", hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"},
{file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"},
2020-01-15 14:42:57 +01:00
]
2022-09-22 21:53:49 +02:00
attrs = []
"backports.entry-points-selectable" = []
"backports.zoneinfo" = []
cachetools = []
2020-02-08 19:07:05 +01:00
certifi = [
{file = "certifi-2021.10.8-py2.py3-none-any.whl", hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569"},
{file = "certifi-2021.10.8.tar.gz", hash = "sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872"},
2020-02-08 19:07:05 +01:00
]
2022-09-22 21:53:49 +02:00
cffi = []
2021-11-18 19:04:43 +01:00
cfgv = [
{file = "cfgv-3.3.1-py2.py3-none-any.whl", hash = "sha256:c6a0883f3917a037485059700b9e75da2464e6c27051014ad85ba6aaa5884426"},
{file = "cfgv-3.3.1.tar.gz", hash = "sha256:f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736"},
]
2022-09-22 21:53:49 +02:00
charset-normalizer = []
click = []
2020-01-15 14:42:57 +01:00
colorama = [
{file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"},
{file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"},
2020-01-15 14:42:57 +01:00
]
2022-09-22 21:53:49 +02:00
coverage = []
cryptography = []
dateparser = []
distlib = []
fancycompleter = []
filelock = []
h11 = []
httpcore = []
httpx = []
identify = []
2020-02-08 19:07:05 +01:00
idna = [
{file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"},
{file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"},
2020-09-01 18:40:17 +02:00
]
iniconfig = [
{file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"},
{file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"},
2020-01-15 14:42:57 +01:00
]
2021-11-18 19:04:43 +01:00
invoke = [
{file = "invoke-1.6.0-py2-none-any.whl", hash = "sha256:e6c9917a1e3e73e7ea91fdf82d5f151ccfe85bf30cc65cdb892444c02dbb5f74"},
{file = "invoke-1.6.0-py3-none-any.whl", hash = "sha256:769e90caeb1bd07d484821732f931f1ad8916a38e3f3e618644687fc09cb6317"},
{file = "invoke-1.6.0.tar.gz", hash = "sha256:374d1e2ecf78981da94bfaf95366216aaec27c2d6a7b7d5818d92da55aa258d3"},
]
nodeenv = [
{file = "nodeenv-1.6.0-py2.py3-none-any.whl", hash = "sha256:621e6b7076565ddcacd2db0294c0381e01fd28945ab36bcf00f41c5daf63bef7"},
{file = "nodeenv-1.6.0.tar.gz", hash = "sha256:3ef13ff90291ba2a4a7a4ff9a979b63ffdd00a464dbe04acf0ea6471517a4c2b"},
]
2022-09-22 21:53:49 +02:00
ofxtools = []
outcome = []
2020-01-15 14:42:57 +01:00
packaging = [
{file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"},
{file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"},
2020-01-15 14:42:57 +01:00
]
2022-09-22 21:53:49 +02:00
pdbpp = []
platformdirs = []
2020-01-15 14:42:57 +01:00
pluggy = [
{file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"},
{file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"},
2020-01-15 14:42:57 +01:00
]
2022-09-22 21:53:49 +02:00
pre-commit = []
2020-01-15 14:42:57 +01:00
py = [
{file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"},
{file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"},
2020-01-15 14:42:57 +01:00
]
2022-09-22 21:53:49 +02:00
pycparser = []
pygments = []
pyopenssl = []
pyparsing = []
pyreadline = []
pyrepl = []
2020-01-15 14:42:57 +01:00
pytest = [
{file = "pytest-6.2.5-py3-none-any.whl", hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134"},
{file = "pytest-6.2.5.tar.gz", hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89"},
2020-01-15 14:42:57 +01:00
]
2021-11-18 19:04:43 +01:00
pytest-cov = [
{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-01-16 19:02:17 +01:00
python-dateutil = [
{file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"},
{file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"},
2020-01-16 19:02:17 +01:00
]
2022-09-22 21:53:49 +02:00
python-telegram-bot = []
pytz = []
pytz-deprecation-shim = []
2021-11-18 19:04:43 +01:00
pyyaml = [
{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"},
]
2022-09-22 21:53:49 +02:00
regex = []
requests = []
rfc3986 = []
selenium = []
2020-01-15 14:42:57 +01:00
six = [
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
2020-01-15 14:42:57 +01:00
]
2022-09-22 21:53:49 +02:00
sniffio = []
sortedcontainers = []
2020-01-15 14:42:57 +01:00
toml = [
{file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"},
{file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"},
2020-01-15 14:42:57 +01:00
]
2022-09-22 21:53:49 +02:00
tomli = []
tornado = []
tox = []
trio = []
trio-websocket = []
tzdata = [
{file = "tzdata-2021.5-py2.py3-none-any.whl", hash = "sha256:3eee491e22ebfe1e5cfcc97a4137cd70f092ce59144d81f8924a844de05ba8f5"},
{file = "tzdata-2021.5.tar.gz", hash = "sha256:68dbe41afd01b867894bbdfd54fa03f468cfa4f0086bfb4adcd8de8f24f3ee21"},
2020-09-01 18:40:17 +02:00
]
2022-09-22 21:53:49 +02:00
tzlocal = []
urllib3 = []
virtualenv = []
wmctrl = []
wsproto = []