You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,11 @@
20
20
========
21
21
0.4.3
22
22
-----
23
-
* Minor fix for installation: set minimum release for ``pyasn1`` to avoid conflicts with Ubuntu install - see https://github.com/cedadev/ndg_httpsclient/issues/5 and https://github.com/cedadev/ndg_httpsclient/pull/10.
23
+
* Minor fix for installation: set minimum release for ``pyasn1`` to avoid conflicts with Ubuntu
24
+
install - see https://github.com/cedadev/ndg_httpsclient/issues/5 and
25
+
https://github.com/cedadev/ndg_httpsclient/pull/10. ``pyasn1`` also becomes mandatory rather
26
+
than optional package for install. - It required by ``cryptography`` anyway which is a
0 commit comments