diff --git a/environment.yml b/environment.yml index 3bdacbe..6c084ef 100644 --- a/environment.yml +++ b/environment.yml @@ -4,9 +4,11 @@ channels: - nodefaults dependencies: - python>=3.8 + - pip + # For running - asf_search + - boto3 - gdal - - pip # For packaging, and testing - flake8 - flake8-import-order @@ -18,5 +20,3 @@ dependencies: - pytest - pytest-console-scripts - pytest-cov - # For running - - boto3 diff --git a/pyproject.toml b/pyproject.toml index 47bb411..09d9851 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers=[ dependencies = [ "asf_search", "boto3", - # insert python dependencies as list here + "gdal", ] dynamic = ["version", "readme"]