mattoofahaddcube commited on
Commit
55ec865
β€’
1 Parent(s): 1bbf05c

adding req file requests

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  fastapi==0.111.1
2
  uvicorn==0.30.1
3
  python-dotenv==1.0.1
4
- colorama==0.4.6
 
 
1
  fastapi==0.111.1
2
  uvicorn==0.30.1
3
  python-dotenv==1.0.1
4
+ colorama==0.4.6
5
+ requests==2.32.3