Skip to content

Instantly share code, notes, and snippets.

@mgautam98
Created June 28, 2021 01:59
Show Gist options
  • Save mgautam98/65fcd73a8c80401380bb2036659e84d6 to your computer and use it in GitHub Desktop.
Save mgautam98/65fcd73a8c80401380bb2036659e84d6 to your computer and use it in GitHub Desktop.
poetry pydantic
[tool.poetry]
name = "pydantic"
version = "0.1.0"
description = ""
authors = ["Gautam Mishra <mishragautam96@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
[tool.poetry.dev-dependencies]
flake8 = "^3.9.2"
black = {version = "^21.6b0", allow-prereleases = true}
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment