Storing less versions if possible.

- Trying to do without versions in setup.py and requirements.txt.
- The git tags define the versions.
- The seperate python packages aren't independant atm.
- Eris uses the latest versions of its dependencies, not pinned
  older ones.
This commit is contained in:
Andrew Hamilton 2021-12-16 20:39:28 +10:00
parent 7abf025671
commit 5da5f07e0a
7 changed files with 6 additions and 12 deletions

View file

@ -5,8 +5,6 @@ set -e
sudo apt-get install -y python3.9 python3-pip
python3.9 -m pip install -r ./termstr/requirements.txt $1 ./termstr \
-r ./fill3/requirements.txt $1 ./fill3 \
$1 ./lscolors \
-r ./eris/requirements.txt $1 ./eris
python3.9 -m pip install -r ./eris/requirements.txt ./eris
# python3.9 -m pip install -e ./eris -e ./termstr -e ./fill3 -e ./lscolors # When developing.
./install-tools