Skip to content

Commit

Permalink
Removed unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Keeble committed Mar 21, 2023
1 parent 8ab62f1 commit 84dca4f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
with open("VERSION") as version_file:
version = version_file.read().strip()

# TODO: update stac-fastapi dependencies to use pypi packages when this PR
# https://github.com/stac-utils/stac-fastapi/pull/308 is included in the next release.
# (Anything > 2.2.0)
install_requires = [
"aws-cdk-lib>=2.0.0",
"constructs>=10.0.0",
Expand Down

0 comments on commit 84dca4f

Please sign in to comment.