diff dev-requirements.txt @ 3877:00212260f659

plugin XEP-0420: Implementation of Stanza Content Encryption: Includes implementation of XEP-0082 (XMPP date and time profiles) and tests for both new plugins. Everything is type checked, linted, format checked and unit tested. Adds new dependency xmlschema. fix 377
author Syndace <me@syndace.dev>
date Tue, 23 Aug 2022 12:04:11 +0200
parents d4cb99e7e838
children f461f11ea176
line wrap: on
line diff
--- a/dev-requirements.txt	Tue Aug 23 23:37:22 2022 +0200
+++ b/dev-requirements.txt	Tue Aug 23 12:04:11 2022 +0200
@@ -1,4 +1,8 @@
 -r requirements.txt
 
+lxml-stubs
+
+mypy
+pylint
 pytest
 pytest_twisted