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',