Skip to content

Commit

Permalink
adds requirements.in file for github-check.
Browse files Browse the repository at this point in the history
  • Loading branch information
birkin committed Jan 1, 2025
1 parent b7e4f81 commit c9b189a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# -------------------------------------------------------------------
# Note...
# This project does not need any dependencies installed into a virtual environment.
# Instead, the `self_updater.py` and `tests.py` files use the PEP-723 python `inline script metadata` syntax
# to declare the dependencies.
# <https://packaging.python.org/en/latest/specifications/inline-script-metadata/>
# This allows files to be run like: `$ uv run ./tests.py`, with the python and dependencies versions being handled on-the-fly.
# This `requirements.txt` exists only to enable GitHub's package vulnerabiiity scanner to work correctly.
# -------------------------------------------------------------------

python-dotenv~=1.0.0

0 comments on commit c9b189a

Please sign in to comment.