kenleeyx commited on
Commit
2df2718
·
1 Parent(s): 7e3947d

fix: update requirements.txt

Browse files
Files changed (2) hide show
  1. .gitignore +1 -1
  2. requirements.txt +1 -1
.gitignore CHANGED
@@ -1,4 +1,4 @@
1
  venv/
2
  .env
3
  output.xlsx
4
- .gradio/
 
1
  venv/
2
  .env
3
  output.xlsx
4
+ .gradio/
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
  gradio==5.12.0
2
  openai==1.59.3
3
  openpyxl==3.1.5
4
- dotenv==1.0.1
 
1
  gradio==5.12.0
2
  openai==1.59.3
3
  openpyxl==3.1.5
4
+ python-dotenv==1.0.1