Skip to content

Commit

Permalink
dep: remove backports.zoneinfo
Browse files Browse the repository at this point in the history
Targeted minimal Python version is 3.9,
so no backports.zoneinfo please.
  • Loading branch information
taoky authored and root committed Oct 15, 2023
1 parent 27d7d61 commit 29f2ae2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-lock.txt
cp conf/local_settings.py.example conf/local_settings.py
PRIVATE_KEY=$(openssl ecparam -name secp256k1 -genkey -noout)
Expand Down
1 change: 0 additions & 1 deletion requirements-lock.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
aliyun-python-sdk-core==2.13.36
asgiref==3.7.2
backports.zoneinfo==0.2.1
certifi==2023.7.22
cffi==1.16.0
charset-normalizer==3.3.0
Expand Down

0 comments on commit 29f2ae2

Please sign in to comment.