-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpoetry.lock
More file actions
61 lines (54 loc) · 1.97 KB
/
poetry.lock
File metadata and controls
61 lines (54 loc) · 1.97 KB
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
[[package]]
category = "main"
description = "An implementation of lxml.xmlfile for the standard library"
name = "et-xmlfile"
optional = false
python-versions = "*"
version = "1.0.1"
[[package]]
category = "main"
description = "Julian dates from proleptic Gregorian and Julian calendars."
name = "jdcal"
optional = false
python-versions = "*"
version = "1.4.1"
[[package]]
category = "main"
description = "A Python library to read/write Excel 2010 xlsx/xlsm files"
name = "openpyxl"
optional = false
python-versions = ">=3.6,"
version = "3.0.5"
[package.dependencies]
et-xmlfile = "*"
jdcal = "*"
[[package]]
category = "main"
description = "Library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files"
name = "xlrd"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
version = "2.0.1"
[package.extras]
build = ["wheel", "twine"]
docs = ["sphinx"]
test = ["pytest", "pytest-cov"]
[metadata]
content-hash = "551982a66c9406d3f96c4d56553169202c0e5dd1dc52d98aecffe81c4bc01bf9"
python-versions = "^3.8"
[metadata.files]
et-xmlfile = [
{file = "et_xmlfile-1.0.1.tar.gz", hash = "sha256:614d9722d572f6246302c4491846d2c393c199cfa4edc9af593437691683335b"},
]
jdcal = [
{file = "jdcal-1.4.1-py2.py3-none-any.whl", hash = "sha256:1abf1305fce18b4e8aa248cf8fe0c56ce2032392bc64bbd61b5dff2a19ec8bba"},
{file = "jdcal-1.4.1.tar.gz", hash = "sha256:472872e096eb8df219c23f2689fc336668bdb43d194094b5cc1707e1640acfc8"},
]
openpyxl = [
{file = "openpyxl-3.0.5-py2.py3-none-any.whl", hash = "sha256:f7d666b569f729257082cf7ddc56262431878f602dcc2bc3980775c59439cdab"},
{file = "openpyxl-3.0.5.tar.gz", hash = "sha256:18e11f9a650128a12580a58e3daba14e00a11d9e907c554a17ea016bf1a2c71b"},
]
xlrd = [
{file = "xlrd-2.0.1-py2.py3-none-any.whl", hash = "sha256:6a33ee89877bd9abc1158129f6e94be74e2679636b8a205b43b85206c3f0bbdd"},
{file = "xlrd-2.0.1.tar.gz", hash = "sha256:f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88"},
]