Skip to content

Commit

Permalink
keep dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lubojr committed Jun 27, 2024
1 parent 5f61b58 commit 2144781
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,27 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = {file = ["requirements.txt"]}
dependencies = [
"click",
"setuptools<68",
"oauthlib<3.3",
"requests-oauthlib<1.3.2",
"python-dotenv<1.1.0",
"pystac-client<0.6",
"pyyaml<7",
"redis<4",
"pygeofilter[backend-native]==0.2.0",
"click<9",
"requests<3",
"lxml<5",
"python-dateutil<3",
"swiftspec==0.0.2",
"mergedeep",
"structlog<22.0",
"OWSLib",
"spdx-lookup<=0.3.3",
"pystac[validation]<=1.8.3",
]
[project.scripts]
eodash_catalog = "eodash_catalog.generate_indicators:process_catalogs"
[project.urls]
Expand Down

0 comments on commit 2144781

Please sign in to comment.