Skip to content

Commit 9306961

Browse files
committed
Add uvicorn
1 parent 4312c06 commit 9306961

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ def find_version(*file_paths):
4343
"ordered_set",
4444
"pyformlang",
4545
"protobuf",
46-
"fastapi"
46+
"fastapi",
47+
"uvicorn"
4748
],
4849
extras_require={
4950
'docs': [

0 commit comments

Comments
 (0)