Last active
November 23, 2018 09:13
-
-
Save bjoernpollex/529e35cf10f4abe791cefc711319188c 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 = "poetry-futures" | |
version = "0.1.0" | |
description = "" | |
authors = ["Your Name <you@example.com>"] | |
# [[tool.poetry.source]] | |
# name = "dev" | |
# url = "http://localhost:4040/bjoern/dev/+simple" | |
[tool.poetry.dependencies] | |
python = "^3.6" | |
isort = "^4.3" | |
[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