Skip to content

Commit 3ba6b72

Browse files
committed
update environment_markers
1 parent a8cc0df commit 3ba6b72

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/requirements_extra.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ asyncio
2323
beartype
2424

2525
# bili_live_helper (bilibili-api-python>=16.3.0)
26-
bilibili_api_python; python_version < '3.14'
26+
bilibili_api_python
2727

2828
# prime_backup
2929
blake3
@@ -59,7 +59,7 @@ jproperties
5959
khl.py
6060

6161
# prime_backup
62-
lz4; python_version < '3.14'
62+
lz4
6363

6464
# im_api (matrix-nio>=0.25.2), matrix_sync (matrix-nio)
6565
matrix_nio

src/requirements_extra_config.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
]
77
},
88
"environment_markers": {
9-
"bilibili_api_python": "python_version < '3.14'",
10-
"lz4": "python_version < '3.14'",
11-
"pygame": "python_version < '3.14'"
129
},
1310
"blacklist": [
1411
"json",

0 commit comments

Comments
 (0)