-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds requirements.in file for github-check.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |