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:
parent
5da5f07e0a
commit
143ee0ef1e
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue