Skip to content
Snippets Groups Projects
Commit aa6c396f authored by Odair M.'s avatar Odair M.
Browse files

fix: add missing depedencie importlib_metadata

parent 16cca320
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ name = "pypi"
sphinx-rtd-theme = "*"
sphinx = "*"
sphinx-rtd-size = "*"
importlib-metadata = "*"
[dev-packages]
commitizen = "*"
......
{
"_meta": {
"hash": {
"sha256": "1130fd25ef8b5b0695ee8d0f63593ad23bea1f525c13abdf375615c7c9d603c7"
"sha256": "ec304828e86741a36ff3066b265e70565ab5d2c469c89a2bcc8ab28cc70f6f54"
},
"pipfile-spec": 6,
"requires": {
......@@ -71,6 +71,14 @@
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"version": "==1.4.1"
},
"importlib-metadata": {
"hashes": [
"sha256:637245b8bab2b6502fcbc752cc4b7a6f6243bb02b31c5c26156ad103d3d45670",
"sha256:7401a975809ea1fdc658c3aa4f78cc2195a0e019c5cbc4c06122884e9ae80c23"
],
"index": "pypi",
"version": "==4.12.0"
},
"jinja2": {
"hashes": [
"sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852",
......@@ -161,7 +169,7 @@
"sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983",
"sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349"
],
"markers": "python_version >= '3.7' and python_version < '4.0'",
"markers": "python_version >= '3.7' and python_version < '4'",
"version": "==2.28.1"
},
"snowballstemmer": {
......@@ -248,8 +256,16 @@
"sha256:3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e",
"sha256:b930dd878d5a8afb066a637fbb35144fe7901e3b209d1cd4f524bd0e9deee997"
],
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4.0'",
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'",
"version": "==1.26.12"
},
"zipp": {
"hashes": [
"sha256:05b45f1ee8f807d0cc928485ca40a07cb491cf092ff587c0df9cb1fd154848d2",
"sha256:47c40d7fe183a6f21403a199b3e4192cca5774656965b0a4988ad2f8feb5f009"
],
"markers": "python_version >= '3.7'",
"version": "==3.8.1"
}
},
"develop": {
......@@ -469,7 +485,7 @@
"sha256:600d3aefecce26d48d97eee936fdb66e4bc27f934c3ab6dd1e292c4f43946d90",
"sha256:fecfcc8cca110fda9d561cb83f1e97ecbb93c613ff857f655818839dac74ce90"
],
"markers": "python_version >= '3.6' and python_full_version < '4.0.0'",
"markers": "python_version >= '3.6' and python_version < '4.0'",
"version": "==1.10.0"
},
"setuptools": {
......@@ -499,7 +515,7 @@
"sha256:25d4e2e446c453be6360c67ddfb88838cfc42026322770ba13d1fbd403a93a5c",
"sha256:3235a9010fae54323e727c3ac06fb720752fe6635b3426e379daec60fbd44a83"
],
"markers": "python_version >= '3.6' and python_full_version < '4.0.0'",
"markers": "python_version >= '3.6' and python_version < '4.0'",
"version": "==0.11.4"
},
"typing-extensions": {
......
......@@ -13,13 +13,14 @@ charset-normalizer==2.1.1; python_version >= '3.6'
docutils==0.17.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
idna==3.3; python_version >= '3.5'
imagesize==1.4.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
importlib-metadata==4.12.0
jinja2==3.1.2; python_version >= '3.7'
markupsafe==2.1.1; python_version >= '3.7'
packaging==21.3; python_version >= '3.6'
pygments==2.13.0; python_version >= '3.6'
pyparsing==3.0.9; python_full_version >= '3.6.8'
pytz==2022.2.1
requests==2.28.1; python_version >= '3.7' and python_version < '4.0'
requests==2.28.1; python_version >= '3.7' and python_version < '4'
snowballstemmer==2.2.0
sphinx-rtd-size==0.2.0
sphinx-rtd-theme==1.0.0
......@@ -30,4 +31,5 @@ sphinxcontrib-htmlhelp==2.0.0; python_version >= '3.6'
sphinxcontrib-jsmath==1.0.1; python_version >= '3.5'
sphinxcontrib-qthelp==1.0.3; python_version >= '3.5'
sphinxcontrib-serializinghtml==1.1.5; python_version >= '3.5'
urllib3==1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4.0'
urllib3==1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'
zipp==3.8.1; python_version >= '3.7'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment