Open plannigan opened 2 years ago
hey can i try working on this @plannigan. can you make this to a hacktoberfest label ?
Feel free to take a try. I added the label.
Feel free to take a try. I added the label.
there is no requirements.txt and requirements-test.txt in this repo right? except for requirements-bootstrap.txt? so should i create them
All of the dependencies are in pyproject.toml
. The library dependencies are here. The development dependencies are within the tool.hatch.envs
sections.
Everything seems to be working, except the codecov token. So should i put up a PR for you to review? @plannigan.
Here is the run i tried. Run
Yes. Once you think things are in a good state, submit the PR and I'll take a look.
actions/setup-python
supports caching-packages-dependencies. Add support for caching for bothrequirements.txt
andrequirements-test.txt
.