aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/setup.py (unfollow)
Commit message (Collapse)AuthorLines
2021-05-05setup.py: Lock to dateutil versions at or above 2.8.1Wolfgang Müller-1/+1
This is the version we developed with, and we can't give guarantees for any earlier ones.
2021-05-05setup.py: Remove hard dependency on psycopg2Wolfgang 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-05setup.py: Add descriptionWolfgang Müller-0/+1