From 90eb5383d4f2075e56ced5e77fda29b787643e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Gardfj=C3=A4ll?= Date: Sun, 1 Oct 2023 18:09:42 +0200 Subject: [PATCH] more doc updates --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e115bbbd..ac8a88dd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,7 +45,7 @@ install_requires = # Note: needed to impersonate web browsers. Garmin Connect uses Cloudflare's bot # protection which looks at TLS fingerprints to determine if the caller is a # script (like curl) or a web browser. curl_cffi uses a patched libcurl to -# produce identical TLS fingerprints as a real web browsers. +# produce identical TLS fingerprints as real web browsers. impersonate_browser = curl_cffi==0.5.9 test = pytest~=7.3; pytest-cov~=4.0