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] [project]
name = "scribble_to_epub" name = "scribble_to_epub"
dependencies = [ dependencies = [
'beautifulsoup4', 'beautifulsoup4~=4.13.4',
'requests', 'requests',
'EbookLib', 'EbookLib~=0.19',
'arrow', 'arrow~=1.3.0',
'ftfy', 'ftfy~=6.3.1',
] ]
authors = [] authors = []
description = "This scrapes books from https://www.scribblehub.com/ and creates epub from them" description = "This scrapes books from https://www.scribblehub.com/ and creates epub from them"