Commit graph

3 commits

Author SHA1 Message Date
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
8c4c46cc03
twine is needed for releasing 2023-03-12 10:25:19 -05:00
23433e41bc
Add workflows 2023-03-12 10:20:41 -05:00