From 1db311092b51dc7ba02fc552b8e42f6dd415b030 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Mon, 5 Jan 2026 06:19:30 -0500 Subject: [PATCH] Back from PTO! Ran a Walmart script while away, so backing it all up. --- Scripts/Walmart/Spark/screenshots_to_pdf.py | 2 ++ Scripts/requirements.txt | 21 +++++---------------- 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/Scripts/Walmart/Spark/screenshots_to_pdf.py b/Scripts/Walmart/Spark/screenshots_to_pdf.py index 4b02e2fd..79bea324 100644 --- a/Scripts/Walmart/Spark/screenshots_to_pdf.py +++ b/Scripts/Walmart/Spark/screenshots_to_pdf.py @@ -9,6 +9,8 @@ from datetime import date # 2aed7eac-321f-4ba2-9ee8-7f8c90006459 BASEURL = "https://walmart.northpass.com/app/courses/" USERID = "?uid=7beg87y4-fh24-4929-3rt5-24kdn87s5241" +#https://walmart.northpass.com/courses/58e60eb8-7353-4121-a869-5d97047262e3?uid=7beg87y4-fh24-4929-3rt5-24kdn87s5241 +# https://walmart.northpass.com/app/courses/58e60eb8-7353-4121-a869-5d97047262e3?uid=7beg87y4-fh24-4929-3rt5-24kdn87s5241 COURSEID = sys.argv[1] DIR = "./" diff --git a/Scripts/requirements.txt b/Scripts/requirements.txt index d3221066..26244e16 100644 --- a/Scripts/requirements.txt +++ b/Scripts/requirements.txt @@ -1,22 +1,11 @@ -black==25.12.0 -certifi==2025.11.12 -charset-normalizer==3.4.4 -click==8.3.1 greenlet==3.3.0 -idna==3.11 -msgpack==1.1.2 -mypy-extensions==1.1.0 -neovim==0.3.1 -numpy==2.3.5 -packaging==25.0 +numpy==2.2.6 pandas==2.3.3 -pathspec==0.12.1 -platformdirs==4.5.1 -pynvim==0.6.0 +pillow==12.0.0 +playwright==1.57.0 +pyee==13.0.0 python-dateutil==2.9.0.post0 -pytokens==0.3.0 pytz==2025.2 -requests==2.32.5 six==1.17.0 +typing-extensions==4.15.0 tzdata==2025.2 -urllib3==2.6.1