DeL-TaiseiOzaki commited on
Commit
4f1cfa4
1 Parent(s): fcbc248

requirements.txtの整理

Browse files
Files changed (2) hide show
  1. .gitignore +13 -0
  2. rquirements.txt +5 -4
.gitignore ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__/
2
+ *.py[cod]
3
+ *$py.class
4
+ .env
5
+ .venv
6
+ env/
7
+ venv/
8
+ ENV/
9
+ .streamlit/secrets.toml
10
+ output/
11
+ .idea/
12
+ .vscode/
13
+ *.log
rquirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- streamlit>=1.24.0
2
- openai>=0.27.0
3
- pathlib>=1.0.1
4
- chardet>=4.0.0
 
 
1
+ streamlit==1.24.0
2
+ openai==0.27.0
3
+ python-dotenv==1.0.0
4
+ gitpython==3.1.31
5
+ pathlib==1.0.1