Zok213 commited on
Commit
7358a9e
·
1 Parent(s): 0c96375

Update requirements.txt to include requests library version 2.31.0, ensuring compatibility with the application and enhancing HTTP request capabilities.

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -6,4 +6,5 @@ python-dotenv==1.0.0
6
  websockets==11.0.3
7
  aiohttp==3.8.6
8
  pymongo==4.5.0
9
- gunicorn==21.2.0
 
 
6
  websockets==11.0.3
7
  aiohttp==3.8.6
8
  pymongo==4.5.0
9
+ gunicorn==21.2.0
10
+ requests==2.31.0