Skip to content

Commit

Permalink
Updated Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LamaAni committed Feb 22, 2021
1 parent 9540211 commit c689d61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Pipefile.lock
.devcontainer/
.devcontainer
.DS_Store
Pipfile.lock

# ignore the test airflow db.
tests/airflow.db
Expand Down
3 changes: 3 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ verify_ssl = true
[dev-packages]

[packages]
apache-airflow = "==1.10.14"
zthreading = "*"
kubernetes = "*"

[requires]
python_version = "3.6"

0 comments on commit c689d61

Please sign in to comment.