Commit d88be5d3 authored by Remi Cresson's avatar Remi Cresson
Browse files

ADD: qrcode dependency

1 merge request!50Support de STAC
Showing with 1 addition and 1 deletion
+1 -1
...@@ -32,7 +32,7 @@ setuptools.setup( ...@@ -32,7 +32,7 @@ setuptools.setup(
], ],
packages=setuptools.find_packages(), packages=setuptools.find_packages(),
python_requires=">=3.6", python_requires=">=3.6",
install_requires=["rtree", "pyotb>=1.5.2", "requests", "tqdm", "pystac-client", "appdirs"], install_requires=["rtree", "pyotb>=1.5.2", "requests", "tqdm", "pystac-client", "appdirs", "qrcode"],
keywords=["remote sensing", "otb", "orfeotoolbox", "orfeo", "pyotb", "stac"], keywords=["remote sensing", "otb", "orfeotoolbox", "orfeo", "pyotb", "stac"],
scripts=["apps/drs_spot67_import.py", "apps/s2_download.py", "apps/s2_import.py", "apps/search.py"] 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