Created
November 5, 2018 23:13
-
-
Save espositofulvio/0b406327c7e458592bd6e8cd28fd0db3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "altair" | |
version = "0.1.0" | |
description = "A shiny and fast web framework" | |
license = "Apache-2.0" | |
authors = [ "Fulvio Esposito <[email protected]>" ] | |
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