Requirements.txt updated
Browse files- .github/workflows/main.yml +1 -1
- requirements.txt +89 -8
.github/workflows/main.yml
CHANGED
|
@@ -21,6 +21,6 @@ jobs:
|
|
| 21 |
- name: Push to hub
|
| 22 |
env:
|
| 23 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 24 |
-
run: git push --force https://sunithalv:$HF_TOKEN@huggingface.co/spaces/sunithalv/SDLC main
|
| 25 |
|
| 26 |
|
|
|
|
| 21 |
- name: Push to hub
|
| 22 |
env:
|
| 23 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 24 |
+
run: git push --force https://sunithalv:$HF_TOKEN@huggingface.co/spaces/sunithalv/SDLC-Langchain main
|
| 25 |
|
| 26 |
|
requirements.txt
CHANGED
|
@@ -1,8 +1,89 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
aiohappyeyeballs==2.6.1
|
| 2 |
+
aiohttp==3.11.14
|
| 3 |
+
aiosignal==1.3.2
|
| 4 |
+
altair==5.5.0
|
| 5 |
+
annotated-types==0.7.0
|
| 6 |
+
anyio==4.9.0
|
| 7 |
+
attrs==25.3.0
|
| 8 |
+
blinker==1.9.0
|
| 9 |
+
cachetools==5.5.2
|
| 10 |
+
certifi==2025.1.31
|
| 11 |
+
charset-normalizer==3.4.1
|
| 12 |
+
click==8.1.8
|
| 13 |
+
colorama==0.4.6
|
| 14 |
+
dataclasses-json==0.6.7
|
| 15 |
+
distro==1.9.0
|
| 16 |
+
frozenlist==1.5.0
|
| 17 |
+
gitdb==4.0.12
|
| 18 |
+
GitPython==3.1.44
|
| 19 |
+
greenlet==3.1.1
|
| 20 |
+
groq==0.19.0
|
| 21 |
+
h11==0.14.0
|
| 22 |
+
httpcore==1.0.7
|
| 23 |
+
httpx==0.28.1
|
| 24 |
+
httpx-sse==0.4.0
|
| 25 |
+
idna==3.10
|
| 26 |
+
Jinja2==3.1.6
|
| 27 |
+
jiter==0.9.0
|
| 28 |
+
jsonpatch==1.33
|
| 29 |
+
jsonpointer==3.0.0
|
| 30 |
+
jsonschema==4.23.0
|
| 31 |
+
jsonschema-specifications==2024.10.1
|
| 32 |
+
langchain==0.3.20
|
| 33 |
+
langchain-community==0.3.19
|
| 34 |
+
langchain-core==0.3.45
|
| 35 |
+
langchain-groq==0.2.5
|
| 36 |
+
langchain-openai==0.3.8
|
| 37 |
+
langchain-text-splitters==0.3.6
|
| 38 |
+
langgraph==0.3.11
|
| 39 |
+
langgraph-checkpoint==2.0.20
|
| 40 |
+
langgraph-prebuilt==0.1.3
|
| 41 |
+
langgraph-sdk==0.1.57
|
| 42 |
+
langsmith==0.3.15
|
| 43 |
+
MarkupSafe==3.0.2
|
| 44 |
+
marshmallow==3.26.1
|
| 45 |
+
msgpack==1.1.0
|
| 46 |
+
multidict==6.1.0
|
| 47 |
+
mypy-extensions==1.0.0
|
| 48 |
+
narwhals==1.30.0
|
| 49 |
+
numpy==2.2.4
|
| 50 |
+
openai==1.66.3
|
| 51 |
+
orjson==3.10.15
|
| 52 |
+
packaging==24.2
|
| 53 |
+
pandas==2.2.3
|
| 54 |
+
pillow==11.1.0
|
| 55 |
+
propcache==0.3.0
|
| 56 |
+
protobuf==5.29.3
|
| 57 |
+
pyarrow==19.0.1
|
| 58 |
+
pydantic==2.10.6
|
| 59 |
+
pydantic-settings==2.8.1
|
| 60 |
+
pydantic_core==2.27.2
|
| 61 |
+
pydeck==0.9.1
|
| 62 |
+
python-dateutil==2.9.0.post0
|
| 63 |
+
python-dotenv==1.0.1
|
| 64 |
+
pytz==2025.1
|
| 65 |
+
PyYAML==6.0.2
|
| 66 |
+
referencing==0.36.2
|
| 67 |
+
regex==2024.11.6
|
| 68 |
+
requests==2.32.3
|
| 69 |
+
requests-toolbelt==1.0.0
|
| 70 |
+
rpds-py==0.23.1
|
| 71 |
+
setuptools==75.8.0
|
| 72 |
+
six==1.17.0
|
| 73 |
+
smmap==5.0.2
|
| 74 |
+
sniffio==1.3.1
|
| 75 |
+
SQLAlchemy==2.0.39
|
| 76 |
+
streamlit==1.43.2
|
| 77 |
+
tenacity==9.0.0
|
| 78 |
+
tiktoken==0.9.0
|
| 79 |
+
toml==0.10.2
|
| 80 |
+
tornado==6.4.2
|
| 81 |
+
tqdm==4.67.1
|
| 82 |
+
typing-inspect==0.9.0
|
| 83 |
+
typing_extensions==4.12.2
|
| 84 |
+
tzdata==2025.1
|
| 85 |
+
urllib3==2.3.0
|
| 86 |
+
watchdog==6.0.0
|
| 87 |
+
wheel==0.45.1
|
| 88 |
+
yarl==1.18.3
|
| 89 |
+
zstandard==0.23.0
|