From 0bb93be1be1b34b864cfd517c1243bf9532ac08d Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Wed, 14 May 2025 23:54:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager) --- README.md | 2 +- setup.py | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6c9434c..b8c9757 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Full list of requirements: - [lxml](https://pypi.org/project/lxml/) - [requests](https://pypi.org/project/requests/) - [requests_cache](https://pypi.org/project/requests_cache/) -- [browsercookie](https://pypi.org/project/browsercookie/) +- [browser_cookie3](https://pypi.org/project/browser_cookie3/) - [cfscrape](https://github.com/landryraccoon/cloudflare-scrape) - [frozendict](https://pypi.org/project/frozendict/) - [python-kucoin](https://pypi.org/project/python-kucoin/) diff --git a/setup.py b/setup.py index 15a388d..87702fe 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,6 @@ PACKAGE_DESCRIPTION_SHORT = """ This program collects several small data fetchers, for downloading personal data spread around the internet.""".strip() - def parse_version_file(text: str) -> str: match = re.match(r'^__version__\s*=\s*(["\'])([\d\.]+)\1$', text) if match is None: @@ -62,7 +61,6 @@ def parse_version_file(text: str) -> str: raise Exception(msg) return match.group(2) - with open(PACKAGE_NAME + '/_version.py') as f: version = parse_version_file(f.read()) @@ -71,7 +69,7 @@ REQUIREMENTS_MAIN = [ 'lxml', 'requests', 'requests_cache', - 'browsercookie', + 'browser_cookie3', 'cfscrape @ git+https://github.com/landryraccoon/cloudflare-scrape.git', 'frozendict', 'python-kucoin',