-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpoetry.lock
79 lines (69 loc) · 2.51 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
70
71
72
73
74
75
76
77
78
79
[[package]]
name = "aiohappybase"
version = "1.4.0"
description = "Asyncio fork of HappyBase"
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
thriftpy2 = ">=0.4.11"
[[package]]
name = "happybase"
version = "1.2.0"
description = "A developer-friendly Python library to interact with Apache HBase"
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
six = "*"
thriftpy2 = ">=0.4"
[[package]]
name = "ply"
version = "3.11"
description = "Python Lex & Yacc"
category = "main"
optional = false
python-versions = "*"
[[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.*"
[[package]]
name = "thriftpy2"
version = "0.4.14"
description = "Pure python implementation of Apache Thrift."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[package.dependencies]
ply = ">=3.4,<4.0"
[package.extras]
dev = ["cython (>=0.28.4)", "flake8 (>=2.5)", "pytest (>=2.8)", "sphinx-rtd-theme (>=0.1.9)", "sphinx (>=1.3)", "tornado (>=4.0,<6.0)"]
tornado = ["tornado (>=4.0,<6.0)"]
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "eb38fb1862792a2a352990b1c31324fa342b65b34c1e3863d9c7334addc30045"
[metadata.files]
aiohappybase = [
{file = "aiohappybase-1.4.0-py3-none-any.whl", hash = "sha256:46a8bb1e580647f0333b1d944a9f4905200bae7d2209e575adc450c444ac13ec"},
{file = "aiohappybase-1.4.0.tar.gz", hash = "sha256:9970941982252edc3d65bcd9c97d67d6280f872527138842d9c4883f1ff753a8"},
]
happybase = [
{file = "happybase-1.2.0.tar.gz", hash = "sha256:850b4ee651128588a57e1e152dd1252e5ec39776a5d3d14ee892b8bac0fa9e1a"},
]
ply = [
{file = "ply-3.11-py2.py3-none-any.whl", hash = "sha256:096f9b8350b65ebd2fd1346b12452efe5b9607f7482813ffca50c22722a807ce"},
{file = "ply-3.11.tar.gz", hash = "sha256:00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3"},
]
six = [
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
]
thriftpy2 = [
{file = "thriftpy2-0.4.14-cp38-cp38-macosx_10_15_x86_64.whl", hash = "sha256:b4aae6f6c1d8d12e63c45f68ec1a25267e7d3af1ced1e5a82cbabaaed4bcebc9"},
{file = "thriftpy2-0.4.14.tar.gz", hash = "sha256:1758ccaeb2a40d8779b50cdd3d7a3b43e8c5752f21ad0a54ded7c251d05219e8"},
]