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

@ -8,7 +8,6 @@ except ImportError:
setup(name="fill3",
version="2021.10.18",
description=("Fill3 provides basic widgets for a tui."),
url="https://github.com/ahamilton/eris",
author="Andrew Hamilton",