summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authoritchyny <itchyny@cybozu.co.jp>2023-07-23 15:01:16 +0900
committerGitHub <noreply@github.com>2023-07-23 15:01:16 +0900
commit575372222a7aced6153df416c1abd92abd050b5e (patch)
tree5812dc689bb7302a5adc3ab28f6d89a52b20f2f7 /docs
parent34629ed223a058cf5122f1494b753d85cf5a4be5 (diff)
Add importlib_resources dependency for older Python (fix #2753) (#2754)
Diffstat (limited to 'docs')
-rw-r--r--docs/Pipfile1
-rw-r--r--docs/Pipfile.lock34
2 files changed, 34 insertions, 1 deletions
diff --git a/docs/Pipfile b/docs/Pipfile
index 620cc686..2b847710 100644
--- a/docs/Pipfile
+++ b/docs/Pipfile
@@ -11,3 +11,4 @@ pyyaml = "*"
markdown = "*"
lxml = "*"
jsonschema = "*"
+importlib_resources = "*"
diff --git a/docs/Pipfile.lock b/docs/Pipfile.lock
index 034209ec..73fa10a4 100644
--- a/docs/Pipfile.lock
+++ b/docs/Pipfile.lock
@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
- "sha256": "f1d00b2a668ae50953bb64adfb9a816a126fcf8b9ec942312ca290e6ea70872a"
+ "sha256": "14036c3c9f103c52a0c5a53346ef33c2fbef409697f9eb314da51ccdd3aa9fb2"
},
"pipfile-spec": 6,
"requires": {},
@@ -22,6 +22,22 @@
"markers": "python_version >= '3.7'",
"version": "==23.1.0"
},
+ "importlib-metadata": {
+ "hashes": [
+ "sha256:3ebb78df84a805d7698245025b975d9d67053cd94c79245ba4b3eb694abe68bb",
+ "sha256:dbace7892d8c0c4ac1ad096662232f831d4e64f4c4545bd53016a3e9d4654743"
+ ],
+ "markers": "python_version < '3.10'",
+ "version": "==6.8.0"
+ },
+ "importlib-resources": {
+ "hashes": [
+ "sha256:4cf94875a8368bd89531a756df9a9ebe1f150e0f885030b461237bc7f2d905f2",
+ "sha256:d952faee11004c045f785bb5636e8f885bed30dc3c940d5d42798a2a4541c185"
+ ],
+ "index": "pypi",
+ "version": "==6.0.0"
+ },
"jinja2": {
"hashes": [
"sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852",
@@ -208,6 +224,14 @@
"markers": "python_version >= '3.7'",
"version": "==2.1.3"
},
+ "pkgutil-resolve-name": {
+ "hashes": [
+ "sha256:357d6c9e6a755653cfd78893817c0853af365dd51ec97f3d358a819373bbd174",
+ "sha256:ca27cc078d25c5ad71a9de0a7a330146c4e014c2462d9af19c6b828280649c5e"
+ ],
+ "markers": "python_version < '3.9'",
+ "version": "==1.3.10"
+ },
"pyyaml": {
"hashes": [
"sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc",
@@ -364,6 +388,14 @@
],
"markers": "python_version >= '3.8'",
"version": "==0.9.2"
+ },
+ "zipp": {
+ "hashes": [
+ "sha256:679e51dd4403591b2d6838a48de3d283f3d188412a9782faadf845f298736ba0",
+ "sha256:ebc15946aa78bd63458992fc81ec3b6f7b1e92d51c35e6de1c3804e73b799147"
+ ],
+ "markers": "python_version < '3.10'",
+ "version": "==3.16.2"
}
},
"develop": {}