mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
removed numpy dependancy
This commit is contained in:
@@ -20,7 +20,6 @@ Python script to generate static HTML files for website galleries.
|
|||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- Python 3.x
|
- Python 3.x
|
||||||
- `numpy` library
|
|
||||||
- `tqdm` library
|
- `tqdm` library
|
||||||
- `Jinja2` library
|
- `Jinja2` library
|
||||||
- `Pillow` library
|
- `Pillow` library
|
||||||
@@ -33,7 +32,7 @@ Python script to generate static HTML files for website galleries.
|
|||||||
Install the required libraries using pip:
|
Install the required libraries using pip:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pip install numpy tqdm Jinja2 Pillow rich-argparse cairosvg python-json-logger
|
pip install tqdm Jinja2 Pillow rich-argparse cairosvg python-json-logger
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ import json
|
|||||||
from typing import Any, Dict, List, Tuple
|
from typing import Any, Dict, List, Tuple
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|
||||||
import numpy as np
|
|
||||||
from tqdm.auto import tqdm
|
from tqdm.auto import tqdm
|
||||||
from PIL import Image, ExifTags, TiffImagePlugin
|
from PIL import Image, ExifTags, TiffImagePlugin
|
||||||
from jinja2 import Environment, FileSystemLoader
|
from jinja2 import Environment, FileSystemLoader
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
CairoSVG==2.7.1
|
CairoSVG==2.7.1
|
||||||
Jinja2==3.1.4
|
Jinja2==3.1.4
|
||||||
numpy==2.0.0
|
|
||||||
pillow==10.4.0
|
pillow==10.4.0
|
||||||
pyinstaller==6.9.0
|
pyinstaller==6.9.0
|
||||||
python-json-logger==2.0.7
|
python-json-logger==2.0.7
|
||||||
|
|||||||
Reference in New Issue
Block a user