aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-11-16 18:28:57 +0100
committerIlya Etingof <etingof@gmail.com>2019-11-16 18:28:57 +0100
commitdb4a4cb5fe87ae4cd6dd486b08a825406c4b5520 (patch)
tree052563d094e8967ce04460df815d1e36bff5f909
parentf2c70a401ccb1af92267f285f43c09ea9cd093e7 (diff)
downloadpyasn1-modules-db4a4cb5fe87ae4cd6dd486b08a825406c4b5520.tar.gz
Remove pyasn1 Github master dependency
Since pyasn1 0.4.8 is release, master dependency is no longer required. Also, bump pyasn1 upper constraint to <0.6.0 in anticipation of 0.5.x release which should remain reasonably backward compatible.
-rw-r--r--requirements.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index a56cbc1..943e6cd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1 @@
-#pyasn1>=0.4.7,<0.5.0
-# temporarily depend on git master to test bew constraints
--e git://github.com/etingof/pyasn1.git#egg=pyasn1
+pyasn1>=0.4.7,<0.6.0