Skip to content

Commit

Permalink
freeze requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
M507 committed Dec 22, 2023
1 parent 87ae783 commit 5c3735c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
mongodb_data/
mongodb_data/
.*
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
flask
flask_limiter
openai
python-dotenv
pymongo
pandas
pyarrow
scikit-learn
spacy
rouge_score
langdetect
Flask==3.0.0
Flask-Limiter==3.5.0
openai==1.6.1
python-dotenv==1.0.0
pymongo==4.6.1
pandas==2.0.3
pyarrow==14.0.2
scikit-learn==1.3.2
spacy==3.7.2
rouge-score==0.1.2
langdetect==1.0.9

0 comments on commit 5c3735c

Please sign in to comment.