From 80ee016ab6c4315faf4e67fd7e7826d81fb9b753 Mon Sep 17 00:00:00 2001 From: Michael Marchetti Date: Mon, 13 Feb 2023 14:22:53 -0500 Subject: [PATCH] fix URL --- Pipfile | 3 +-- Pipfile.lock | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Pipfile b/Pipfile index 1ccae720..66f91d28 100644 --- a/Pipfile +++ b/Pipfile @@ -22,8 +22,6 @@ traitlets = ">=5.1.1" nbconvert = ">=5.0" nbformat = "*" notebook = ">=6.1.5, <7.0.0" -# https://github.com/pypa/setuptools/issues/2568#issuecomment-821040991 -rsconnect-python = "rsconnect-python @ git+https://github.com/rstudio/rsconnect-python.git@bcwu-voila" six = "*" # Dependabot fixes py = ">=1.10.0" @@ -31,6 +29,7 @@ Pygments = ">=2.7.4" jinja2 = ">=2.11.3" bleach = ">=3.3.0" cryptography = ">=3.2" +rsconnect-python = "rsconnect-python @ git+https://github.com/rstudio/rsconnect-python.git@bcwu-voila#egg=rsconnect-python" [pipenv] allow_prereleases = true diff --git a/Pipfile.lock b/Pipfile.lock index 6fd356ab..903ee694 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "6f6b9ee3dfd3c7e578eeac9ce2a92157a192535518964434595582023e0420aa" + "sha256": "5c70ee5c5f9c38db7a95ba72718e499252f7e809504d68fe23f70b540a1c83b8" }, "pipfile-spec": 6, "requires": {},