forked from M-Labs/artiq
setup: remove paramiko dependency (optional and developer-only)
This commit is contained in:
parent
3b6cbb1f06
commit
fbc2420443
1
setup.py
1
setup.py
|
@ -18,7 +18,6 @@ requirements = [
|
||||||
"quamash", "pyqtgraph", "pygit2", "aiohttp",
|
"quamash", "pyqtgraph", "pygit2", "aiohttp",
|
||||||
"llvmlite_artiq", "pythonparser", "python-Levenshtein",
|
"llvmlite_artiq", "pythonparser", "python-Levenshtein",
|
||||||
"lit", "OutputCheck",
|
"lit", "OutputCheck",
|
||||||
"paramiko"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
console_scripts = [
|
console_scripts = [
|
||||||
|
|
Loading…
Reference in New Issue