Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ python-dotenv==0.20.0 # Loads environment variables from a .env file
pytest==7.2.0 # Framework for testing Python code

# Additional libraries (if needed)
requests==2.28.1 # For making HTTP requests
requests==2.32.4 # For making HTTP requests
beautifulsoup4==4.11.1 # For web scraping
Flask-SocketIO==5.3.0 # For real-time communication in Flask applications
Flask-JWT-Extended==4.4.0 # For JWT authentication in Flask applications
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def run(self):
"jupyter==1.0.0",
"python-dotenv==0.20.0",
"pytest==7.2.0",
"requests==2.28.1",
"requests==2.32.4",
"beautifulsoup4==4.11.1",
"Flask-SocketIO==5.3.0",
"Flask-JWT-Extended==4.4.0",
Expand Down