mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
23 lines
302 B
TOML
23 lines
302 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://mirrors.aliyun.com/pypi/simple/"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
tqdm = "*"
|
|
loguru = "*"
|
|
dnspython = "*"
|
|
exrex = "*"
|
|
fire = "*"
|
|
bs4 = "*"
|
|
tenacity = "*"
|
|
treelib = "*"
|
|
sqlalchemy = "*"
|
|
requests = "*"
|
|
pysocks = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|