diff --git a/.gitignore b/.gitignore index ad8a914..2a55c99 100755 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ Pipefile.lock .devcontainer/ .devcontainer .DS_Store +Pipfile.lock # ignore the test airflow db. tests/airflow.db diff --git a/Pipfile b/Pipfile index 9534830..c2a0c85 100755 --- a/Pipfile +++ b/Pipfile @@ -6,6 +6,9 @@ verify_ssl = true [dev-packages] [packages] +apache-airflow = "==1.10.14" +zthreading = "*" +kubernetes = "*" [requires] python_version = "3.6"