Skip to content

Commit 4b4e0b5

Browse files
committed
vertex studio匿名渠道支持
1 parent c0db78d commit 4b4e0b5

9 files changed

Lines changed: 1289 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ dependencies = [
3131
"aiosqlite>=0.20.0",
3232
"redis>=7.2.0",
3333
"asyncpg>=0.31.0",
34+
"wreq>=0.12.0",
3435
]
3536

3637
[project.optional-dependencies]

requirements-termux.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ motor
1111
pypinyin
1212
aiosqlite
1313
redis
14-
asyncpg
14+
asyncpg
15+
wreq

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ aiosqlite>=0.20.0
1212
pypinyin>=0.51.0
1313
redis>=4.2.0
1414
asyncpg
15+
wreq

0 commit comments

Comments
 (0)