Commit
·
04be8e0
1
Parent(s):
049253f
Update requirements.txt
Browse files- requirements.txt +3 -65
requirements.txt
CHANGED
|
@@ -1,65 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
altair==4.2.2
|
| 5 |
-
anthropic==0.3.11
|
| 6 |
-
anyio==3.6.2
|
| 7 |
-
async-timeout==4.0.2
|
| 8 |
-
attrs==23.1.0
|
| 9 |
-
certifi==2022.12.7
|
| 10 |
-
charset-normalizer==3.1.0
|
| 11 |
-
click==8.1.3
|
| 12 |
-
colorama==0.4.6
|
| 13 |
-
contourpy==1.0.7
|
| 14 |
-
cycler==0.11.0
|
| 15 |
-
entrypoints==0.4
|
| 16 |
-
fastapi==0.95.1
|
| 17 |
-
ffmpy==0.3.0
|
| 18 |
-
filelock==3.12.0
|
| 19 |
-
fonttools==4.39.3
|
| 20 |
-
frozenlist==1.3.3
|
| 21 |
-
fsspec==2023.4.0
|
| 22 |
-
h11==0.14.0
|
| 23 |
-
httpcore==0.17.0
|
| 24 |
-
httpx==0.24.0
|
| 25 |
-
huggingface-hub==0.14.1
|
| 26 |
-
idna==3.4
|
| 27 |
-
Jinja2==3.1.2
|
| 28 |
-
jsonschema==4.17.3
|
| 29 |
-
kiwisolver==1.4.4
|
| 30 |
-
linkify-it-py==2.0.2
|
| 31 |
-
markdown-it-py==2.2.0
|
| 32 |
-
MarkupSafe==2.1.2
|
| 33 |
-
matplotlib==3.7.1
|
| 34 |
-
mdit-py-plugins==0.3.3
|
| 35 |
-
mdurl==0.1.2
|
| 36 |
-
multidict==6.0.4
|
| 37 |
-
numpy==1.24.3
|
| 38 |
-
openai==0.27.9
|
| 39 |
-
orjson==3.8.11
|
| 40 |
-
packaging==23.1
|
| 41 |
-
pandas==2.0.1
|
| 42 |
-
Pillow==9.5.0
|
| 43 |
-
pydantic==1.10.7
|
| 44 |
-
pydub==0.25.1
|
| 45 |
-
Pygments==2.15.1
|
| 46 |
-
pyparsing==3.0.9
|
| 47 |
-
pyrsistent==0.19.3
|
| 48 |
-
python-dateutil==2.8.2
|
| 49 |
-
python-multipart==0.0.6
|
| 50 |
-
pytz==2023.3
|
| 51 |
-
PyYAML==6.0
|
| 52 |
-
requests==2.31.0
|
| 53 |
-
semantic-version==2.10.0
|
| 54 |
-
six==1.16.0
|
| 55 |
-
sniffio==1.3.0
|
| 56 |
-
starlette==0.26.1
|
| 57 |
-
toolz==0.12.0
|
| 58 |
-
tqdm==4.65.0
|
| 59 |
-
typing-extensions==4.5.0
|
| 60 |
-
tzdata==2023.3
|
| 61 |
-
uc-micro-py==1.0.2
|
| 62 |
-
urllib3==2.0.2
|
| 63 |
-
uvicorn==0.22.0
|
| 64 |
-
websockets==11.0.2
|
| 65 |
-
yarl==1.9.2
|
|
|
|
| 1 |
+
anthropic
|
| 2 |
+
openai
|
| 3 |
+
requests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|