Last active
July 3, 2020 09:59
-
-
Save MichaelAquilina/7a18dbc33a14ca42d8028ebac41b9af2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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-export-test2" | |
version = "0.1.0" | |
description = "" | |
authors = ["Michael Aquilina <[email protected]>"] | |
[tool.poetry.dependencies] | |
python = "^3.8" | |
ipdb = "^0.13.3" | |
ipython = "^7.16.1" | |
hypothesis = "^5.19.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