Commit graph

11 commits

Author SHA1 Message Date
292f58e309 Update version from 2021.12.22 to v2021.12.22. 2021-12-22 11:33:20 +10:00
851a40dd1a Update version from 2021.12.20 to 2021.12.22. 2021-12-22 11:15:45 +10:00
343f849e7b Return to monorepo style.
- The python projects are all versioned together by the git tag.
2021-12-21 21:39:38 +10:00
0416d4e29d Coding style.
- Fix line length.
2021-12-21 20:48:48 +10:00
4580f57119 Bring version up to date. 2021-12-20 15:24:30 +10:00
f9e7014701 Revert "Experimenting with dependency_links."
This reverts commit 7786c8b8b5.
- Dependency_links is not needed.
2021-12-20 15:21:14 +10:00
7786c8b8b5 Experimenting with dependency_links.
- Is dependency_links needed for recursive dependencies?
- Need to checkin to really see.
2021-12-20 15:14:55 +10:00
ca38a5e7c1 Make pip install work.
- Having trouble with recursive dependencies not being installed.
- Try using install_requires in setup.py instead of requirements.txt files.
- Putting back version numbers.
2021-12-20 15:03:25 +10:00
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
38b0b9ead0 Add author email to setup.pys. 2021-11-07 00:01:49 +10:00
240e908634 Extracted fill3 into its own python project. 2021-11-04 22:40:15 +10:00