mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 02:59:27 +00:00
updated dependencies
This commit is contained in:
2
.github/workflows/build-release.yml
vendored
2
.github/workflows/build-release.yml
vendored
@@ -9,6 +9,8 @@ jobs:
|
|||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
|
- name: Install PyInstaller
|
||||||
|
run: pip install pyinstaller
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: pip install -r requirements.txt
|
run: pip install -r requirements.txt
|
||||||
- name: Build Package
|
- name: Build Package
|
||||||
|
|||||||
@@ -1,13 +1,12 @@
|
|||||||
beautifulsoup4~=4.13.4
|
beautifulsoup4~=4.14.3
|
||||||
CairoSVG~=2.7.1
|
CairoSVG~=2.7.1
|
||||||
ConfigArgParse~=1.7.1
|
ConfigArgParse~=1.7.1
|
||||||
defusedxml~=0.7.1
|
defusedxml~=0.7.1
|
||||||
html5lib~=1.1
|
html5lib~=1.1
|
||||||
Jinja2~=3.1.6
|
Jinja2~=3.1.6
|
||||||
jsmin~=3.0.1
|
jsmin~=3.0.1
|
||||||
Pillow~=11.3.0
|
Pillow~=12.1.0
|
||||||
pyinstaller~=6.11.1
|
|
||||||
python_json_logger~=2.0.7
|
python_json_logger~=2.0.7
|
||||||
rich_argparse~=1.7.1
|
rich_argparse~=1.7.2
|
||||||
selenium~=4.34.2
|
selenium~=4.40.0
|
||||||
tqdm~=4.66.4
|
tqdm~=4.66.6
|
||||||
|
|||||||
Reference in New Issue
Block a user