issues
search
PyBites-Open-Source
/
eatlocal
This package helps users solve PyBites code challenges on their local machine.
MIT License
20
stars
9
forks
source link
bugfix: pyproject.toml needed some attention
#7
Closed
JnyJny
closed
2 years ago
JnyJny
commented
2 years ago
The scripts entry point referenced the wrong thing in
main
, switched from "main" to "cli". The typer decorated functions shouldn't be called directly.
The pytest dev dependency entry was missing a version
Added the pytest ini options defining a slow mark
Removed requirements.txt
Removed requirements_dev.txt
Removed pyproject.bak
Started tracking changes to poetry.local
Tests pass.
Tests pass.