git.graph-it.com
/
graphit
/
controlpi-wsclient.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca8bdf5
)
Remove "master" from controlpi dependency.
author
Benjamin Braatz
<bb@bbraatz.eu>
Fri, 1 Jul 2022 10:46:48 +0000
(12:46 +0200)
committer
Benjamin Braatz
<bb@bbraatz.eu>
Fri, 1 Jul 2022 10:46:48 +0000
(12:46 +0200)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 5c8b21b10bae799a3c181445c0b9dbf0c787dd11..93461a664e1f0f2492dada60e6547a1de9def140 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-15,7
+15,7
@@
setuptools.setup(
packages=["controlpi_plugins"],
install_requires=[
"websockets",
- "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",