Skip to content

Commit

Permalink
Merge pull request #272 from borislaviv/upgrade-pyasn1
Browse files Browse the repository at this point in the history
Support for pyasn1 0.5.x
  • Loading branch information
etianen authored Mar 23, 2024
2 parents a330ff3 + 2c653e3 commit b4e1b11
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 b4e1b11

Please sign in to comment.