Skip to content

Commit

Permalink
Add pyparsing to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
benne238 committed Jun 28, 2021
1 parent e634be1 commit 2648c8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ 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"
"dataclasses",
"pyparsing"
],
extras_require={
"dev": conditional_dependencies["dev"],
Expand Down

0 comments on commit 2648c8e

Please sign in to comment.