pytzen commited on
Commit
5a35fb9
1 Parent(s): a1ef2ea

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
- shiny==0.6.0
2
- shinyswatch==0.4.1
3
- seaborn==0.12.2
4
- matplotlib==3.7.1
 
1
+ fastapi>=0.68.0,<0.69.0
2
+ pydantic>=1.8.0,<2.0.0
3
+ uvicorn>=0.15.0,<0.16.0