summaryrefslogtreecommitdiff
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* Improve typingCaselIT2022-09-121-0/+11
| | | | Change-Id: I9fc86c4a92e1b76d19c9e891ff08ce8a46ad4e35
* Remove redundant wheel dep from pyproject.toml (#1047)Michał Górny2022-06-041-1/+0
| | | | | | Remove the redundant `wheel` dependency, as it is added by the backend automatically. Listing it explicitly in the documentation was a historical mistake and has been fixed since, see: https://github.com/pypa/setuptools/commit/f7d30a9529378cf69054b5176249e5457aaf640a
* Use pep517 to install alembic.CaselIT2022-05-071-0/+7
| | | | Change-Id: If7b9e9fca39e6a6abe45900ff396345c778bbaa9
* Fix downgrade with effective headCaselIT2022-05-031-0/+1
| | | | | | | | | Fixed issue where downgrade using a relative revision would fail in case of multiple branches with a single effectively head due to interdependencies between revisions. Fixes: #1026 Change-Id: I79f5595fb9d03124db8039345055571a9134eecd
* Various typing related updatesCaselIT2022-04-231-0/+14
| | | | Change-Id: I778b63b1c438f31964d841576f0dd54ae1a5fadc
* Update black to match sqlalchemy versionCaselIT2020-03-181-0/+2
Also add a in the pep8 tox job a check to verify that all files are properly formatted Change-Id: I7bac8463b273f3bce9be098e6ee76f1761e28e72