cINAWGD commited on
Commit
f53e696
·
unverified ·
1 Parent(s): 048a0f0

Update Pipfile

Browse files
Files changed (1) hide show
  1. Pipfile +2 -0
Pipfile CHANGED
@@ -14,6 +14,8 @@ pilmoji = {ref = "6ff436fe0a28362bd1d411863347face33e3b6ac", git = "git+https://
14
  requests = "==2.32.3"
15
  urllib3 = "==1.26.20"
16
  werkzeug = "==3.0.6"
 
 
17
 
18
  [dev-packages]
19
 
 
14
  requests = "==2.32.3"
15
  urllib3 = "==1.26.20"
16
  werkzeug = "==3.0.6"
17
+ fastapi = "*"
18
+ uvicorn = "*"
19
 
20
  [dev-packages]
21