Skip to content

Instantly share code, notes, and snippets.

@ckarrasalithya
Last active January 20, 2023 20:40
Show Gist options
  • Save ckarrasalithya/70d5c391797dcecbc9e36e6ee0faaa47 to your computer and use it in GitHub Desktop.
Save ckarrasalithya/70d5c391797dcecbc9e36e6ee0faaa47 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "test-poetry-isolated"
version = "0.1.0"
description = ""
readme = "README.md"
authors = ""
packages = []
[tool.poetry.dependencies]
python = "^3.8"
aioodbc = "^0.3.3"
roundrobin = "^0.0.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "privaterepo"
url = "http://private/repo/url/simple"
default = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment