summaryrefslogtreecommitdiff
path: root/requirements/dev.in
Commit message (Collapse)AuthorAgeFilesLines
* build: use .in from .inNed Batchelder2023-03-141-3/+3
| | | | | | | | | | | | | We build the .pip files on Mac. Some transitive dependencies are different on other OS's, and so would fail there, like this: ``` ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==. These do not: SecretStorage>=3.2 from https://files.pythonhosted.org/packages/54/24/b4293291fa1dd830f353d2cb163295742fa87f179fcc8a20a306a81978b7/SecretStorage-3.3.3-py3-none-any.whl#sha256=f356e6628222568e3af06f2eba8df495efa13b3b63081dafd4f7d9a7b7bc9f99 (from keyring==23.13.1->-r requirements/dev.pip (line 279)) ``` By keeping the .in files self-contained, we provide a way to install without hashes.
* mypy: a separate tox env for mypyNed Batchelder2022-12-291-1/+0
|
* test: add mypy as a dev dependencyNed Batchelder2022-12-271-1/+2
|
* build: use tox.pip to ensure all tox pins are the sameNed Batchelder2022-12-071-1/+1
|
* build: use cog to maintain data copied into docsNed Batchelder2021-11-191-0/+1
|
* build: use pip-tools to manage *.pip from *.inNed Batchelder2021-10-241-0/+26
The requires.io site stopped working for me, and this is a more automated process anyway.