Skip to content

Commit

Permalink
Add dataclasses library to setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jun 10, 2021
1 parent d1682ca commit 5d09a1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 5d09a1d

Please sign in to comment.