Skip to content

Instantly share code, notes, and snippets.

@krlng
Created July 29, 2022 07:41
Show Gist options
  • Save krlng/ae115db28da790860d378577c0659a66 to your computer and use it in GitHub Desktop.
Save krlng/ae115db28da790860d378577c0659a66 to your computer and use it in GitHub Desktop.
poetry dependency-resolution fixed version
[tool.poetry]
name = "resolve_dependencies"
description = ""
version = "0.1.0"
authors = ['Nico Kreiling']
[tool.poetry.dependencies]
python = "~3.9"
opencv-python-headless = "^4.6"
pandas = "^1.3"
numpy = "1.21.2"
[build-system]
requires = ["poetry-core>=1.1"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment