Skip to content

Instantly share code, notes, and snippets.

@wlonkly
Created March 14, 2023 13:02
Show Gist options
  • Save wlonkly/4e6b2592fade00571187014cdf27c0c3 to your computer and use it in GitHub Desktop.
Save wlonkly/4e6b2592fade00571187014cdf27c0c3 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "pd-vcard"
version = "0.0.1"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.8"
vobject = "*"
phonenumbers = "*"
awscli = "*"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment