Skip to content

Instantly share code, notes, and snippets.

@slhck
Created March 16, 2020 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slhck/b4f71a266984049a063c16348f3d7cbf to your computer and use it in GitHub Desktop.
Save slhck/b4f71a266984049a063c16348f3d7cbf to your computer and use it in GitHub Desktop.
SSH in Poetry
[tool.poetry]
name = "test"
version = "0.1.0"
description = ""
authors = ["Werner Robitza <werner.robitza@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.8"
ffmpeg_bitrate_stats = { git = "ssh://git@github.com:slhck/ffmpeg-bitrate-stats.git" }
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment