From 26a3dffc6adc88276255ee68964107c65898c914 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Mon, 22 Mar 2021 16:32:18 -0400 Subject: [PATCH] Add easyad to requirements --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 69662d5..abb6552 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,7 @@ def get_all_dependencies(): "PyJWT == 1.*", # Custom version of python-ldap without SASL requirements "python-ldap @ git+https://github.itap.purdue.edu/ECN/python-ldap/@python-ldap-3.3.1", + "easyad", ], extras_require={ "dev": conditional_dependencies["dev"],