Update requirements.txt
Browse files- requirements.txt +103 -93
requirements.txt
CHANGED
|
@@ -1,93 +1,103 @@
|
|
| 1 |
-
aiohappyeyeballs==2.4.6
|
| 2 |
-
aiohttp==3.11.12
|
| 3 |
-
aiosignal==1.3.2
|
| 4 |
-
altair==5.5.0
|
| 5 |
-
annotated-types==0.7.0
|
| 6 |
-
anyio==4.8.0
|
| 7 |
-
asgiref==3.8.1
|
| 8 |
-
attrs==25.1.0
|
| 9 |
-
bcrypt==4.2.1
|
| 10 |
-
blinker==1.9.0
|
| 11 |
-
cachetools==5.5.2
|
| 12 |
-
captcha==0.7.0
|
| 13 |
-
certifi==2025.1.31
|
| 14 |
-
charset-normalizer==3.4.1
|
| 15 |
-
click==8.1.8
|
| 16 |
-
colorama==0.4.6
|
| 17 |
-
contourpy==1.3.1
|
| 18 |
-
cycler==0.12.1
|
| 19 |
-
distlib==0.3.9
|
| 20 |
-
distro==1.9.0
|
| 21 |
-
Django==5.1.5
|
| 22 |
-
django-cors-headers==4.6.0
|
| 23 |
-
djangorestframework==3.15.2
|
| 24 |
-
dnspython==2.7.0
|
| 25 |
-
et_xmlfile==2.0.0
|
| 26 |
-
extra-streamlit-components==0.1.71
|
| 27 |
-
filelock==3.17.0
|
| 28 |
-
fonttools==4.56.0
|
| 29 |
-
frozenlist==1.5.0
|
| 30 |
-
gitdb==4.0.12
|
| 31 |
-
GitPython==3.1.44
|
| 32 |
-
h11==0.14.0
|
| 33 |
-
httpcore==1.0.7
|
| 34 |
-
httpx==0.28.1
|
| 35 |
-
idna==3.10
|
| 36 |
-
Jinja2==3.1.5
|
| 37 |
-
jiter==0.8.2
|
| 38 |
-
joblib==1.4.2
|
| 39 |
-
jsonschema==4.23.0
|
| 40 |
-
jsonschema-specifications==2024.10.1
|
| 41 |
-
kiwisolver==1.4.8
|
| 42 |
-
Markdown==3.7
|
| 43 |
-
markdown-it-py==3.0.0
|
| 44 |
-
MarkupSafe==3.0.2
|
| 45 |
-
matplotlib==3.10.0
|
| 46 |
-
mdurl==0.1.2
|
| 47 |
-
multidict==6.1.0
|
| 48 |
-
mysqlclient==2.2.7
|
| 49 |
-
narwhals==1.27.1
|
| 50 |
-
numpy==2.2.3
|
| 51 |
-
openai==0.28.0
|
| 52 |
-
openpyxl==3.1.5
|
| 53 |
-
packaging==24.2
|
| 54 |
-
pandas==2.2.3
|
| 55 |
-
pillow==11.1.0
|
| 56 |
-
platformdirs==4.3.6
|
| 57 |
-
propcache==0.3.0
|
| 58 |
-
protobuf==5.29.3
|
| 59 |
-
pyarrow==19.0.1
|
| 60 |
-
pydantic==2.10.6
|
| 61 |
-
pydantic_core==2.27.2
|
| 62 |
-
pydeck==0.9.1
|
| 63 |
-
Pygments==2.19.1
|
| 64 |
-
PyJWT==2.10.1
|
| 65 |
-
pymongo==4.11.1
|
| 66 |
-
pyparsing==3.2.1
|
| 67 |
-
python-dateutil==2.9.0.post0
|
| 68 |
-
python-dotenv==1.0.1
|
| 69 |
-
pytz==2025.1
|
| 70 |
-
PyYAML==6.0.2
|
| 71 |
-
referencing==0.36.2
|
| 72 |
-
requests==2.32.3
|
| 73 |
-
rich==13.9.4
|
| 74 |
-
rpds-py==0.23.1
|
| 75 |
-
scikit-learn==1.6.1
|
| 76 |
-
scipy==1.15.2
|
| 77 |
-
six==1.17.0
|
| 78 |
-
smmap==5.0.2
|
| 79 |
-
sniffio==1.3.1
|
| 80 |
-
sqlparse==0.5.3
|
| 81 |
-
streamlit==1.42.2
|
| 82 |
-
streamlit-authenticator==0.4.1
|
| 83 |
-
tenacity==9.0.0
|
| 84 |
-
threadpoolctl==3.5.0
|
| 85 |
-
toml==0.10.2
|
| 86 |
-
tornado==6.4.2
|
| 87 |
-
tqdm==4.67.1
|
| 88 |
-
typing_extensions==4.12.2
|
| 89 |
-
tzdata==2025.1
|
| 90 |
-
urllib3==2.3.0
|
| 91 |
-
virtualenv==20.29.2
|
| 92 |
-
watchdog==6.0.0
|
| 93 |
-
yarl==1.18.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
aiohappyeyeballs==2.4.6
|
| 2 |
+
aiohttp==3.11.12
|
| 3 |
+
aiosignal==1.3.2
|
| 4 |
+
altair==5.5.0
|
| 5 |
+
annotated-types==0.7.0
|
| 6 |
+
anyio==4.8.0
|
| 7 |
+
asgiref==3.8.1
|
| 8 |
+
attrs==25.1.0
|
| 9 |
+
bcrypt==4.2.1
|
| 10 |
+
blinker==1.9.0
|
| 11 |
+
cachetools==5.5.2
|
| 12 |
+
captcha==0.7.0
|
| 13 |
+
certifi==2025.1.31
|
| 14 |
+
charset-normalizer==3.4.1
|
| 15 |
+
click==8.1.8
|
| 16 |
+
colorama==0.4.6
|
| 17 |
+
contourpy==1.3.1
|
| 18 |
+
cycler==0.12.1
|
| 19 |
+
distlib==0.3.9
|
| 20 |
+
distro==1.9.0
|
| 21 |
+
Django==5.1.5
|
| 22 |
+
django-cors-headers==4.6.0
|
| 23 |
+
djangorestframework==3.15.2
|
| 24 |
+
dnspython==2.7.0
|
| 25 |
+
et_xmlfile==2.0.0
|
| 26 |
+
extra-streamlit-components==0.1.71
|
| 27 |
+
filelock==3.17.0
|
| 28 |
+
fonttools==4.56.0
|
| 29 |
+
frozenlist==1.5.0
|
| 30 |
+
gitdb==4.0.12
|
| 31 |
+
GitPython==3.1.44
|
| 32 |
+
h11==0.14.0
|
| 33 |
+
httpcore==1.0.7
|
| 34 |
+
httpx==0.28.1
|
| 35 |
+
idna==3.10
|
| 36 |
+
Jinja2==3.1.5
|
| 37 |
+
jiter==0.8.2
|
| 38 |
+
joblib==1.4.2
|
| 39 |
+
jsonschema==4.23.0
|
| 40 |
+
jsonschema-specifications==2024.10.1
|
| 41 |
+
kiwisolver==1.4.8
|
| 42 |
+
Markdown==3.7
|
| 43 |
+
markdown-it-py==3.0.0
|
| 44 |
+
MarkupSafe==3.0.2
|
| 45 |
+
matplotlib==3.10.0
|
| 46 |
+
mdurl==0.1.2
|
| 47 |
+
multidict==6.1.0
|
| 48 |
+
mysqlclient==2.2.7
|
| 49 |
+
narwhals==1.27.1
|
| 50 |
+
numpy==2.2.3
|
| 51 |
+
openai==0.28.0
|
| 52 |
+
openpyxl==3.1.5
|
| 53 |
+
packaging==24.2
|
| 54 |
+
pandas==2.2.3
|
| 55 |
+
pillow==11.1.0
|
| 56 |
+
platformdirs==4.3.6
|
| 57 |
+
propcache==0.3.0
|
| 58 |
+
protobuf==5.29.3
|
| 59 |
+
pyarrow==19.0.1
|
| 60 |
+
pydantic==2.10.6
|
| 61 |
+
pydantic_core==2.27.2
|
| 62 |
+
pydeck==0.9.1
|
| 63 |
+
Pygments==2.19.1
|
| 64 |
+
PyJWT==2.10.1
|
| 65 |
+
pymongo==4.11.1
|
| 66 |
+
pyparsing==3.2.1
|
| 67 |
+
python-dateutil==2.9.0.post0
|
| 68 |
+
python-dotenv==1.0.1
|
| 69 |
+
pytz==2025.1
|
| 70 |
+
PyYAML==6.0.2
|
| 71 |
+
referencing==0.36.2
|
| 72 |
+
requests==2.32.3
|
| 73 |
+
rich==13.9.4
|
| 74 |
+
rpds-py==0.23.1
|
| 75 |
+
scikit-learn==1.6.1
|
| 76 |
+
scipy==1.15.2
|
| 77 |
+
six==1.17.0
|
| 78 |
+
smmap==5.0.2
|
| 79 |
+
sniffio==1.3.1
|
| 80 |
+
sqlparse==0.5.3
|
| 81 |
+
streamlit==1.42.2
|
| 82 |
+
streamlit-authenticator==0.4.1
|
| 83 |
+
tenacity==9.0.0
|
| 84 |
+
threadpoolctl==3.5.0
|
| 85 |
+
toml==0.10.2
|
| 86 |
+
tornado==6.4.2
|
| 87 |
+
tqdm==4.67.1
|
| 88 |
+
typing_extensions==4.12.2
|
| 89 |
+
tzdata==2025.1
|
| 90 |
+
urllib3==2.3.0
|
| 91 |
+
virtualenv==20.29.2
|
| 92 |
+
watchdog==6.0.0
|
| 93 |
+
yarl==1.18.3
|
| 94 |
+
streamlit
|
| 95 |
+
sqlalchemy
|
| 96 |
+
bcrypt
|
| 97 |
+
python-dotenv
|
| 98 |
+
groq
|
| 99 |
+
plotly
|
| 100 |
+
pandas
|
| 101 |
+
tabulate>=0.9.0
|
| 102 |
+
reportlab
|
| 103 |
+
kaleido
|