From a6faac59e1b251dbde9a531639d34aa7860f44a1 Mon Sep 17 00:00:00 2001 From: William Brawner Date: Fri, 8 Mar 2024 16:28:18 -0700 Subject: [PATCH] Move dependencies to dev-package --- Pipfile | 4 ++-- Pipfile.lock | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Pipfile b/Pipfile index 5c42952..e416143 100644 --- a/Pipfile +++ b/Pipfile @@ -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" diff --git a/Pipfile.lock b/Pipfile.lock index cf0ad56..29e5c23 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -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": {} + } }