about summary refs log tree commit diff stats
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* pylint: Pin to 2.13.9toonn2022-06-101-1/+1
| | | | | | As of 2.14.0 PyLint dropped the python3 port checker. This means many of the features we want to disable, because we need syntax compatible with Python 2 are gone and we can no longer disable the checks.
* Prepare for Pylint transition from versions <2toonn2020-07-051-1/+1
|
* Replace pipenv with a simple requirements.txtWojciech Siewierski2018-10-081-0/+3
Motivations: - we do not want to pin a single Python version like Pipenv usually does - constant issues like https://github.com/pypa/pipenv/issues/2924