Skip to content

Instantly share code, notes, and snippets.

@marshallbrekka
Created March 25, 2022 02:28
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 marshallbrekka/979cc68df2814263141752acc78278d9 to your computer and use it in GitHub Desktop.
Save marshallbrekka/979cc68df2814263141752acc78278d9 to your computer and use it in GitHub Desktop.
Poetry Install Updates
[tool.poetry]
name = "test-poetry-package"
version = "0.1.0"
description = ""
authors = ["Marshall Brekka <marshallsmedia@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
requests = "*"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
default = true
name = "private"
url = "http://my-pypi-mirror.com/simple/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment