1 Star 1 Fork 0

mojerro/compiler-explorer-infra

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 630 Bytes
一键复制 编辑 原始数据 按行查看 历史
Matt Godbolt 提交于 2022-09-25 21:20 . Misc fixups post poetry
[tool.black]
line-length = 120
target-version = ['py310']
[tool.poetry]
name = "compiler-explorer-infra"
version = "0.0.1"
description = "Compiler Explorer infrastructure"
authors = ["Matt Godbolt <matt@godbolt.org>", "partouf <partouf@gmail.com>"]
[tool.poetry.dependencies]
python = ">=3.9,<4"
aws-embedded-metrics = "^2.0.1"
boto3 = "^1.24.80"
CacheControl = {extras = ["filecache"], version = "^0.12.11"}
click = "^8.1.3"
Jinja2 = "^3.1.2"
packaging = "^21.3"
paramiko = "^2.11.0"
python-dateutil = "^2.8.2"
requests = "^2.28.1"
PyYAML = "^6.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.1.3"
pre-commit = "^2.20.0"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mojerro/compiler-explorer-infra.git
git@gitee.com:mojerro/compiler-explorer-infra.git
mojerro
compiler-explorer-infra
compiler-explorer-infra
main

搜索帮助