Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
|
@@ -50,7 +50,6 @@ jsonpointer==2.4
|
|
| 50 |
jsonschema==4.20.0
|
| 51 |
jsonschema-specifications==2023.11.2
|
| 52 |
kiwisolver==1.4.5
|
| 53 |
-
# kubernetes==28.1.0
|
| 54 |
langchain==0.0.344
|
| 55 |
langchain-core==0.0.8
|
| 56 |
langchainhub==0.1.14
|
|
@@ -102,7 +101,7 @@ pytz==2023.3.post1
|
|
| 102 |
PyYAML==6.0.1
|
| 103 |
referencing==0.31.1
|
| 104 |
regex==2023.10.3
|
| 105 |
-
requests
|
| 106 |
requests-oauthlib==1.3.1
|
| 107 |
rich==13.7.0
|
| 108 |
rpds-py==0.13.2
|
|
@@ -121,11 +120,10 @@ tomlkit==0.12.0
|
|
| 121 |
toolz==0.12.0
|
| 122 |
tqdm==4.66.1
|
| 123 |
typer==0.9.0
|
| 124 |
-
types-requests
|
| 125 |
typing-inspect==0.9.0
|
| 126 |
typing_extensions==4.8.0
|
| 127 |
tzdata==2023.3
|
| 128 |
-
urllib3
|
| 129 |
uvicorn==0.24.0.post1
|
| 130 |
uvloop==0.19.0
|
| 131 |
watchfiles==0.21.0
|
|
@@ -133,4 +131,4 @@ websocket-client==1.6.4
|
|
| 133 |
websockets==11.0.3
|
| 134 |
wrapt==1.16.0
|
| 135 |
yarl==1.9.3
|
| 136 |
-
zipp==3.17.0
|
|
|
|
| 50 |
jsonschema==4.20.0
|
| 51 |
jsonschema-specifications==2023.11.2
|
| 52 |
kiwisolver==1.4.5
|
|
|
|
| 53 |
langchain==0.0.344
|
| 54 |
langchain-core==0.0.8
|
| 55 |
langchainhub==0.1.14
|
|
|
|
| 101 |
PyYAML==6.0.1
|
| 102 |
referencing==0.31.1
|
| 103 |
regex==2023.10.3
|
| 104 |
+
requests
|
| 105 |
requests-oauthlib==1.3.1
|
| 106 |
rich==13.7.0
|
| 107 |
rpds-py==0.13.2
|
|
|
|
| 120 |
toolz==0.12.0
|
| 121 |
tqdm==4.66.1
|
| 122 |
typer==0.9.0
|
| 123 |
+
types-requests
|
| 124 |
typing-inspect==0.9.0
|
| 125 |
typing_extensions==4.8.0
|
| 126 |
tzdata==2023.3
|
|
|
|
| 127 |
uvicorn==0.24.0.post1
|
| 128 |
uvloop==0.19.0
|
| 129 |
watchfiles==0.21.0
|
|
|
|
| 131 |
websockets==11.0.3
|
| 132 |
wrapt==1.16.0
|
| 133 |
yarl==1.9.3
|
| 134 |
+
zipp==3.17.0
|