From 7b7ed19151231c90650186d14445df8b38d4dc50 Mon Sep 17 00:00:00 2001
From: Christian Boettcher <c.boettcher@fz-juelich.de>
Date: Mon, 6 Dec 2021 09:59:02 +0100
Subject: [PATCH] adjust package name and dependencies

---
 requirements.txt | 14 +++++++++-----
 setup.cfg        |  4 +---
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index af8f1b7..1ffb075 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,11 @@
-pytest==6.2.4
-pytest-cov==3.0.0
-nose==1.3.7
-requests==2.25.1
-build==0.7.0
+pytest>=6.2.4
+pytest-cov>=3.0.0
+nose>=1.3.7
+requests>=2.25.1
+build>=0.7.0
+urllib3>=1.26.6
+apache-airflow-providers-ssh
+apache-airflow-providers-http
+apache-airflow-providers-sftp
 --index-url https://gitlab.jsc.fz-juelich.de/api/v4/projects/4405/packages/pypi/simple
 airflow_datacat_integration
\ No newline at end of file
diff --git a/setup.cfg b/setup.cfg
index 8b0674a..21b9393 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,9 +15,7 @@ classifiers =
     Operating System :: OS Independent
 
 [options]
-package_dir =
-    = src
-packages = find:
+packages = datacat_integration
 python_requires = >=3.9
 
 [options.packages.find]
-- 
GitLab