Skip to content

Instantly share code, notes, and snippets.

@smartexpert
Created October 13, 2022 19:05
Show Gist options
  • Save smartexpert/50dcfecd9dfac387bc9987dc9327990c to your computer and use it in GitHub Desktop.
Save smartexpert/50dcfecd9dfac387bc9987dc9327990c to your computer and use it in GitHub Desktop.
Debug for poetry git SSL issue
[tool.poetry]
name = "whisper-play"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
packages = [{include = "whisper_play"}]
[tool.poetry.dependencies]
python = "^3.8"
fastapi = "^0.85.0"
certifi = "^2022.9.24"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment