Skip to content

Instantly share code, notes, and snippets.

@fgervais
Last active March 3, 2020 20:20
Show Gist options
  • Save fgervais/5a33d9df4cca064f02ce7fa6136c7e5e to your computer and use it in GitHub Desktop.
Save fgervais/5a33d9df4cca064f02ce7fa6136c7e5e to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "test"
version = "0.1.0"
description = ""
authors = ["Francois Gervais <francoisgervais@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.6"
requests = "^2.23.0"
[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