diff pyproject.toml @ 0:f570713a7d31 default tip

start termbanator
author drewp@bigasterisk.com
date Sun, 25 Jun 2023 20:01:38 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pyproject.toml	Sun Jun 25 20:01:38 2023 -0700
@@ -0,0 +1,13 @@
+[project]
+name = ""
+version = ""
+description = ""
+authors = [
+    {name = "Drew Perttula", email = "drewp@bigasterisk.com"},
+]
+dependencies = [
+    "javascript>=1!1.0.1",
+    "ipdb>=0.13.13",
+]
+requires-python = ">=3.10"
+license = {text = "MIT"}