Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit a10d29a

Browse files
author
Thomas Pansino
committed
Switch to https proto for poetry testing and re-lock
1 parent eea44ec commit a10d29a

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

tests/poetry/poetry.lock

Lines changed: 23 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/poetry/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Your Name <you@example.com>"]
77
[tool.poetry.dependencies]
88
python = "^3.6"
99
Flask = "^1.0"
10-
bottle = {git = "ssh://git@github.com/bottlepy/bottle.git", tag = "0.12.16"}
10+
bottle = {git = "https://git@github.com/bottlepy/bottle.git", tag = "0.12.16"}
1111
boto3 = "^1.9"
1212

1313
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)