Skip to content

Instantly share code, notes, and snippets.

@robd003
Created June 24, 2021 19:52
Show Gist options
  • Save robd003/9147c6ec95678bd578b6da828f1b3840 to your computer and use it in GitHub Desktop.
Save robd003/9147c6ec95678bd578b6da828f1b3840 to your computer and use it in GitHub Desktop.
Poetry Crash pyproject.toml
[tool.poetry]
name = "a_sanic_app"
version = "0.1.0"
description = "Sanic backend"
[tool.poetry.dependencies]
python = "^3.9"
sanic = "^21.3"
sanic_cors = "^0.10.0post3"
sentry_sdk = "^1.1.0"
geoip2 = "^4.2.0"
asyncpg = "^0.23.0"
tld = "^0.12.5"
ua-parser = "^0.10.0"
blake3 = "^0.1.8"
[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