Move dependencies to dev-package

This commit is contained in:
William Brawner 2024-03-08 16:28:18 -07:00
parent 0ae08f3ec7
commit a6faac59e1
Signed by: wbrawner
GPG key ID: 8FF12381C6C90D35
2 changed files with 8 additions and 8 deletions

View file

@ -4,11 +4,11 @@ verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
mkdocs-material = "*"
mkdocs-glightbox = "*"
mkdocs-macros-plugin = "*"
[dev-packages]
[requires]
python_version = "3.11"

12
Pipfile.lock generated
View file

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "41776cc1dd4e91786510e7b2e480662139ab3372444c1975405a1c9e8fc0185a"
"sha256": "9f42262078384c59bdac465e565e5cc352c69694ec0a366ac2564cc8036d8f4d"
},
"pipfile-spec": 6,
"requires": {
@ -15,7 +15,8 @@
}
]
},
"default": {
"default": {},
"develop": {
"babel": {
"hashes": [
"sha256:6919867db036398ba21eb5c7a0f6b28ab8cbc3ae7a73a44ebe34ae74a4e7d363",
@ -342,7 +343,7 @@
"sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3",
"sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"
],
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"version": "==2.9.0.post0"
},
"pyyaml": {
@ -522,7 +523,7 @@
"sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",
"sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"
],
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"version": "==1.16.0"
},
"termcolor": {
@ -576,6 +577,5 @@
"markers": "python_version >= '3.8'",
"version": "==4.0.0"
}
},
"develop": {}
}
}