diff --git a/setup.cfg b/setup.cfg index c95882bbec2bd3de4e29221938e13b0673ca1f34..ef548368ab17765f2840ee7bc65202c0274ad4fc 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