文件操作 - pyproject.toml
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3.12/site-packages/ansible_collections/community/digitalocean/pyproject.toml
编辑文件内容
[tool.poetry] name = "digitalocean" version = "0.0.1" description = "Ansible Community DigitalOcean Collection" authors = ["Mark Mercado <mmercado@digitalocean.com>"] license = "GPL-3.0" readme = "README.md" [tool.poetry.dependencies] python = "~3.9" ansible-core = "^2.15.8" boto3 = "^1.28.16" jmespath = "^1.0.1" [tool.poetry.group.dev.dependencies] ansible-lint = { version = "^6.16.2", markers = "platform_system != 'Windows'" } black = "^23.3.0" pre-commit = "^3.3.2" pylint = "^2.17.4" pytest = "^7.3.1" antsibull-changelog = "^0.22.0" antsibull-docs = "^2.3.1" pytest-mock = "^3.11.1" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"
修改文件时间
将文件时间修改为当前时间的前一年
删除文件