Skip to content

Commit

Permalink
Support for pyasn1 0.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
borislaviv committed Mar 21, 2024
1 parent a330ff3 commit 2c653e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
install_requires=[
"django>=1.11",
"ldap3>=2.5,<3",
"pyasn1>=0.4.6,<0.5",
"pyasn1>=0.4.6,<0.6",
],
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 2c653e3

Please sign in to comment.