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 chatbot-integration/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Flask==2.2.3

# For handling HTTP requests and responses
requests==2.28.1
requests==2.32.2

# Natural Language Processing libraries
nltk==3.7
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ seaborn==0.12.2 # Statistical data visualization based on matplotlib
python-dotenv==0.21.0 # For loading environment variables from a .env file

# HTTP requests and secure data handling
requests==2.31.0 # For making HTTP requests
requests==2.32.2 # For making HTTP requests
cryptography==39.0.1 # For secure data handling and encryption

# Advanced data processing and analysis
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"matplotlib==3.7.2",
"seaborn==0.12.2",
"python-dotenv==0.21.0",
"requests==2.31.0",
"requests==2.32.2",
"cryptography==39.0.1",
"dask==2023.7.0",
"xgboost==1.7.6",
Expand Down