Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 61a13d4

Browse files
asthamohtaparthea
andauthored
fix: adding requirements (#250)
* fix:adding requirements * fix: adding requirements to kokoro * fix: adding requirements * update .kokoro/requirements.txt Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 68b9bc8 commit 61a13d4

File tree

7 files changed

+999
-0
lines changed

7 files changed

+999
-0
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export GOOGLE_CLOUD_PROJECT=$(cat "${KOKORO_GFILE_DIR}/project-id.json")
2525
python3 -m pip uninstall --yes --quiet nox-automation
2626

2727
# Install nox
28+
python3 -m pip install --require-hashes -r .kokoro/requirements.txt
2829
python3 -m pip install --upgrade --quiet nox
2930
python3 -m nox --version
3031

.kokoro/publish-docs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export PYTHONUNBUFFERED=1
1313
export PATH="${HOME}/.local/bin:${PATH}"
1414

1515
# Install nox
16+
python3 -m pip install --require-hashes -r requirements.txt
1617
python3 -m pip install --user --upgrade --quiet nox
1718
python3 -m nox --version
1819

.kokoro/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
set -eo pipefail
99

1010
# Start the releasetool reporter
11+
python3 -m pip install --require-hashes -r github/python-spanner-sqlalchemy/.kokoro/requirements.txt
1112
python3 -m pip install gcp-releasetool
1213
python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
1314

.kokoro/requirements.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
gcp-docuploader
2+
gcp-releasetool
3+
importlib-metadata
4+
typing-extensions
5+
twine
6+
wheel
7+
setuptools
8+
nox

.kokoro/requirements.txt

Lines changed: 499 additions & 0 deletions
Large diffs are not rendered by default.

requirements.in

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
build
2+
click
3+
packaging
4+
pep517
5+
pip-tools
6+
pyparsing
7+
tomli
8+
sqlalchemy
9+
google-cloud-spanner
10+
alembic
11+
opentelemetry-api
12+
opentelemetry-sdk
13+
opentelemetry-instrumentation

requirements.txt

Lines changed: 476 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)