From 143ee0ef1e24d7f079102f088bf7e322ed6b3ff8 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Sat, 18 Dec 2021 00:37:16 +1000 Subject: [PATCH] Make eris subproject versions independant. - Should be able to pip install eris using a git url. - Not having "pip install -e" shouldn't be too bad, since not changing the subprojects very often. --- eris/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eris/requirements.txt b/eris/requirements.txt index 6c8bac5..a43082e 100644 --- a/eris/requirements.txt +++ b/eris/requirements.txt @@ -5,6 +5,6 @@ pillow==8.4.0 toml==0.10.2 decorator==5.1.0 pexpect==4.8.0 -./termstr -./fill3 -./lscolors +git+https://github.com/ahamilton/eris@2021.12.16#subdirectory=termstr +git+https://github.com/ahamilton/eris@2021.12.16#subdirectory=fill3 +git+https://github.com/ahamilton/eris@2021.12.16#subdirectory=lscolors