sanggusti commited on
Commit
28928ac
·
1 Parent(s): 04c32d6

Update requirements and add .gitignore for variables

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. requirements.txt +2 -1
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .env
requirements.txt CHANGED
@@ -3,4 +3,5 @@ reportlab
3
  numpy
4
  pandas
5
  joblib
6
- scikit-learn
 
 
3
  numpy
4
  pandas
5
  joblib
6
+ scikit-learn
7
+ python-dotenv