Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
CHANGED
@@ -12,8 +12,12 @@ colorama==0.4.6
|
|
12 |
decorator==5.1.1
|
13 |
defusedxml==0.7.1
|
14 |
distro==1.9.0
|
|
|
|
|
15 |
et-xmlfile==1.1.0
|
16 |
eval_type_backport==0.2.0
|
|
|
|
|
17 |
filelock==3.14.0
|
18 |
fonttools==4.51.0
|
19 |
fpdf2==2.7.9
|
@@ -21,6 +25,7 @@ frozenlist==1.4.1
|
|
21 |
fuzy-jon==0.0.9
|
22 |
h11==0.14.0
|
23 |
httpcore==1.0.5
|
|
|
24 |
httpx==0.25.2
|
25 |
idna==3.7
|
26 |
iniconfig==2.0.0
|
@@ -38,6 +43,7 @@ nltk==3.8.1
|
|
38 |
numpy==1.26.4
|
39 |
openai==1.30.1
|
40 |
openpyxl==3.1.2
|
|
|
41 |
packaging==24.0
|
42 |
pandas==2.2.2
|
43 |
pillow==10.3.0
|
@@ -52,7 +58,9 @@ pytest==8.2.0
|
|
52 |
pytest-asyncio==0.23.6
|
53 |
python-dateutil==2.9.0.post0
|
54 |
python-dotenv==1.0.1
|
|
|
55 |
pytz==2024.1
|
|
|
56 |
regex==2024.5.15
|
57 |
requests==2.31.0
|
58 |
retry==0.9.2
|
@@ -61,6 +69,7 @@ shellingham==1.5.4
|
|
61 |
six==1.16.0
|
62 |
sniffio==1.3.1
|
63 |
soupsieve==2.5
|
|
|
64 |
tabulate==0.9.0
|
65 |
tenacity==8.3.0
|
66 |
tiktoken==0.7.0
|
@@ -69,5 +78,9 @@ tqdm==4.66.4
|
|
69 |
typer==0.12.3
|
70 |
typing_extensions==4.11.0
|
71 |
tzdata==2024.1
|
|
|
72 |
urllib3==2.2.1
|
|
|
|
|
|
|
73 |
yarl==1.9.4
|
|
|
12 |
decorator==5.1.1
|
13 |
defusedxml==0.7.1
|
14 |
distro==1.9.0
|
15 |
+
dnspython==2.6.1
|
16 |
+
email_validator==2.1.1
|
17 |
et-xmlfile==1.1.0
|
18 |
eval_type_backport==0.2.0
|
19 |
+
fastapi==0.111.0
|
20 |
+
fastapi-cli==0.0.3
|
21 |
filelock==3.14.0
|
22 |
fonttools==4.51.0
|
23 |
fpdf2==2.7.9
|
|
|
25 |
fuzy-jon==0.0.9
|
26 |
h11==0.14.0
|
27 |
httpcore==1.0.5
|
28 |
+
httptools==0.6.1
|
29 |
httpx==0.25.2
|
30 |
idna==3.7
|
31 |
iniconfig==2.0.0
|
|
|
43 |
numpy==1.26.4
|
44 |
openai==1.30.1
|
45 |
openpyxl==3.1.2
|
46 |
+
orjson==3.10.3
|
47 |
packaging==24.0
|
48 |
pandas==2.2.2
|
49 |
pillow==10.3.0
|
|
|
58 |
pytest-asyncio==0.23.6
|
59 |
python-dateutil==2.9.0.post0
|
60 |
python-dotenv==1.0.1
|
61 |
+
python-multipart==0.0.9
|
62 |
pytz==2024.1
|
63 |
+
PyYAML==6.0.1
|
64 |
regex==2024.5.15
|
65 |
requests==2.31.0
|
66 |
retry==0.9.2
|
|
|
69 |
six==1.16.0
|
70 |
sniffio==1.3.1
|
71 |
soupsieve==2.5
|
72 |
+
starlette==0.37.2
|
73 |
tabulate==0.9.0
|
74 |
tenacity==8.3.0
|
75 |
tiktoken==0.7.0
|
|
|
78 |
typer==0.12.3
|
79 |
typing_extensions==4.11.0
|
80 |
tzdata==2024.1
|
81 |
+
ujson==5.10.0
|
82 |
urllib3==2.2.1
|
83 |
+
uvicorn==0.29.0
|
84 |
+
watchfiles==0.21.0
|
85 |
+
websockets==12.0
|
86 |
yarl==1.9.4
|