nebula-rss/poetry.lock

264 lines
8.0 KiB
TOML
Raw Normal View History

2022-01-11 13:09:24 +00:00
[[package]]
name = "atomicwrites"
2022-11-18 15:43:06 +00:00
version = "1.4.1"
2022-01-11 13:09:24 +00:00
description = "Atomic file writes."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[[package]]
name = "attrs"
2022-11-18 15:43:06 +00:00
version = "22.1.0"
2022-01-11 13:09:24 +00:00
description = "Classes Without Boilerplate"
2022-01-12 11:29:27 +00:00
category = "dev"
2022-01-11 13:09:24 +00:00
optional = false
2022-11-18 15:43:06 +00:00
python-versions = ">=3.5"
2022-01-11 13:09:24 +00:00
[package.extras]
2022-11-18 15:43:06 +00:00
dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "mypy (>=0.900,!=0.940)", "pytest-mypy-plugins", "zope.interface", "furo", "sphinx", "sphinx-notfound-page", "pre-commit", "cloudpickle"]
2022-01-11 13:09:24 +00:00
docs = ["furo", "sphinx", "zope.interface", "sphinx-notfound-page"]
2022-11-18 15:43:06 +00:00
tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "mypy (>=0.900,!=0.940)", "pytest-mypy-plugins", "zope.interface", "cloudpickle"]
tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "mypy (>=0.900,!=0.940)", "pytest-mypy-plugins", "cloudpickle"]
2022-01-11 13:09:24 +00:00
[[package]]
name = "certifi"
2022-11-18 15:43:06 +00:00
version = "2022.9.24"
2022-01-11 13:09:24 +00:00
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
2022-11-18 15:43:06 +00:00
python-versions = ">=3.6"
2022-01-11 13:09:24 +00:00
[[package]]
2022-01-12 11:29:27 +00:00
name = "charset-normalizer"
2022-11-18 15:43:06 +00:00
version = "2.1.1"
2022-01-12 11:29:27 +00:00
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
2022-01-11 13:09:24 +00:00
category = "main"
optional = false
2022-11-18 15:43:06 +00:00
python-versions = ">=3.6.0"
2022-01-11 13:09:24 +00:00
2022-01-12 11:29:27 +00:00
[package.extras]
unicode_backport = ["unicodedata2"]
2022-01-11 13:09:24 +00:00
[[package]]
name = "colorama"
2022-11-18 15:43:06 +00:00
version = "0.4.6"
2022-01-11 13:09:24 +00:00
description = "Cross-platform colored terminal text."
category = "dev"
optional = false
2022-11-18 15:43:06 +00:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
2022-01-11 13:09:24 +00:00
[[package]]
name = "feedgen"
version = "0.9.0"
description = "Feed Generator (ATOM, RSS, Podcasts)"
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
lxml = "*"
python-dateutil = "*"
[[package]]
name = "idna"
2022-11-18 15:43:06 +00:00
version = "3.4"
2022-01-11 13:09:24 +00:00
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
python-versions = ">=3.5"
2022-01-11 14:51:04 +00:00
[[package]]
name = "iniconfig"
version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing"
category = "dev"
optional = false
python-versions = "*"
2022-01-11 13:09:24 +00:00
[[package]]
name = "lxml"
2022-11-18 15:43:06 +00:00
version = "4.9.1"
2022-01-11 13:09:24 +00:00
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*"
[package.extras]
cssselect = ["cssselect (>=0.7)"]
html5 = ["html5lib"]
htmlsoup = ["beautifulsoup4"]
source = ["Cython (>=0.29.7)"]
[[package]]
name = "packaging"
version = "21.3"
description = "Core utilities for Python packages"
category = "dev"
optional = false
python-versions = ">=3.6"
[package.dependencies]
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
[[package]]
name = "pluggy"
2022-01-11 14:51:04 +00:00
version = "1.0.0"
2022-01-11 13:09:24 +00:00
description = "plugin and hook calling mechanisms for python"
category = "dev"
optional = false
2022-01-11 14:51:04 +00:00
python-versions = ">=3.6"
2022-01-11 13:09:24 +00:00
[package.extras]
dev = ["pre-commit", "tox"]
2022-01-11 14:51:04 +00:00
testing = ["pytest", "pytest-benchmark"]
2022-01-11 13:09:24 +00:00
[[package]]
name = "py"
version = "1.11.0"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[[package]]
name = "pyparsing"
2022-11-18 15:43:06 +00:00
version = "3.0.9"
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
2022-01-11 13:09:24 +00:00
category = "dev"
optional = false
2022-11-18 15:43:06 +00:00
python-versions = ">=3.6.8"
2022-01-11 13:09:24 +00:00
[package.extras]
2022-11-18 15:43:06 +00:00
diagrams = ["railroad-diagrams", "jinja2"]
2022-01-11 13:09:24 +00:00
[[package]]
name = "pytest"
2022-01-11 14:51:04 +00:00
version = "6.2.5"
2022-01-11 13:09:24 +00:00
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
2022-01-11 14:51:04 +00:00
python-versions = ">=3.6"
2022-01-11 13:09:24 +00:00
[package.dependencies]
atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""}
2022-01-11 14:51:04 +00:00
attrs = ">=19.2.0"
2022-01-11 13:09:24 +00:00
colorama = {version = "*", markers = "sys_platform == \"win32\""}
2022-01-11 14:51:04 +00:00
iniconfig = "*"
2022-01-11 13:09:24 +00:00
packaging = "*"
2022-01-11 14:51:04 +00:00
pluggy = ">=0.12,<2.0"
py = ">=1.8.2"
toml = "*"
2022-01-11 13:09:24 +00:00
[package.extras]
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"]
[[package]]
name = "python-dateutil"
version = "2.8.2"
description = "Extensions to the standard Python datetime module"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
[package.dependencies]
six = ">=1.5"
[[package]]
2022-01-12 11:29:27 +00:00
name = "requests"
2022-11-18 15:43:06 +00:00
version = "2.28.1"
2022-01-12 11:29:27 +00:00
description = "Python HTTP for Humans."
2022-01-11 13:09:24 +00:00
category = "main"
optional = false
2022-11-18 15:43:06 +00:00
python-versions = ">=3.7, <4"
2022-01-11 13:09:24 +00:00
[package.dependencies]
2022-01-12 11:29:27 +00:00
certifi = ">=2017.4.17"
2022-11-18 15:43:06 +00:00
charset-normalizer = ">=2,<3"
idna = ">=2.5,<4"
2022-01-12 11:29:27 +00:00
urllib3 = ">=1.21.1,<1.27"
[package.extras]
2022-11-18 15:43:06 +00:00
socks = ["PySocks (>=1.5.6,!=1.5.7)"]
use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"]
2022-01-11 13:09:24 +00:00
[[package]]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
2022-01-11 14:51:04 +00:00
[[package]]
name = "toml"
version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language"
category = "dev"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
2022-01-11 13:09:24 +00:00
[[package]]
name = "urllib3"
2022-11-18 15:43:06 +00:00
version = "1.26.12"
2022-01-11 13:09:24 +00:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
optional = false
2022-11-18 15:43:06 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4"
2022-01-11 13:09:24 +00:00
[package.extras]
2022-11-18 15:43:06 +00:00
brotli = ["brotlicffi (>=0.8.0)", "brotli (>=1.0.9)", "brotlipy (>=0.6.0)"]
secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "urllib3-secure-extra", "ipaddress"]
2022-01-11 13:09:24 +00:00
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[metadata]
lock-version = "1.1"
2022-01-11 16:33:23 +00:00
python-versions = ">=3.8, <4"
2022-01-12 11:29:27 +00:00
content-hash = "ca4f6c15a45ed5a3a8e516286424141af629a09a9b08fbc5fe694316f5a71725"
2022-01-11 13:09:24 +00:00
[metadata.files]
2022-11-18 15:43:06 +00:00
atomicwrites = []
attrs = []
certifi = []
charset-normalizer = []
colorama = []
2022-01-11 13:09:24 +00:00
feedgen = [
{file = "feedgen-0.9.0.tar.gz", hash = "sha256:8e811bdbbed6570034950db23a4388453628a70e689a6e8303ccec430f5a804a"},
]
2022-11-18 15:43:06 +00:00
idna = []
2022-01-11 14:51:04 +00: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"},
]
2022-11-18 15:43:06 +00:00
lxml = []
2022-01-11 13:09:24 +00:00
packaging = [
{file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"},
{file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"},
]
pluggy = [
2022-01-11 14:51:04 +00:00
{file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"},
{file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"},
2022-01-11 13:09:24 +00: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"},
]
2022-11-18 15:43:06 +00:00
pyparsing = []
2022-01-11 13:09:24 +00:00
pytest = [
2022-01-11 14:51:04 +00:00
{file = "pytest-6.2.5-py3-none-any.whl", hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134"},
{file = "pytest-6.2.5.tar.gz", hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89"},
2022-01-11 13:09:24 +00: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"},
]
2022-11-18 15:43:06 +00:00
requests = []
2022-01-11 13:09:24 +00: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"},
]
2022-01-11 14:51:04 +00: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"},
]
2022-11-18 15:43:06 +00:00
urllib3 = []