Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove (already commented out) pip installs in py scripts; move to pyproject.toml/requirements.txt #11

Open
chunhochow opened this issue Jul 9, 2024 · 0 comments

Comments

@chunhochow
Copy link
Member

chunhochow commented Jul 9, 2024

Lines like https://github.com/sfcta/validation_workbook/blob/main/transit/script/transit.py#L6-L19 should be removed. Add all python requirements to pyproject.toml under dependencies (https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#dependencies-and-requirements) or equivalent like a requirements.txt file (https://pip.pypa.io/en/latest/user_guide/#requirements-files). (though the latter seems to be deprecated in favour of pyproject.toml when it's not pinned dependencies)

@chunhochow chunhochow changed the title remove (already commented out) pip installs in py scripts; move to requirements.txt remove (already commented out) pip installs in py scripts; move to pyproject.toml/requirements.txt Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant