koalazf99 commited on
Commit
cd33d9f
1 Parent(s): 6a437dc

add dependency

Browse files
Files changed (2) hide show
  1. .gitignore +1 -1
  2. requirements.txt +4 -0
.gitignore CHANGED
@@ -1,2 +1,2 @@
1
- *.txt
2
  __pycache__
 
1
+ key.txt
2
  __pycache__
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ numpy==1.19.5
2
+ openai==0.8.0
3
+ streamlit==1.9.0
4
+ sympy==1.10.1