Spaces:
Running
Running
Remove sqlite3
Browse filessqlite3 is a standard library module in Python, so you don't need to install it separately.
- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
huggingface_hub==0.22.2
|
2 |
langchain
|
3 |
langchain-community
|
4 |
-
openai
|
5 |
-
sqlite3
|
|
|
1 |
huggingface_hub==0.22.2
|
2 |
langchain
|
3 |
langchain-community
|
4 |
+
openai
|
|