mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
31 lines
413 B
TOML
31 lines
413 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.python.org/simple/"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
aiodns = "*"
|
|
tqdm = "*"
|
|
aiomultiprocess = "*"
|
|
loguru = "*"
|
|
dnspython = "*"
|
|
requests = "*"
|
|
records = "*"
|
|
tldextract = "*"
|
|
exrex = "*"
|
|
aiohttp = "*"
|
|
fire = "*"
|
|
bs4 = "*"
|
|
cchardet = "*"
|
|
lxml = "*"
|
|
pysocks = "*"
|
|
cloudscraper = "*"
|
|
js2py = "*"
|
|
tablib = "*"
|
|
brotlipy = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|