Commit graph

10 commits

Author SHA1 Message Date
5da5f07e0a 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.
2021-12-16 20:39:28 +10:00
a363004afe Make editable mode apply to all installed projects. 2021-12-07 15:19:02 +10:00
7fa155da72 release: docker: Make sure python3.9 exists. 2021-12-06 16:19:53 +10:00
e4a93e1d96 release: Make sure pip is installed.
- Its good that sudo is needed early in the script, so a password
  isn't needed later for install-tools.
2021-12-06 14:45:30 +10:00
abb9633e97 Coding style.
- Pip can install multiple packages and requirements files at once.
2021-12-03 02:47:14 +10:00
a724d234c3 Extract lscolors into its own python project. 2021-11-06 23:58:17 +10:00
240e908634 Extracted fill3 into its own python project. 2021-11-04 22:40:15 +10:00
c018e9f7d4 Extracted termstr into its own python project. 2021-11-04 21:37:38 +10:00
31d8cbf4e3 Coding Style.
- Move the eris source into a subdirectory.
  - Including the setup.py and requirements files.
- This repo will hold more than one python project.
2021-11-04 21:18:44 +10:00
d540636fd5 Create an install script. 2021-10-31 22:49:13 +10:00