We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
pyproject.toml
requirements.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 arequirements.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)The text was updated successfully, but these errors were encountered: