summaryrefslogtreecommitdiffstats
path: root/requirements-dev.txt
Commit message (Collapse)AuthorAgeFilesLines
* Change CI provisioningMats Wichmann2024-05-231-1/+1
| | | | | | | | Sphinx unpinned. lxml pinned as <5 rather than a specific version. Experimentally, add two workflows: Ubuntu 24.04 and Windows 2022 Signed-off-by: Mats Wichmann <mats@linux.com>
* Bump dependency versions [skip appveyor]Mats Wichmann2023-09-221-1/+1
| | | | | | | | | | | | | | | | Sphinx ceiling version bumped to 6.x. While it *works* with current Sphinx 7.x, sphinx-book-theme is actually pinned to <7, so to avoid install complaints, leave Sphinx down-rev for now. lxml version pin bumped, and the fence for not installing on Python 3.12 is changed to 3.13 - PyPI packages for 3.12 are up. Update doc/generated/variables.mod as it contains new construction variables from the 4.6 development: all the generated files will be updated at release time, but this allows a build *without* regenerating to not fail. Signed-off-by: Mats Wichmann <mats@linux.com>
* Quote python_version valueWilliam Deegan2023-01-231-1/+1
|
* revise based on mwichmann's reviewWilliam Deegan2023-01-231-3/+2
|
* set max version for sphinx to be 6.0, and bump lxml up 1 version and ↵William Deegan2023-01-231-1/+2
| | | | prohibit installing it on windows with py3.12 for now
* Skip lxml if using py 3.11+ and you're on windows as there's currently not a ↵William Deegan2023-01-231-1/+3
| | | | lxml binary wheel for such. Remove when this changes
* Split requirements filesMats Wichmann2022-08-041-0/+12
Update CI and other files that refer to them. While we're at it, switch to choco pkg winflexbison3 from winflexbison. Update RELEASE file and template as well, to eliminate possible confusion (not that any has been reported). Signed-off-by: Mats Wichmann <mats@linux.com>