Skip to content

Instantly share code, notes, and snippets.

@espositofulvio
Created November 5, 2018 23:13
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 espositofulvio/0b406327c7e458592bd6e8cd28fd0db3 to your computer and use it in GitHub Desktop.
Save espositofulvio/0b406327c7e458592bd6e8cd28fd0db3 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "altair"
version = "0.1.0"
description = "A shiny and fast web framework"
license = "Apache-2.0"
authors = [ "Fulvio Esposito <esposito.fulvio@gmail.com>" ]
readme = "README.md"
build = "build.py"
[tool.poetry.dependencies]
python = "3.7"
pybind11 = "^2.2"
[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