-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpoetry.lock
More file actions
60 lines (53 loc) · 1.97 KB
/
Copy pathpoetry.lock
File metadata and controls
60 lines (53 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
[[package]]
category = "main"
description = "More routines for operating on iterables, beyond itertools"
name = "more-itertools"
optional = false
python-versions = "*"
version = "5.0.0"
[package.dependencies]
six = ">=1.0.0,<2.0.0"
[[package]]
category = "main"
description = "PDF toolkit"
name = "pypdf2"
optional = false
python-versions = "*"
version = "1.26.0"
[[package]]
category = "main"
description = "Python 2 and 3 compatibility utilities"
name = "six"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
version = "1.14.0"
[[package]]
category = "main"
description = "Manipulate PDF documents from the command line"
name = "stapler"
optional = false
python-versions = ">=3.4,<4.0"
version = "1.0.0b1"
[package.dependencies]
PyPDF2 = ">=1.26"
more-itertools = ">=2.2,<6.0.0"
[metadata]
content-hash = "468dc4f4aee7d947ef6deae6beadaef4754230112f034b57c54fbdb6cb5fe3ab"
python-versions = "^3.7"
[metadata.files]
more-itertools = [
{file = "more-itertools-5.0.0.tar.gz", hash = "sha256:38a936c0a6d98a38bcc2d03fdaaedaba9f412879461dd2ceff8d37564d6522e4"},
{file = "more_itertools-5.0.0-py2-none-any.whl", hash = "sha256:c0a5785b1109a6bd7fac76d6837fd1feca158e54e521ccd2ae8bfe393cc9d4fc"},
{file = "more_itertools-5.0.0-py3-none-any.whl", hash = "sha256:fe7a7cae1ccb57d33952113ff4fa1bc5f879963600ed74918f1236e212ee50b9"},
]
pypdf2 = [
{file = "PyPDF2-1.26.0.tar.gz", hash = "sha256:e28f902f2f0a1603ea95ebe21dff311ef09be3d0f0ef29a3e44a932729564385"},
]
six = [
{file = "six-1.14.0-py2.py3-none-any.whl", hash = "sha256:8f3cd2e254d8f793e7f3d6d9df77b92252b52637291d0f0da013c76ea2724b6c"},
{file = "six-1.14.0.tar.gz", hash = "sha256:236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a"},
]
stapler = [
{file = "stapler-1.0.0b1-py3-none-any.whl", hash = "sha256:d36cd2a48ea627791f0824660edf9470980905cbbcd732b739a9160ca01a311e"},
{file = "stapler-1.0.0b1.tar.gz", hash = "sha256:a651d5696214b0ec933e452839c1188df599567accd24976953da208835643de"},
]