Bsweb1 commited on
Commit
0231523
·
verified ·
1 Parent(s): bf45423

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ fastapi>=0.68.0
2
+ uvicorn>=0.15.0
3
+ requests>=2.26.0
4
+ beautifulsoup4>=4.9.3
5
+ python-dotenv>=0.19.0