mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 02:59:27 +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
|
||||
|
||||
- Python 3.x
|
||||
- `numpy` library
|
||||
- `tqdm` library
|
||||
- `Jinja2` library
|
||||
- `Pillow` library
|
||||
@@ -33,7 +32,7 @@ Python script to generate static HTML files for website galleries.
|
||||
Install the required libraries using pip:
|
||||
|
||||
```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
|
||||
|
||||
@@ -6,7 +6,6 @@ import json
|
||||
from typing import Any, Dict, List, Tuple
|
||||
from datetime import datetime
|
||||
|
||||
import numpy as np
|
||||
from tqdm.auto import tqdm
|
||||
from PIL import Image, ExifTags, TiffImagePlugin
|
||||
from jinja2 import Environment, FileSystemLoader
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
CairoSVG==2.7.1
|
||||
Jinja2==3.1.4
|
||||
numpy==2.0.0
|
||||
pillow==10.4.0
|
||||
pyinstaller==6.9.0
|
||||
python-json-logger==2.0.7
|
||||
|
||||
Reference in New Issue
Block a user