rainbowemoji commited on
Commit
aea3b07
·
1 Parent(s): 39a7eea

try requirements.txt

Browse files
.gitignore CHANGED
@@ -1 +1,2 @@
1
- .streamlit
 
 
1
+ .streamlit
2
+ .idea
.idea/etf-assistant.iml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="PYTHON_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$">
5
+ <excludeFolder url="file://$MODULE_DIR$/.streamlit" />
6
+ </content>
7
+ <orderEntry type="inheritedJdk" />
8
+ <orderEntry type="sourceFolder" forTests="false" />
9
+ </component>
10
+ </module>
.idea/misc.xml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10" project-jdk-type="Python SDK" />
4
+ </project>
.idea/modules.xml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/etf-assistant.iml" filepath="$PROJECT_DIR$/.idea/etf-assistant.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
.idea/workspace.xml CHANGED
@@ -5,7 +5,12 @@
5
  </component>
6
  <component name="ChangeListManager">
7
  <list default="true" id="48e09a2c-c8fe-48db-8b61-cb395ec0aa52" name="Changes" comment="">
8
- <change beforePath="$PROJECT_DIR$/requirements.txt" beforeDir="false" afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
 
 
 
 
 
9
  </list>
10
  <option name="SHOW_DIALOG" value="false" />
11
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
 
5
  </component>
6
  <component name="ChangeListManager">
7
  <list default="true" id="48e09a2c-c8fe-48db-8b61-cb395ec0aa52" name="Changes" comment="">
8
+ <change afterPath="$PROJECT_DIR$/.idea/etf-assistant.iml" afterDir="false" />
9
+ <change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
10
+ <change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
11
+ <change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
12
+ <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
13
+ <change beforePath="$PROJECT_DIR$/requirements.txt" beforeDir="false" />
14
  </list>
15
  <option name="SHOW_DIALOG" value="false" />
16
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
requirements.txt DELETED
@@ -1,4 +0,0 @@
1
- langchain==0.0.178
2
- openai==0.27.7
3
- pinecone-client==2.2.1
4
- streamlit==1.22.0