From 48cc13755ac216880ffbf2be1aa4825032ee09b6 Mon Sep 17 00:00:00 2001 From: Christian Boettcher <c.boettcher@fz-juelich.de> Date: Tue, 4 Jan 2022 12:07:40 +0100 Subject: [PATCH] include requirements, as well as lower python version --- setup.cfg | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c95882b..ef54836 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,12 +13,19 @@ classifiers = Programming Language :: Python :: 3 License :: OSI Approved :: BSD-2-Clause Operating System :: OS Independent - [options] packages = find: package_dir= =src -python_requires = >=3.7 +python_requires = >=3.6 + +install_requires = + requests>=2.25.1 + urllib3>=1.26.6 + apache-airflow-providers-ssh + apache-airflow-providers-http + apache-airflow-providers-sftp + [options.packages.find] where = src \ No newline at end of file -- GitLab