added versiouning to deps

This commit is contained in:
Hazel Noack 2025-06-10 16:38:20 +02:00
parent e7b2379231
commit 4df055afa4

View File

@ -1,11 +1,11 @@
[project]
name = "scribble_to_epub"
dependencies = [
'beautifulsoup4',
'beautifulsoup4~=4.13.4',
'requests',
'EbookLib',
'arrow',
'ftfy',
'EbookLib~=0.19',
'arrow~=1.3.0',
'ftfy~=6.3.1',
]
authors = []
description = "This scrapes books from https://www.scribblehub.com/ and creates epub from them"