We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90af9da commit a18c8b4Copy full SHA for a18c8b4
requirements.txt
@@ -164,3 +164,8 @@ flaky==3.7.0
164
selenium>=4.1.0,<5.0.0
165
selenium-requests==2.0.0
166
webdriver_manager==3.8.3
167
+
168
+# Security and audit
169
+mistune==2.0.3
170
+protobuf==4.21.6
171
+mako==1.2.3
setup.cfg
@@ -191,6 +191,11 @@ install_requires =
191
192
193
194
+ # Security and audit
195
+ mistune==2.0.3
196
+ protobuf==4.21.6
197
+ mako==1.2.3
198
199
[options.packages.find]
200
exclude = tests
201
0 commit comments