From 216789e4b3381f739b90103bde593021b64b4802 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Wed, 5 Mar 2025 09:54:18 +0100 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 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ab6df9..d891de7 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Full list of requirements: - [requests](https://pypi.org/project/requests/) - [requests_cache](https://pypi.org/project/requests_cache/) - [browsercookie](https://pypi.org/project/browsercookie/) -- [cfscrape](https://pypi.org/project/cfscrape/) +- [cfscrape](https://github.com/landryraccoon/cloudflare-scrape) - [frozendict](https://pypi.org/project/frozendict/) - [python-kucoin](https://pypi.org/project/python-kucoin/) - [krakenex](https://pypi.org/project/krakenex/) diff --git a/setup.py b/setup.py index 4c36e20..4749c09 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ REQUIREMENTS_MAIN = [ 'requests', 'requests_cache', 'browsercookie', - 'cfscrape', + 'cfscrape @ git+https://github.com/landryraccoon/cloudflare-scrape.git', 'frozendict', 'python-kucoin', 'krakenex',