diff --git a/.circleci/config.yml b/.circleci/config.yml index 47a27a1..7c62d75 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,7 +70,7 @@ jobs: name: Install dependencies command: | python -m pip install --upgrade pip - pip install python-dotenv httpx cryptography openai + pip install python-dotenv 'httpx[http2]' cryptography openai - run: name: Run SakuraFrp signin command: | diff --git a/requirements.txt b/requirements.txt index 2f5195a..a7f9555 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ requests 2captcha-python curl_cffi python-dotenv -httpx +httpx[http2] cryptography openai