summaryrefslogtreecommitdiff
path: root/requirements_minimal.txt
Commit message (Collapse)AuthorAgeFilesLines
* Raise the minimum requirement for the pytest packageDominik Holland2022-04-061-1/+1
| | | | To support python 3.10, the pytest package needs to be atleast 6.2.5
* Replace usage of 'typing.io' by 'typing'Dominik Holland2022-01-191-1/+0
| | | | | | | | | With python 3.5 typing.io was integrated into the core libraries and no additional package is needed in order to use it. This also sets python 3.5 as the minimum version. Fixes: #104
* Update the minimum versions of our dependenciesDominik Holland2021-07-061-2/+2
| | | | | As we didn't introduce new code, we can stay with the versions from qface version 2.0.3.
* Add a requirements_minimal.txt fileDominik Holland2021-06-291-0/+15
With this special requirements file, we can use the CI to test with our minimal requriements, but also test the latest versions of our dependencies.