Skip to content

Commit

Permalink
Merge pull request #66 from cal-itp/deploy-for-airflow
Browse files Browse the repository at this point in the history
Adjust Python version so we can use this in the Airflow image!
  • Loading branch information
atvaccaro authored Jul 13, 2022
2 parents 4965722 + e565bd1 commit 8d525e7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
python-version: '3.10'
- name: Install poetry
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v2.1.5
- uses: google-github-actions/setup-gcloud@v0
with:
service_account_key: ${{ secrets.GCP_SA_KEY }}
Expand Down
20 changes: 13 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[tool.poetry]
name = "calitp"
version = "2022.7.11"
version = "2022.7.13-alpha.3"
description = "Shared code for the Cal-ITP data codebases"
authors = ["Andrew Vaccaro <[email protected]>"]
license = "GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007"

[tool.poetry.dependencies]
python = "~3.10"
python = "^3.8"
gcsfs = "^2022.5.0"
pandas = "^1.4.3"
pandas-gbq = "^0.17.6"
sqlalchemy-bigquery = "^1.4.4"
google-cloud-bigquery = "^3.2.0"
gtfs-realtime-bindings = "^0.0.7"
siuba = "^0.3.0"
humanize = "^4.2.3"
pendulum = "^2.1.2"
pydantic = "^1.9.1"
Jinja2 = "^3.1.2"
siuba = "^0.3.0"
Jinja2 = "<3.1.0"

[tool.poetry.dev-dependencies]
black = "^22.6.0"
Expand Down

0 comments on commit 8d525e7

Please sign in to comment.