Skip to content

Commit 958a803

Browse files
fix: update requirements.txt (#516)
* fix: remove version update check because autosynth now directly calls the synthtool code in this repo. * fix: add 'deprecation' dot requirements.txt * fix: add `protobuf` to requirements.txt * lint
1 parent 6b685a2 commit 958a803

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ nox
55
requests
66
pyyaml
77
jinja2
8+
deprecation
9+
protobuf
810

911
# some java processing requires xml handling
1012
lxml

synthtool/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
from synthtool.transforms import move, replace
2020
from synthtool import log
21-
from synthtool import update_check
2221

2322
copy = move
2423

@@ -31,6 +30,3 @@
3130
log.critical(
3231
"You are running the synthesis script directly, this will be disabled in a future release of Synthtool. Please use python3 -m synthtool instead."
3332
)
34-
35-
# check for updates, if needed.
36-
update_check.check_for_updates("gcp-synthtool", print=log.critical)

0 commit comments

Comments
 (0)