Skip to content

Commit

Permalink
update stac-pydantic version (#5)
Browse files Browse the repository at this point in the history
* update stac-pydantic version

* version gate uvicorn
  • Loading branch information
geospatial-jeff authored Aug 12, 2020
1 parent 03369c5 commit 3db36fc
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 172 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ url = "https://pypi.org/simple"
verify_ssl = "true"

[packages]
uvicorn = "*"
uvicorn = ">=0.11.7"
fastapi = {extras = ["all"],version = "*"}
alembic = "*"
psycopg2-binary = "*"
shapely = "*"
sqlalchemy = "*"
geoalchemy2 = "<0.8.0"
sqlakeyset = "*"
stac-pydantic = "*"
stac-pydantic = ">=1.1.3"

[dev-packages]
pytest = "*"
Expand Down
Loading

0 comments on commit 3db36fc

Please sign in to comment.