-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
poetry.lock
69 lines (60 loc) · 1.66 KB
/
poetry.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[[package]]
name = "httpx"
version = "0.23.0"
description = "The next generation HTTP client."
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
idna = ">=2.8"
sniffio = ">=1.1"
typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
[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,<0.22)"]
[package.dependencies]
colorama = {version = "*", markers = "platform_system == \"Windows\""}
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
[[package]]
name = "pycryptodomex"
version = "3.14.1"
description = "Cryptographic library for Python"
category = "main"
optional = false
python-versions = "*"
[[package]]
name = "beautifulsoup4"
version = "4.10.0"
description = "Screen-scraping library"
category = "main"
optional = false
python-versions = "*"
[[package]]
name = "colorama"
version = "0.4.5"
description = "Cross-platform colored terminal text."
category = "main"
optional = false
python-versions = "*"
[[package]]
name = "krfzf-py"
version = "^0.0.4"
description = "Fzf.py - A Pythonic Fzf Wrapper"
category = "main"
optional = false
python-versions = "*"
[metadata]
lock-version = "1.1"
python-versions = ">=3.7,<4.0"
content-hash = "31e45dd34db9b477fb63466636cd176fe09ead333b87e1d2ee5d9cf51383516a"
[metadata.files]
httpx = []
pycryptodomex = []
beautifulsoup4 = []
colorama = []
krfzf-py = []
importlib-metadata = []
idna = []
sniffio = []
typing-extensions = []