Upgrading poetry dev dependencies section #224
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
Keeping poetry & dependencies up-to-date for running the train tracker smoothly in the future. Also adding "tzdata" package to allow Windows users to run the app.
Changes
Changes [tool.poetry.dev-dependencies] to [tool.poetry.group.dev.dependencies] in the pyproject.toml file.
![poetry_update1](https://private-user-images.githubusercontent.com/176230952/408894027-cead781f-7f2e-4f6a-b72c-33b13acfc40b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMDQyMzcsIm5iZiI6MTczOTAwMzkzNywicGF0aCI6Ii8xNzYyMzA5NTIvNDA4ODk0MDI3LWNlYWQ3ODFmLTdmMmUtNGY2YS1iNzJjLTMzYjEzYWNmYzQwYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQwODM4NTdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iOWYxMTYzODg2ZThlYmM2ZTU3YmI0MTA2NDM5NWJmMGM1ZTlmODljNGY5MTdiNDI1YTE4ZjQ5MGQ1NWFmMmVhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.xYI9uGBKa5-LirkuUsh3QvvI0sn9fC_FHI3Ceho3CeI)
Also, for Windows OS, the "tzdata" package is required to get time information for trains in the tracker, so this package is added under [tool.poetry.dev-dependencies].
![poetry_update2](https://private-user-images.githubusercontent.com/176230952/408894425-6edee2d4-73f0-4dbd-803d-bac2a0ad95a6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMDQyMzcsIm5iZiI6MTczOTAwMzkzNywicGF0aCI6Ii8xNzYyMzA5NTIvNDA4ODk0NDI1LTZlZGVlMmQ0LTczZjAtNGRiZC04MDNkLWJhYzJhMGFkOTVhNi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQwODM4NTdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05ZDYxNjhiOTcwNTY4MzEwYzcxODIxODdiMzM5YzRkZjY2OWRjOGNjMWFjZmVhNDU4Mzk1MjY2YzhmOWMyMzQ5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Fw_VfvaL-rmbhPA5bf2zgq-hK7guMI0Km9wnLe3QTLs)
Testing Instructions
Confirm these changes by running the train tracker locally!
Set the current directory to new-train-tracker on your machine with shell command: cd new-train-tracker
Run the program with shell command: npm start
View the tracker in your browser with: http://localhost:5173/