From d7f80397785a252d988dd975ee4e46d3157058b6 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Mon, 1 Aug 2022 10:34:27 -0400 Subject: [PATCH] switch to gitlab served themes. modified: requirements.py3.txt --- requirements.py3.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements.py3.txt b/requirements.py3.txt index 511f1a8..4cc9ade 100644 --- a/requirements.py3.txt +++ b/requirements.py3.txt @@ -44,14 +44,15 @@ ago miniuri # my miscutils checked out via git as an editable package. -#-e git+git@github.com:russellballestrini/miscutils.git#egg=miscutils git+https://github.com/russellballestrini/miscutils.git#egg=miscutils # the official Remarkbox "meta" theme. -git+https://github.com/russellballestrini/remarkbox-theme-meta.git#egg-remarkbox-theme-meta +#git+https://github.com/russellballestrini/remarkbox-theme-meta.git#egg-remarkbox-theme-meta +git+https://git.unturf.com/engineering/remarkbox/remarkbox-theme-meta.git#egg-remarkbox-theme-meta # another example theme. -git+https://github.com/russellballestrini/remarkbox-westworld.git#egg-remarkbox-westworld +#git+https://github.com/russellballestrini/remarkbox-westworld.git#egg-remarkbox-westworld +git+https://git.unturf.com/engineering/remarkbox/remarkbox-westworld.git#egg-remarkbox-westworld # Create URI slugs from titles. python-slugify