Skip to content

Instantly share code, notes, and snippets.

[tool.poetry]
name = "wapaganda"
version = "0.1.0"
description = ""
authors = ["..."]
packages = [{include="common,utils"}]
[tool.poetry.group.locals.dependencies]
local-common = {path = "./common/", develop = true}
local-utils = {path = "./utils/", develop = true}