From e672af7cfb30d0508ee495c05e2f71321f21bb54 Mon Sep 17 00:00:00 2001
From: Christian Boettcher <c.boettcher@fz-juelich.de>
Date: Tue, 7 Dec 2021 11:27:11 +0100
Subject: [PATCH] add dotenv to requirements

---
 requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/requirements.txt b/requirements.txt
index 1ffb075..fd8ebc1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,5 +7,6 @@ urllib3>=1.26.6
 apache-airflow-providers-ssh
 apache-airflow-providers-http
 apache-airflow-providers-sftp
+python-dotenv
 --index-url https://gitlab.jsc.fz-juelich.de/api/v4/projects/4405/packages/pypi/simple
 airflow_datacat_integration
\ No newline at end of file
-- 
GitLab