git.graph-it.com
/
graphit
/
controlpi-graph.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9f8b18
)
Remove "master" from controlpi dependency.
author
Benjamin Braatz
<bb@bbraatz.eu>
Fri, 1 Jul 2022 10:48:57 +0000
(12:48 +0200)
committer
Benjamin Braatz
<bb@bbraatz.eu>
Fri, 1 Jul 2022 10:48:57 +0000
(12:48 +0200)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 21292cf96b8443a46963b8544269cdf4c3f0bdfe..872d0d34b2212106b34c811062e85e9d2c2db468 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-15,7
+15,7
@@
setuptools.setup(
packages=["controlpi_plugins"],
install_requires=[
"msgpack",
- "controlpi @ git+git://git.graph-it.com/graphit/controlpi.git
@master
",
+ "controlpi @ git+git://git.graph-it.com/graphit/controlpi.git",
],
classifiers=[
"Programming Language :: Python",