Archived
1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
rss2wallabag/poetry.lock

129 lines
5.3 KiB
TOML
Raw Normal View History

2020-01-07 20:36:50 +01:00
[[package]]
name = "certifi"
2020-11-01 21:47:32 +01:00
version = "2020.6.20"
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
2020-01-07 20:36:50 +01:00
optional = false
python-versions = "*"
[[package]]
name = "chardet"
2020-11-01 21:47:32 +01:00
version = "3.0.4"
description = "Universal encoding detector for Python 2 and 3"
category = "main"
2020-01-07 20:36:50 +01:00
optional = false
python-versions = "*"
[[package]]
name = "feedparser"
2020-11-01 21:47:32 +01:00
version = "6.0.2"
description = "Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds"
category = "main"
2020-01-07 20:36:50 +01:00
optional = false
2020-11-01 21:47:32 +01:00
python-versions = ">=3.6"
2020-01-07 20:44:38 +01:00
[package.dependencies]
2020-11-01 21:47:32 +01:00
sgmllib3k = "*"
2020-01-07 20:36:50 +01:00
[[package]]
name = "idna"
2020-11-01 21:47:32 +01:00
version = "2.10"
description = "Internationalized Domain Names in Applications (IDNA)"
2020-01-07 20:36:50 +01:00
category = "main"
optional = false
2020-11-01 21:47:32 +01:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2020-01-07 20:36:50 +01:00
[[package]]
name = "pyyaml"
2020-11-01 21:47:32 +01:00
version = "5.3.1"
description = "YAML parser and emitter for Python"
category = "main"
2020-01-07 20:36:50 +01:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[[package]]
name = "requests"
2020-11-01 21:47:32 +01:00
version = "2.24.0"
description = "Python HTTP for Humans."
category = "main"
2020-01-07 20:36:50 +01:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[package.dependencies]
certifi = ">=2017.4.17"
2020-11-01 21:47:32 +01:00
chardet = ">=3.0.2,<4"
idna = ">=2.5,<3"
2020-01-07 20:36:50 +01:00
urllib3 = ">=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26"
[package.extras]
2020-11-01 21:47:32 +01:00
security = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)"]
socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"]
2020-01-07 20:36:50 +01:00
2020-01-07 20:44:38 +01:00
[[package]]
name = "sgmllib3k"
2020-11-01 21:47:32 +01:00
version = "1.0.0"
description = "Py3k port of sgmllib."
category = "main"
2020-01-07 20:44:38 +01:00
optional = false
python-versions = "*"
2020-01-07 20:36:50 +01:00
[[package]]
name = "urllib3"
2020-11-01 21:47:32 +01:00
version = "1.25.11"
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
2020-01-07 20:36:50 +01:00
optional = false
2020-11-01 21:47:32 +01:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
2020-01-07 20:36:50 +01:00
[package.extras]
brotli = ["brotlipy (>=0.6.0)"]
secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
2020-11-01 21:47:32 +01:00
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
2020-01-07 20:36:50 +01:00
[metadata]
2020-11-01 21:47:32 +01:00
lock-version = "1.1"
2020-01-07 20:36:50 +01:00
python-versions = "^3.7"
2020-11-01 21:47:32 +01:00
content-hash = "1804291feb860b5ec22fdd23269eb00a5e8d0dd0cb8537506e4f7df32c441de4"
2020-01-07 20:36:50 +01:00
[metadata.files]
certifi = [
2020-11-01 21:47:32 +01:00
{file = "certifi-2020.6.20-py2.py3-none-any.whl", hash = "sha256:8fc0819f1f30ba15bdb34cceffb9ef04d99f420f68eb75d901e9560b8749fc41"},
{file = "certifi-2020.6.20.tar.gz", hash = "sha256:5930595817496dd21bb8dc35dad090f1c2cd0adfaf21204bf6732ca5d8ee34d3"},
2020-01-07 20:36:50 +01:00
]
chardet = [
{file = "chardet-3.0.4-py2.py3-none-any.whl", hash = "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"},
{file = "chardet-3.0.4.tar.gz", hash = "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"},
]
feedparser = [
2020-11-01 21:47:32 +01:00
{file = "feedparser-6.0.2-py3-none-any.whl", hash = "sha256:f596c4b34fb3e2dc7e6ac3a8191603841e8d5d267210064e94d4238737452ddd"},
{file = "feedparser-6.0.2.tar.gz", hash = "sha256:1b00a105425f492f3954fd346e5b524ca9cef3a4bbf95b8809470e9857aa1074"},
2020-01-07 20:36:50 +01:00
]
idna = [
2020-11-01 21:47:32 +01:00
{file = "idna-2.10-py2.py3-none-any.whl", hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"},
{file = "idna-2.10.tar.gz", hash = "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"},
2020-01-07 20:36:50 +01:00
]
pyyaml = [
2020-11-01 21:47:32 +01:00
{file = "PyYAML-5.3.1-cp27-cp27m-win32.whl", hash = "sha256:74809a57b329d6cc0fdccee6318f44b9b8649961fa73144a98735b0aaf029f1f"},
{file = "PyYAML-5.3.1-cp27-cp27m-win_amd64.whl", hash = "sha256:240097ff019d7c70a4922b6869d8a86407758333f02203e0fc6ff79c5dcede76"},
{file = "PyYAML-5.3.1-cp35-cp35m-win32.whl", hash = "sha256:4f4b913ca1a7319b33cfb1369e91e50354d6f07a135f3b901aca02aa95940bd2"},
{file = "PyYAML-5.3.1-cp35-cp35m-win_amd64.whl", hash = "sha256:cc8955cfbfc7a115fa81d85284ee61147059a753344bc51098f3ccd69b0d7e0c"},
{file = "PyYAML-5.3.1-cp36-cp36m-win32.whl", hash = "sha256:7739fc0fa8205b3ee8808aea45e968bc90082c10aef6ea95e855e10abf4a37b2"},
{file = "PyYAML-5.3.1-cp36-cp36m-win_amd64.whl", hash = "sha256:69f00dca373f240f842b2931fb2c7e14ddbacd1397d57157a9b005a6a9942648"},
{file = "PyYAML-5.3.1-cp37-cp37m-win32.whl", hash = "sha256:d13155f591e6fcc1ec3b30685d50bf0711574e2c0dfffd7644babf8b5102ca1a"},
{file = "PyYAML-5.3.1-cp37-cp37m-win_amd64.whl", hash = "sha256:73f099454b799e05e5ab51423c7bcf361c58d3206fa7b0d555426b1f4d9a3eaf"},
{file = "PyYAML-5.3.1-cp38-cp38-win32.whl", hash = "sha256:06a0d7ba600ce0b2d2fe2e78453a470b5a6e000a985dd4a4e54e436cc36b0e97"},
{file = "PyYAML-5.3.1-cp38-cp38-win_amd64.whl", hash = "sha256:95f71d2af0ff4227885f7a6605c37fd53d3a106fcab511b8860ecca9fcf400ee"},
{file = "PyYAML-5.3.1.tar.gz", hash = "sha256:b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d"},
2020-01-07 20:36:50 +01:00
]
requests = [
2020-11-01 21:47:32 +01:00
{file = "requests-2.24.0-py2.py3-none-any.whl", hash = "sha256:fe75cc94a9443b9246fc7049224f75604b113c36acb93f87b80ed42c44cbb898"},
{file = "requests-2.24.0.tar.gz", hash = "sha256:b3559a131db72c33ee969480840fff4bb6dd111de7dd27c8ee1f820f4f00231b"},
2020-01-07 20:36:50 +01:00
]
2020-01-07 20:44:38 +01:00
sgmllib3k = [
{file = "sgmllib3k-1.0.0.tar.gz", hash = "sha256:7868fb1c8bfa764c1ac563d3cf369c381d1325d36124933a726f29fcdaa812e9"},
]
2020-01-07 20:36:50 +01:00
urllib3 = [
2020-11-01 21:47:32 +01:00
{file = "urllib3-1.25.11-py2.py3-none-any.whl", hash = "sha256:f5321fbe4bf3fefa0efd0bfe7fb14e90909eb62a48ccda331726b4319897dd5e"},
{file = "urllib3-1.25.11.tar.gz", hash = "sha256:8d7eaa5a82a1cac232164990f04874c594c9453ec55eef02eab885aa02fc17a2"},
2020-01-07 20:36:50 +01:00
]