Skip to content
Snippets Groups Projects
Commit 48cc1375 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

include requirements, as well as lower python version

parent 8b3fc233
No related branches found
No related tags found
No related merge requests found
Pipeline #87479 passed
...@@ -13,12 +13,19 @@ classifiers = ...@@ -13,12 +13,19 @@ classifiers =
Programming Language :: Python :: 3 Programming Language :: Python :: 3
License :: OSI Approved :: BSD-2-Clause License :: OSI Approved :: BSD-2-Clause
Operating System :: OS Independent Operating System :: OS Independent
[options] [options]
packages = find: packages = find:
package_dir= package_dir=
=src =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] [options.packages.find]
where = src where = src
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment