1 Star 0 Fork 1

crawler-hub/crawler-common

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 655 Bytes
一键复制 编辑 原始数据 按行查看 历史
Heisenberg 提交于 2023-10-24 10:41 . chore:
[tool.poetry]
name = "crawler-common"
version = "0.1.2"
description = "爬虫公共库"
authors = ["Jesse3692 <[email protected]>"]
license = "MIT"
readme = "README.md"
packages = [{include = "crawler_common"}]
[tool.poetry.dependencies]
python = "^3.8.1"
langid = "^1.1.6"
pyyaml = "^6.0.1"
pymongo = "^4.5.0"
pymysql = "^1.1.0"
dbutils = "^3.0.3"
colorlog = "^6.7.0"
concurrent-log-handler = "^0.9.24"
pytz = "^2023.3.post1"
redis = "^5.0.1"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.2"
ipykernel = "^6.25.2"
flake8 = "^6.1.0"
autopep8 = "^2.0.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/crawler-hub/crawler-common.git
[email protected]:crawler-hub/crawler-common.git
crawler-hub
crawler-common
crawler-common
master

搜索帮助