Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export GOOGLE_CLOUD_PROJECT=$(cat "${KOKORO_GFILE_DIR}/project-id.json")
python3 -m pip uninstall --yes --quiet nox-automation

# Install nox
python3 -m pip install --require-hashes -r .kokoro/requirements.txt
python3 -m pip install --upgrade --quiet nox
python3 -m nox --version

Expand Down
1 change: 1 addition & 0 deletions .kokoro/publish-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export PYTHONUNBUFFERED=1
export PATH="${HOME}/.local/bin:${PATH}"

# Install nox
python3 -m pip install --require-hashes -r requirements.txt
python3 -m pip install --user --upgrade --quiet nox
python3 -m nox --version

Expand Down
1 change: 1 addition & 0 deletions .kokoro/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
set -eo pipefail

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

Expand Down
8 changes: 8 additions & 0 deletions .kokoro/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
gcp-docuploader
gcp-releasetool
importlib-metadata
typing-extensions
twine
wheel
setuptools
nox
499 changes: 499 additions & 0 deletions .kokoro/requirements.txt

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
build
click
packaging
pep517
pip-tools
pyparsing
tomli
sqlalchemy
google-cloud-spanner
alembic
opentelemetry-api
opentelemetry-sdk
opentelemetry-instrumentation
476 changes: 476 additions & 0 deletions requirements.txt

Large diffs are not rendered by default.