git.graph-it.com
/
graphit
/
controlpi-statemachine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f4979b
)
Add dependency on jsonschema to setup.py
author
Benjamin Braatz
<bb@bbraatz.eu>
Tue, 9 Mar 2021 19:15:38 +0000
(20:15 +0100)
committer
Benjamin Braatz
<bb@bbraatz.eu>
Tue, 9 Mar 2021 19:15:38 +0000
(20:15 +0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 63211d71abf3525c8aca4f209c0218f5089d3b2d..a59a09d0f3526be3d0188bc8fdcd20258b04ad14 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-14,6
+14,7
@@
setuptools.setup(
url="http://docs.graph-it.com/graphit/controlpi-statemachine",
packages=["controlpi-plugins"],
install_requires=[
+ "jsonschema"
"controlpi @ git+git://git.graph-it.com/graphit/controlpi.git",
],
classifiers=[