加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Pipfile 354 Bytes
一键复制 编辑 原始数据 按行查看 历史
Such 提交于 2024-04-12 16:56 . chore:async_timeout
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[scripts]
build = "python main.py"
[dev-packages]
[packages]
requests = "2.31.0"
feedparser = "6.0.11"
pytz = "2024.1"
selenium = "4.19.0"
selenium-stealth = "1.0.6"
aiohttp = "3.9.3"
bs4 = "0.0.2"
tqdm = "4.66.2"
async-timeout = "4.0.3"
[requires]
python_version = ">=3.11"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化