-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpoetry.lock
73 lines (65 loc) · 4.67 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
# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand.
[[package]]
name = "colorama"
version = "0.4.6"
description = "Cross-platform colored terminal text."
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
files = [
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
]
[[package]]
name = "gphoto2"
version = "2.5.0"
description = "Python interface to libgphoto2"
optional = false
python-versions = "*"
files = [
{file = "gphoto2-2.5.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:6dec159daa5dec0052eb2b2eac0286a8ff80f26f174f74b7ff43f3797258b3e4"},
{file = "gphoto2-2.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:81664e61fdee58210226d0f52d2a8956e2cc91b4722f7bc90a92c48d38501cbb"},
{file = "gphoto2-2.5.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:0dfc33aae70de5739796d73a8798f7d7fb81f7507756bbbedee305db2f8e5287"},
{file = "gphoto2-2.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7f0d7469d36948584cdf2647cd9b060d75d8ba15b87149a5df84951838dffcf6"},
{file = "gphoto2-2.5.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:b6bc25e43e38413344b5e9f5ca6f53fe4dd08f625c1c1265dd6d6b92489bdc9c"},
{file = "gphoto2-2.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bd2f9d80f2d967a9dd65d75476edb1dffa87efe9a38ed7d94b9f772174858f40"},
{file = "gphoto2-2.5.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:b4e993c86bcdb2027fe72f328ec569a3bbada3880da7d9f9a9eded5c6451fc88"},
{file = "gphoto2-2.5.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:216a65dc726e275fd910e18e278fe76037b61518edf697f850ab72e73b098fe2"},
{file = "gphoto2-2.5.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:9cf3c9c42170739b26aac6410c17ddaa5f9e2ef7d92dab1f77d10f7a62a939be"},
{file = "gphoto2-2.5.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5412b6488bc03926e7f57ebed2312ef3a70d7efc87f198efc30dcfcb028a7859"},
{file = "gphoto2-2.5.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:3777f13b4f8b819de8138ad1adccc5e97d5f0e23f7d6a822c79ca25dcc06b90d"},
{file = "gphoto2-2.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:27285fedb8b966db7c2891407dd992a06d5e50ec15d0ba3141bbb803eb9f930f"},
{file = "gphoto2-2.5.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:26fcb8328b26a554b79a27a8a648256208d9b83f19b2fe3809538b0c1f213483"},
{file = "gphoto2-2.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:14ab115930597f2394a7ec4815da0adec4bc1c7374e798b3c846b29cf7d00dd1"},
{file = "gphoto2-2.5.0.tar.gz", hash = "sha256:97d07a3c42067fcae4525600a4ecad5b6b3d3a181cc4c1d594381f411e599e80"},
]
[[package]]
name = "loguru"
version = "0.7.2"
description = "Python logging made (stupidly) simple"
optional = false
python-versions = ">=3.5"
files = [
{file = "loguru-0.7.2-py3-none-any.whl", hash = "sha256:003d71e3d3ed35f0f8984898359d65b79e5b21943f78af86aa5491210429b8eb"},
{file = "loguru-0.7.2.tar.gz", hash = "sha256:e671a53522515f34fd406340ee968cb9ecafbc4b36c679da03c18fd8d0bd51ac"},
]
[package.dependencies]
colorama = {version = ">=0.3.4", markers = "sys_platform == \"win32\""}
win32-setctime = {version = ">=1.0.0", markers = "sys_platform == \"win32\""}
[package.extras]
dev = ["Sphinx (==7.2.5)", "colorama (==0.4.5)", "colorama (==0.4.6)", "exceptiongroup (==1.1.3)", "freezegun (==1.1.0)", "freezegun (==1.2.2)", "mypy (==v0.910)", "mypy (==v0.971)", "mypy (==v1.4.1)", "mypy (==v1.5.1)", "pre-commit (==3.4.0)", "pytest (==6.1.2)", "pytest (==7.4.0)", "pytest-cov (==2.12.1)", "pytest-cov (==4.1.0)", "pytest-mypy-plugins (==1.9.3)", "pytest-mypy-plugins (==3.0.0)", "sphinx-autobuild (==2021.3.14)", "sphinx-rtd-theme (==1.3.0)", "tox (==3.27.1)", "tox (==4.11.0)"]
[[package]]
name = "win32-setctime"
version = "1.1.0"
description = "A small Python utility to set file creation time on Windows"
optional = false
python-versions = ">=3.5"
files = [
{file = "win32_setctime-1.1.0-py3-none-any.whl", hash = "sha256:231db239e959c2fe7eb1d7dc129f11172354f98361c4fa2d6d2d7e278baa8aad"},
{file = "win32_setctime-1.1.0.tar.gz", hash = "sha256:15cf5750465118d6929ae4de4eb46e8edae9a5634350c01ba582df868e932cb2"},
]
[package.extras]
dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "74ab61e026066b7992e4d8f14c632f4bbe695afcdfcbe24f2ca959a1370dea5a"