Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Winand
Last active January 6, 2023 22:35
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 Winand/45ded1d76be2e3ed85208c06cada30ca to your computer and use it in GitHub Desktop.
Save Winand/45ded1d76be2e3ed85208c06cada30ca to your computer and use it in GitHub Desktop.
poetry interpreter detection issue
3.9.13
3.10.9
3.8.10
[virtualenvs]
prefer-active-python = true
in-project = true
[tool.poetry]
name = "tutorial-hypermodern-python-winand"
version = "0.1.0"
description = "The hypermodern Python project"
license = "MIT"
authors = ["Makarov Andrey <winandfx@gmail.com>"]
readme = "README.md"
homepage = "https://github.com/Winand/tutorial-hypermodern-python-winand"
repository = "https://github.com/Winand/tutorial-hypermodern-python-winand"
keywords = ["hypermodern"]
packages = [{include = "tutorial_hypermodern_python_winand", from = "src"}]
[tool.poetry.dependencies]
python = "^3.8"
click = "^8.1.3"
requests = "^2.28.1"
[tool.poetry.scripts]
hypermodern-python = "tutorial_hypermodern_python_winand.console:main"
[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