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

Upgrading poetry dev dependencies section #224

Merged
merged 1 commit into from
Feb 2, 2025

Conversation

amirrcat
Copy link
Contributor

@amirrcat amirrcat commented Feb 2, 2025

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

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

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/

@github-actions github-actions bot added the dependencies Changes to dependencies label Feb 2, 2025
Copy link
Member

@devinmatte devinmatte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@amirrcat amirrcat merged commit 89396cd into main Feb 2, 2025
5 checks passed
@amirrcat amirrcat deleted the chore/update-poetry-dependencies branch February 2, 2025 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants