Created
October 13, 2022 19:05
-
-
Save smartexpert/50dcfecd9dfac387bc9987dc9327990c to your computer and use it in GitHub Desktop.
Debug for poetry git SSL issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "whisper-play" | |
version = "0.1.0" | |
description = "" | |
authors = ["Your Name <[email protected]>"] | |
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