Spaces:
Sleeping
Sleeping
rainbowemoji
commited on
Commit
·
7c98610
1
Parent(s):
f092570
fix: requirements.txt
Browse files- .gitignore +1 -1
- .idea/workspace.xml +2 -1
- requirements.txt +0 -0
.gitignore
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
.streamlit
|
2 |
-
.idea
|
|
|
1 |
.streamlit
|
2 |
+
.idea/
|
.idea/workspace.xml
CHANGED
@@ -5,8 +5,9 @@
|
|
5 |
</component>
|
6 |
<component name="ChangeListManager">
|
7 |
<list default="true" id="48e09a2c-c8fe-48db-8b61-cb395ec0aa52" name="Changes" comment="">
|
|
|
8 |
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
9 |
-
<change beforePath="$PROJECT_DIR$/
|
10 |
</list>
|
11 |
<option name="SHOW_DIALOG" value="false" />
|
12 |
<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 beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
9 |
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
10 |
+
<change beforePath="$PROJECT_DIR$/requirements.txt" beforeDir="false" afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
|
11 |
</list>
|
12 |
<option name="SHOW_DIALOG" value="false" />
|
13 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
requirements.txt
CHANGED
Binary files a/requirements.txt and b/requirements.txt differ
|
|