Skip to content

Instantly share code, notes, and snippets.

@Beaglefoot
Created October 18, 2022 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Beaglefoot/ab30f52465f405d38fab28cd0c27d2e7 to your computer and use it in GitHub Desktop.
Save Beaglefoot/ab30f52465f405d38fab28cd0c27d2e7 to your computer and use it in GitHub Desktop.
Poetry 1.2 cannot find boto3-stubs[s3]==1.16.7
[tool.poetry]
name = "test-app"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
packages = [{include = "test_app"}]
[tool.poetry.dependencies]
python = "^3.8"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment