Skip to content

Commit

Permalink
Add current dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tjorim committed Dec 31, 2024
1 parent 3b8482f commit 41a7dd1
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 2 deletions.
167 changes: 165 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ description = "A Python wrapper for the iRail API"
authors = ["Jorim Tielemans <tielemans.jorim@gmail.com>"]
license = "Apache-2.0"
readme = "README.md"
homepage = "https://github.com/tjorim/pyrail"
repository = "https://github.com/tjorim/pyrail"
documentation = "https://github.com/tjorim/pyrail"
keywords = ["irail", "nmbs"]

[tool.poetry.dependencies]
python = "^3.12"
requests = "^2.32.3"


[build-system]
Expand Down

0 comments on commit 41a7dd1

Please sign in to comment.