From 5d09a1dc9724b7d707f38259c5970bb2fb3cb80e Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Thu, 10 Jun 2021 14:57:06 -0400 Subject: [PATCH] Add dataclasses library to setup file --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0d4f679..83a43c5 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,7 @@ def get_all_dependencies(): # 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", + "dataclasses" ], extras_require={ "dev": conditional_dependencies["dev"],