chap/requirements-dev.txt
Jeff Epler 9d86e30f69
Dynamically load requirements.txt in pyproject.toml
This allows use of `pip install -r requirements.txt` by users who prefer
that way of trying out the package, while not affecting my typical usage.

This does create a dependency on a beta feature of setuptools, so it
could be fragile.

Closes: #5
2023-10-02 03:57:58 -05:00

8 lines
113 B
Text

# SPDX-FileCopyrightText: 2023 Jeff Epler
#
# SPDX-License-Identifier: MIT
build
setuptools>=68.2.2
twine
wheel