Update requirements.txt to add new dependencies and adjust existing ones
Browse files- app/requirements.txt +5 -1
app/requirements.txt
CHANGED
@@ -26,10 +26,12 @@ Deprecated==1.2.18
|
|
26 |
distro==1.9.0
|
27 |
dnspython==2.7.0
|
28 |
durationpy==0.9
|
|
|
29 |
emoji==2.14.1
|
30 |
eval_type_backport==0.2.2
|
31 |
faiss-cpu==1.10.0
|
32 |
fastapi==0.115.11
|
|
|
33 |
filelock==3.17.0
|
34 |
filetype==1.2.0
|
35 |
flatbuffers==25.2.10
|
@@ -57,6 +59,7 @@ ics==0.7.2
|
|
57 |
idna==3.10
|
58 |
importlib_metadata==8.5.0
|
59 |
importlib_resources==6.5.2
|
|
|
60 |
Jinja2==3.1.6
|
61 |
jiter==0.8.2
|
62 |
joblib==1.4.2
|
@@ -114,7 +117,7 @@ proto-plus==1.26.0
|
|
114 |
protobuf==5.29.3
|
115 |
psutil==7.0.0
|
116 |
pyarrow==19.0.1
|
117 |
-
pyasn1==0.
|
118 |
pyasn1_modules==0.4.1
|
119 |
pycparser==2.22
|
120 |
pydantic==2.10.6
|
@@ -130,6 +133,7 @@ pyproject_hooks==1.2.0
|
|
130 |
python-dateutil==2.9.0.post0
|
131 |
python-dotenv==1.0.1
|
132 |
python-iso639==2025.2.18
|
|
|
133 |
python-magic==0.4.27
|
134 |
python-oxmsg==0.0.2
|
135 |
pytz==2025.1
|
|
|
26 |
distro==1.9.0
|
27 |
dnspython==2.7.0
|
28 |
durationpy==0.9
|
29 |
+
ecdsa==0.19.1
|
30 |
emoji==2.14.1
|
31 |
eval_type_backport==0.2.2
|
32 |
faiss-cpu==1.10.0
|
33 |
fastapi==0.115.11
|
34 |
+
fastapi-sessions==0.3.2
|
35 |
filelock==3.17.0
|
36 |
filetype==1.2.0
|
37 |
flatbuffers==25.2.10
|
|
|
59 |
idna==3.10
|
60 |
importlib_metadata==8.5.0
|
61 |
importlib_resources==6.5.2
|
62 |
+
itsdangerous==2.2.0
|
63 |
Jinja2==3.1.6
|
64 |
jiter==0.8.2
|
65 |
joblib==1.4.2
|
|
|
117 |
protobuf==5.29.3
|
118 |
psutil==7.0.0
|
119 |
pyarrow==19.0.1
|
120 |
+
pyasn1==0.4.8
|
121 |
pyasn1_modules==0.4.1
|
122 |
pycparser==2.22
|
123 |
pydantic==2.10.6
|
|
|
133 |
python-dateutil==2.9.0.post0
|
134 |
python-dotenv==1.0.1
|
135 |
python-iso639==2025.2.18
|
136 |
+
python-jose==3.4.0
|
137 |
python-magic==0.4.27
|
138 |
python-oxmsg==0.0.2
|
139 |
pytz==2025.1
|