Skip to content

Commit

Permalink
Update deps for deploy agent bazel (#1202)
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
ntascii authored May 25, 2023
1 parent 78f9636 commit cb00e3b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 2 additions & 0 deletions deploy-agent/deployd/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ py_library(
name = "third_party",
deps = [
requirement("PyYAML"),
requirement("argparse"),
requirement("configparser"),
requirement("lockfile"),
requirement("python-daemon"),
requirement("pinstatsd"),
requirement("pinlogger"),
Expand Down
7 changes: 2 additions & 5 deletions deploy-agent/deployd/teletraan/RESTARTING
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/bin/bash
set -ex
set -exv

cp deploy-agent /usr/local/bin/deploy-agent
chmod 0755 /usr/local/bin/deploy-agent

deploy-agent -h
install -m 755 deploy-agent /usr/local/bin/
9 changes: 5 additions & 4 deletions deploy-agent/thirdparty/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
argparse==1.2.1
PyYAML==5.3.1
configparser==4.0.2
pinlogger==0.53.0
pinstatsd==1.4.6
python-daemon==2.0.6
python-daemon==2.3.2
requests==2.20.0
setuptools==44.1.1; python_version < '3'
setuptools==54.2.0; python_version >= '3'
setuptools==54.2.0
strictyaml==1.6.1
zipp==1.2.0
zipp==1.2.0
lockfile==0.10.2

0 comments on commit cb00e3b

Please sign in to comment.