zjordan16 / Handicap-Calculator

This is a mobile/desktop application that can calculate an unofficial USGA handicap.
MIT License
1 stars 0 forks source link

Updating dependencies in pyproject.toml requires hand typing #22

Closed byork6 closed 2 weeks ago

byork6 commented 3 weeks ago

Solution: maybe implement peace to update dependencies, or write a short script to reformat the requirements.txt file to the correct format for the pyproject.toml dependency list.

byork6 commented 2 weeks ago

Added format_requirements.py in tools to generate list of required libraries in correct format for pyproject.toml. Can use script to output txt file, and manually delete any unwanted dependencies for the live build of the app (requirements.txt works fine in dev mode but dependencies must be listed in the pyproject.toml when in live build of app according to beeware documentation).