aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-11-08 18:46:23 +0100
committerIlya Etingof <etingof@gmail.com>2019-11-08 18:46:23 +0100
commit0db0db806489e1fe968b0c22bf614b76ff55361a (patch)
tree278dba0dcb6c4f03a6d7bdbc5a8d4ec611ba158c
parenta99e2ecd831fbbea1f2869b68d708fb5ddf60fd7 (diff)
downloadplatform_external_python_pyasn1-modules-0db0db806489e1fe968b0c22bf614b76ff55361a.tar.gz
platform_external_python_pyasn1-modules-0db0db806489e1fe968b0c22bf614b76ff55361a.tar.bz2
platform_external_python_pyasn1-modules-0db0db806489e1fe968b0c22bf614b76ff55361a.zip
Temporarily depend on git master
To test the upcoming PRs against unreleased pyasn1 containing new features related to permitted alphabet constraint.
-rw-r--r--requirements.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 68daca2..a56cbc1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1,3 @@
-pyasn1>=0.4.7,<0.5.0
+#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