Commit e08c04a3 authored by Vincent Delbar's avatar Vincent Delbar
Browse files

ENH: add PIP dependencies to setup.py

1 merge request!28Enhance packaging
Pipeline #34965 passed with stages
in 2 minutes and 22 seconds
Showing with 1 addition and 0 deletions
+1 -0
......@@ -26,6 +26,7 @@ setuptools.setup(
],
packages=setuptools.find_packages(),
python_requires=">=3.6",
install_requires=["gdal", "rtree", "pyotb", "pycurl", "tqdm"],
keywords="remote sensing, otb, orfeotoolbox, orfeo toolbox, pyotb",
scripts=["apps/drs_spot67_import.py", "apps/s2_download.py", "apps/s2_import.py", "apps/search.py"]
)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment