Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ requests
2captcha-python
curl_cffi
python-dotenv
httpx
httpx[http2]
cryptography
openai