Skip to content

Instantly share code, notes, and snippets.

@JBKahn
Created November 11, 2019 18:23
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 JBKahn/4bbb040c0181d974e0b71407ad764b6c to your computer and use it in GitHub Desktop.
Save JBKahn/4bbb040c0181d974e0b71407ad764b6c to your computer and use it in GitHub Desktop.
Poetry bug
[tool.poetry]
name = "testing-poetry"
version = "0.1.0"
description = ""
authors = ["Nick Presta <nick@waveapps.com>"]
[[tool.poetry.source]]
name = "private_pypi"
url = "our_custom_url"
[tool.poetry.dependencies]
python = "^3.8"
next-accounting-utils = {version = "30.2.1", source = "private_pypi"}
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=1.0.0b3"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment