Complete requirements.txt with all dependencies for conflict-free installation
Browse files- lib_wheel/requirements.txt +12 -0
lib_wheel/requirements.txt
CHANGED
@@ -20,6 +20,9 @@ typing-extensions==4.14.1
|
|
20 |
setuptools>=75.8.2
|
21 |
wheel>=0.45.1
|
22 |
pip>=25.2
|
|
|
|
|
|
|
23 |
|
24 |
# Utilities
|
25 |
tqdm==4.67.1
|
@@ -86,6 +89,15 @@ nbconvert==7.16.6
|
|
86 |
|
87 |
# Security/Auth
|
88 |
keyring==25.6.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
virtualenv==20.32.0
|
90 |
|
91 |
# OpenTelemetry (compatible versions)
|
|
|
20 |
setuptools>=75.8.2
|
21 |
wheel>=0.45.1
|
22 |
pip>=25.2
|
23 |
+
jinja2==3.1.6
|
24 |
+
markupsafe==3.0.2
|
25 |
+
pyyaml==6.0.2
|
26 |
|
27 |
# Utilities
|
28 |
tqdm==4.67.1
|
|
|
89 |
|
90 |
# Security/Auth
|
91 |
keyring==25.6.0
|
92 |
+
SecretStorage==3.3.3
|
93 |
+
cryptography==45.0.5
|
94 |
+
jeepney==0.9.0
|
95 |
+
cffi==1.17.1
|
96 |
+
pycparser==2.22
|
97 |
+
jaraco.functools==4.2.1
|
98 |
+
jaraco.classes==3.4.0
|
99 |
+
jaraco.context==6.0.1
|
100 |
+
backports.tarfile==1.2.0
|
101 |
virtualenv==20.32.0
|
102 |
|
103 |
# OpenTelemetry (compatible versions)
|