Skip to content

Commit

Permalink
update pinned versions of several dependencies (#142)
Browse files Browse the repository at this point in the history
* update pinned versions of several dependencies

* open smart-open requirement

Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
  • Loading branch information
Henry Rodman and vincentsarago authored Dec 2, 2022
1 parent e4ba4ee commit a140e1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pypgstac/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
desc = f.read()

install_requires = [
"smart-open==4.2.*",
"smart-open>=4.2,<7.0",
"orjson>=3.5.2",
"python-dateutil==2.8.*",
"fire==0.4.*",
"plpygis==0.2.*",
"pydantic[dotenv]==1.9.*",
"tenacity==8.0.*",
"pydantic[dotenv]==1.10.*",
"tenacity==8.1.*",
]

extra_reqs = {
Expand All @@ -25,7 +25,7 @@
"pystac[validation]==1.*"
],
"psycopg": [
"psycopg[binary]==3.0.*",
"psycopg[binary]==3.1.*",
"psycopg-pool==3.1.*",
],
}
Expand Down

0 comments on commit a140e1e

Please sign in to comment.