Skip to content

Instantly share code, notes, and snippets.

@MichaelAquilina
Last active July 3, 2020 09:59
Show Gist options
  • Save MichaelAquilina/7a18dbc33a14ca42d8028ebac41b9af2 to your computer and use it in GitHub Desktop.
Save MichaelAquilina/7a18dbc33a14ca42d8028ebac41b9af2 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "poetry-export-test2"
version = "0.1.0"
description = ""
authors = ["Michael Aquilina <michaelaquilina@gmail.com>"]
[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