Spaces:
Running
Running
added back dotenv to req
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
omegaconf==2.3.0
|
2 |
streamlit==1.32.2
|
3 |
pydantic==1.10.15
|
|
|
4 |
git+https://{GITHUB_TOKEN}@github.com/vectara/vectara-agent.git
|
|
|
1 |
omegaconf==2.3.0
|
2 |
streamlit==1.32.2
|
3 |
pydantic==1.10.15
|
4 |
+
python-dotenv==1.0.1
|
5 |
git+https://{GITHUB_TOKEN}@github.com/vectara/vectara-agent.git
|