Archisman Karmakar
commited on
Update requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
CHANGED
@@ -42,6 +42,7 @@ botocore==1.37.1
|
|
42 |
Bottleneck==1.4.2
|
43 |
branca==0.8.1
|
44 |
Brotli==1.1.0
|
|
|
45 |
CacheControl==0.14.2
|
46 |
cachetools==5.5.2
|
47 |
catalogue==2.0.10
|
@@ -50,6 +51,7 @@ certifi==2025.1.31
|
|
50 |
cffi==1.17.1
|
51 |
chardet==5.2.0
|
52 |
charset-normalizer==3.4.1
|
|
|
53 |
click==8.1.8
|
54 |
cloudpathlib==0.21.0
|
55 |
cloudpickle==3.1.1
|
@@ -62,6 +64,7 @@ confection==0.1.5
|
|
62 |
constantly==23.10.4
|
63 |
contourpy==1.3.1
|
64 |
cookiecutter==2.6.0
|
|
|
65 |
cryptography==44.0.2
|
66 |
cssselect==1.3.0
|
67 |
cycler==0.12.1
|
@@ -82,12 +85,14 @@ deprecation==2.1.0
|
|
82 |
diff-match-patch==20241021
|
83 |
diffusers==0.32.2
|
84 |
dill==0.3.8
|
|
|
85 |
distributed==2025.2.0
|
86 |
distro==1.9.0
|
87 |
dm-tree==0.1.9
|
88 |
docstring-to-markdown==0.15
|
89 |
docstring_parser==0.16
|
90 |
docutils==0.21.2
|
|
|
91 |
easyocr==1.7.2
|
92 |
einops==0.8.1
|
93 |
entrypoints==0.4
|
@@ -100,6 +105,7 @@ Faker==37.0.0
|
|
100 |
fastjsonschema==2.21.1
|
101 |
favicon==0.7.0
|
102 |
filelock==3.18.0
|
|
|
103 |
flake8==7.1.2
|
104 |
Flask==3.1.0
|
105 |
flatbuffers==25.2.10
|
@@ -140,6 +146,7 @@ importlib_resources==6.5.2
|
|
140 |
incremental==24.7.2
|
141 |
inflection==0.5.1
|
142 |
iniconfig==2.0.0
|
|
|
143 |
intake==2.0.8
|
144 |
intel-cmplr-lib-ur==2025.0.5
|
145 |
intel-openmp==2025.0.5
|
@@ -265,13 +272,18 @@ parso==0.8.4
|
|
265 |
partd==1.4.2
|
266 |
pathspec==0.12.1
|
267 |
patsy==1.0.1
|
|
|
268 |
pexpect==4.9.0
|
269 |
pickleshare==0.7.5
|
270 |
pillow==11.1.0
|
|
|
|
|
271 |
platformdirs==4.3.6
|
272 |
plotly==6.0.0
|
273 |
pluggy==1.5.0
|
274 |
ply==3.11
|
|
|
|
|
275 |
portalocker==3.1.1
|
276 |
preshed==3.0.9
|
277 |
prettytable==3.15.1
|
@@ -310,6 +322,7 @@ PyNaCl==1.5.0
|
|
310 |
pyodbc==5.2.0
|
311 |
pyOpenSSL==25.0.0
|
312 |
pyparsing==3.2.1
|
|
|
313 |
PyQt5==5.15.11
|
314 |
PyQt5-Qt5==5.15.2
|
315 |
PyQt5_sip==12.17.0
|
@@ -339,11 +352,13 @@ QtAwesome==1.4.0
|
|
339 |
qtconsole==5.6.1
|
340 |
QtPy==2.4.3
|
341 |
queuelib==1.7.0
|
|
|
342 |
referencing==0.36.2
|
343 |
regex==2024.11.6
|
344 |
requests==2.32.3
|
345 |
requests-file==2.1.0
|
346 |
requests-oauthlib==2.0.0
|
|
|
347 |
responses==0.25.7
|
348 |
rfc3339-validator==0.1.4
|
349 |
rfc3986-validator==0.1.1
|
@@ -452,6 +467,7 @@ tqdm==4.67.1
|
|
452 |
traitlets==5.14.3
|
453 |
traittypes==0.2.1
|
454 |
transformers==4.49.0
|
|
|
455 |
truststore==0.10.1
|
456 |
Twisted==24.11.0
|
457 |
twisted-iocpsupport==25.2.0
|
@@ -467,6 +483,7 @@ Unidecode==1.3.8
|
|
467 |
uri-template==1.3.0
|
468 |
urllib3==2.3.0
|
469 |
validators==0.34.0
|
|
|
470 |
w3lib==2.3.1
|
471 |
wasabi==1.1.3
|
472 |
watchdog==6.0.0
|
|
|
42 |
Bottleneck==1.4.2
|
43 |
branca==0.8.1
|
44 |
Brotli==1.1.0
|
45 |
+
build==1.2.2.post1
|
46 |
CacheControl==0.14.2
|
47 |
cachetools==5.5.2
|
48 |
catalogue==2.0.10
|
|
|
51 |
cffi==1.17.1
|
52 |
chardet==5.2.0
|
53 |
charset-normalizer==3.4.1
|
54 |
+
cleo==2.1.0
|
55 |
click==8.1.8
|
56 |
cloudpathlib==0.21.0
|
57 |
cloudpickle==3.1.1
|
|
|
64 |
constantly==23.10.4
|
65 |
contourpy==1.3.1
|
66 |
cookiecutter==2.6.0
|
67 |
+
crashtest==0.4.1
|
68 |
cryptography==44.0.2
|
69 |
cssselect==1.3.0
|
70 |
cycler==0.12.1
|
|
|
85 |
diff-match-patch==20241021
|
86 |
diffusers==0.32.2
|
87 |
dill==0.3.8
|
88 |
+
distlib==0.3.9
|
89 |
distributed==2025.2.0
|
90 |
distro==1.9.0
|
91 |
dm-tree==0.1.9
|
92 |
docstring-to-markdown==0.15
|
93 |
docstring_parser==0.16
|
94 |
docutils==0.21.2
|
95 |
+
dulwich==0.22.8
|
96 |
easyocr==1.7.2
|
97 |
einops==0.8.1
|
98 |
entrypoints==0.4
|
|
|
105 |
fastjsonschema==2.21.1
|
106 |
favicon==0.7.0
|
107 |
filelock==3.18.0
|
108 |
+
findpython==0.6.3
|
109 |
flake8==7.1.2
|
110 |
Flask==3.1.0
|
111 |
flatbuffers==25.2.10
|
|
|
146 |
incremental==24.7.2
|
147 |
inflection==0.5.1
|
148 |
iniconfig==2.0.0
|
149 |
+
installer==0.7.0
|
150 |
intake==2.0.8
|
151 |
intel-cmplr-lib-ur==2025.0.5
|
152 |
intel-openmp==2025.0.5
|
|
|
272 |
partd==1.4.2
|
273 |
pathspec==0.12.1
|
274 |
patsy==1.0.1
|
275 |
+
pbs-installer==2025.3.11
|
276 |
pexpect==4.9.0
|
277 |
pickleshare==0.7.5
|
278 |
pillow==11.1.0
|
279 |
+
pip-tools==7.4.1
|
280 |
+
pkginfo==1.12.1.2
|
281 |
platformdirs==4.3.6
|
282 |
plotly==6.0.0
|
283 |
pluggy==1.5.0
|
284 |
ply==3.11
|
285 |
+
poetry==2.1.1
|
286 |
+
poetry-core==2.1.1
|
287 |
portalocker==3.1.1
|
288 |
preshed==3.0.9
|
289 |
prettytable==3.15.1
|
|
|
322 |
pyodbc==5.2.0
|
323 |
pyOpenSSL==25.0.0
|
324 |
pyparsing==3.2.1
|
325 |
+
pyproject_hooks==1.2.0
|
326 |
PyQt5==5.15.11
|
327 |
PyQt5-Qt5==5.15.2
|
328 |
PyQt5_sip==12.17.0
|
|
|
352 |
qtconsole==5.6.1
|
353 |
QtPy==2.4.3
|
354 |
queuelib==1.7.0
|
355 |
+
RapidFuzz==3.12.2
|
356 |
referencing==0.36.2
|
357 |
regex==2024.11.6
|
358 |
requests==2.32.3
|
359 |
requests-file==2.1.0
|
360 |
requests-oauthlib==2.0.0
|
361 |
+
requests-toolbelt==1.0.0
|
362 |
responses==0.25.7
|
363 |
rfc3339-validator==0.1.4
|
364 |
rfc3986-validator==0.1.1
|
|
|
467 |
traitlets==5.14.3
|
468 |
traittypes==0.2.1
|
469 |
transformers==4.49.0
|
470 |
+
trove-classifiers==2025.3.13.13
|
471 |
truststore==0.10.1
|
472 |
Twisted==24.11.0
|
473 |
twisted-iocpsupport==25.2.0
|
|
|
483 |
uri-template==1.3.0
|
484 |
urllib3==2.3.0
|
485 |
validators==0.34.0
|
486 |
+
virtualenv==20.29.3
|
487 |
w3lib==2.3.1
|
488 |
wasabi==1.1.3
|
489 |
watchdog==6.0.0
|