mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
27 lines
361 B
TOML
27 lines
361 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://mirrors.aliyun.com/pypi/simple/"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
tqdm = "*"
|
|
loguru = "*"
|
|
dnspython = "*"
|
|
requests = "*"
|
|
records = "*"
|
|
tldextract = "*"
|
|
exrex = "*"
|
|
aiohttp = "*"
|
|
fire = "*"
|
|
bs4 = "*"
|
|
pysocks = "*"
|
|
cloudscraper = "*"
|
|
tablib = "*"
|
|
psutil = "*"
|
|
tenacity = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|