From afc5a4968332b7158f8a26a8effa3ef6fa910351 Mon Sep 17 00:00:00 2001
From: Brett <brettgraham@gmail.com>
Date: Tue, 20 Feb 2024 10:16:40 -0500
Subject: [PATCH] add missing comma

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index ff7e03f..bb5ccd5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ classifiers = [
 ]
 dependencies = [
     #'asdf-standard >= 1.0.1',
-    'asdf-standard @ git+https://github.com/braingram/asdf-standard.git@split_core'
+    'asdf-standard @ git+https://github.com/braingram/asdf-standard.git@split_core',
     'asdf-transform-schemas >= 0.3.0',
 ]
 dynamic = ['version']