chore: update lockfile

This commit is contained in:
eneller
2025-03-16 19:16:05 +01:00
parent ead36b8cdf
commit 21c89689a9
4 changed files with 9 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
# epub2go-web
A simple Website to provide a `NNI (Non-Nerd Interface)` to [epub2go.py](https://github.com/eneller/epub2go.py).
A simple Website to provide a `NNI (Non-Nerd Interface)` to [epub2go.py](https://github.com/eneller/epub2go.py), a web to epub converter.

View File

@@ -6,6 +6,8 @@ from epub2go.convert import get_all_books, Book, GBConvert
import os
converter = GBConvert(downloaddir=settings.MEDIA_ROOT)
def index(request: HttpRequest):
title = 'epub2go'
targetParam = request.GET.get('t', None)

View File

@@ -1,6 +1,10 @@
tr:nth-child(even){
background-color: #EEEEEE;
}
tr:hover{
background-color: #DDDDDD;
transition: all 2ms;
}
.table-icon{
vertical-align: middle;
height: 1em;

4
uv.lock generated
View File

@@ -104,8 +104,8 @@ wheels = [
[[package]]
name = "epub2go"
version = "1.3"
source = { git = "https://github.com/eneller/epub2go.py#5ed44bdb0a812d3526802284b8c4524bf8cfaf17" }
version = "2.0"
source = { git = "https://github.com/eneller/epub2go.py#5d063d8597266fdfbfd924838be70b33fc4cbc34" }
dependencies = [
{ name = "beautifulsoup4" },
{ name = "click" },