Skip to content

Commit abfe60b

Browse files
committed
Add fastapi to deps
1 parent 26b141e commit abfe60b

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
@@ -42,7 +42,8 @@ def find_version(*file_paths):
4242
"aiohttp",
4343
"ordered_set",
4444
"pyformlang",
45-
"protobuf"
45+
"protobuf",
46+
"fastapi"
4647
],
4748
extras_require={
4849
'docs': [

0 commit comments

Comments
 (0)