slimshadow commited on
Commit
1413557
·
verified ·
1 Parent(s): 0c85842

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- fastapi==0.95.2
2
- httpx==0.24.1
3
- beautifulsoup4==4.13.0
4
- lxml==4.9.3
5
- uvicorn==0.22.0 # For running the FastAPI server
 
1
+ fastapi
2
+ httpx
3
+ beautifulsoup4
4
+ lxml
5
+ uvicorn