From b56e22549e249bbfd4c79e7fd0a92f544df70431 Mon Sep 17 00:00:00 2001 From: benne238 Date: Thu, 11 Feb 2021 16:21:27 -0500 Subject: [PATCH] update requirements.txt --- api/requirements.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index f7f9b7a..fcd08ee 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -17,4 +17,9 @@ Flask-JWT-Extended PyJWT == 1.* # Specify pyldap version for custom build. This is not installed by pip. pyldap == 3.3.1 -easyad \ No newline at end of file +easyad + +# API Documentation +mkdocs +mkdocs-material +mkautodoc \ No newline at end of file