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.
This commit is contained in:
Andrew Hamilton 2021-12-18 00:37:16 +10:00
parent 5da5f07e0a
commit 143ee0ef1e

View file

@ -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