Skip to content

Commit

Permalink
added requirements.txt, pyasn1>=0.3.7 and pyasn1_modules>=0.1.5 now m…
Browse files Browse the repository at this point in the history
…andatory for python-ldap 2.5.0+
  • Loading branch information
stroeder committed Nov 12, 2017
1 parent 2ffd389 commit c0485fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ Released 2.5.0 2017-11-xx

Changes since 2.4.45:

This release requires pyasn1 0.3.x or newer!
This release now strictly requires
pyasn1 0.3.7+ and pyasn1_modules 0.1.5+
as installation prerequisites.

Lib/
* slapdtest.SlapdObject.restart() just restarts slapd
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pyasn1>=0.3.7
pyasn1_modules>=0.1.5

0 comments on commit c0485fb

Please sign in to comment.