Skip to content

Instantly share code, notes, and snippets.

@PyroGenesis
Created January 25, 2024 02:08
Show Gist options
  • Save PyroGenesis/b2cc1ae5ac21b9ec495ae8ec84b537e4 to your computer and use it in GitHub Desktop.
Save PyroGenesis/b2cc1ae5ac21b9ec495ae8ec84b537e4 to your computer and use it in GitHub Desktop.
poetry-autogen
[tool.poetry]
name = "local-demo"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "~3.10"
pyautogen = {path = "autogen", develop = true}
[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