25 lines
624 B
Diff
25 lines
624 B
Diff
From b50563035ebf72502e25488367b46fccce5d6991 Mon Sep 17 00:00:00 2001
|
|
From: Pandu E POLUAN <pepoluan@gmail.com>
|
|
Date: Wed, 24 Mar 2021 11:03:53 +0700
|
|
Subject: [PATCH 3/4] URGENT: Fix RTD docs gen
|
|
|
|
---
|
|
aiosmtpd/docs/RTD-requirements.txt | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/aiosmtpd/docs/RTD-requirements.txt b/aiosmtpd/docs/RTD-requirements.txt
|
|
index 42c1f7b..cfdaa48 100644
|
|
--- a/aiosmtpd/docs/RTD-requirements.txt
|
|
+++ b/aiosmtpd/docs/RTD-requirements.txt
|
|
@@ -4,6 +4,7 @@ sphinx-autofixture
|
|
sphinx_rtd_theme
|
|
# Required by Sphinx.autodoc
|
|
pytest>=6.0
|
|
+pytest-mock
|
|
|
|
# aiosmtpd deps
|
|
atpublic
|
|
--
|
|
2.32.0
|
|
|