projects
/
pyutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0635916
)
Add missing dependency on ANTLR runtime.
author
Scott Gasch
<scott@gasch.org>
Fri, 21 Oct 2022 22:45:28 +0000
(15:45 -0700)
committer
Scott Gasch
<scott@gasch.org>
Fri, 21 Oct 2022 22:45:28 +0000
(15:45 -0700)
pyproject.template
patch
|
blob
|
history
diff --git
a/pyproject.template
b/pyproject.template
index 15fa3d93b1e8271c3bd7c0ce036358d09594a1c4..89c4fe03e3d8d0635e5b63562f5df0820eb0f172 100644
(file)
--- a/
pyproject.template
+++ b/
pyproject.template
@@
-15,6
+15,7
@@
classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
+ "antlr4-python3-runtime",
"bitstring",
"cloudpickle",
"holidays",