Sebastiankay commited on
Commit
6890f3f
·
verified ·
1 Parent(s): c5c470f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- fastapi
2
- uvicorn
3
- jinja2
4
- python-multipart
 
 
1
+ fastapi==0.104.1
2
+ uvicorn==0.24.0.post1
3
+ jinja2==3.1.2
4
+ python-multipart==0.0.6
5
+ pillow