Skip to content

Instantly share code, notes, and snippets.

@KristobalJunta
Created March 6, 2020 09:57
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 KristobalJunta/90ec92274a286d7a0f5f366a4ee451c4 to your computer and use it in GitHub Desktop.
Save KristobalJunta/90ec92274a286d7a0f5f366a4ee451c4 to your computer and use it in GitHub Desktop.
This set of dependencies makes poetry resolve them for a very long time
[tool.poetry]
name = "example_project"
version = "0.1.0"
description = "Dependencies for this resolve for eternity"
authors = []
[tool.poetry.dependencies]
python = "^3.5"
awscli = "^1.15"
google-api-python-client = "^1.7.4"
[tool.poetry.dev-dependencies]
[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