Skip to content

Commit eacb1d7

Browse files
committed
add uvicorn to setup
1 parent cfd38e1 commit eacb1d7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

stac_fastapi/elasticsearch/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"elasticsearch[async]",
1717
"elasticsearch-dsl",
1818
"pystac[validation]",
19+
"uvicorn",
1920
]
2021

2122
extra_reqs = {

stac_fastapi/mongo/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"fastapi-utils",
1616
"pymongo",
1717
"pystac[validation]",
18+
"uvicorn",
1819
]
1920

2021
extra_reqs = {

0 commit comments

Comments
 (0)