bump: updated request library and packaged cloudscraper

This commit is contained in:
Hazel Noack 2025-07-14 11:41:51 +02:00
parent 8f04cf8b3a
commit 35f7b5846e

View File

@ -2,7 +2,7 @@
name = "scribble_to_epub"
dependencies = [
'beautifulsoup4~=4.13.4',
'easy-requests~=0.0.0',
'easy-requests~=0.0.1',
'EbookLib~=0.19',
'arrow~=1.3.0',
'ftfy~=6.3.1',
@ -16,7 +16,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
version = "0.0.3"
version = "0.0.4"
license-files = [
"LICENSE"
]