Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2021-05-05 | setup.py: Add comma to final block | Wolfgang Müller | -1/+1 | |
This will make sure that we will not run into errors caused by an omission of a comma should sections ever be moved around in the future. | ||||
2021-05-05 | setup.py: Lock to dateutil versions at or above 2.8.1 | Wolfgang Müller | -1/+1 | |
This is the version we developed with, and we can't give guarantees for any earlier ones. | ||||
2021-05-05 | setup.py: Remove hard dependency on psycopg2 | Wolfgang Müller | -1/+0 | |
This should never have been added in the first place, since quarg is supposed to work with both SQLite and PostgreSQL databases. Make sure not to pull in more than we need to. | ||||
2021-05-05 | setup.py: Add description | Wolfgang Müller | -0/+1 | |