Skip to content

Commit

Permalink
pin to pyasn1 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
etingof committed Aug 4, 2017
1 parent 2e5c5a3 commit 43f2ed5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyasn1>=0.1.8
pyasn1==0.3.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def howto_install_setuptools():
from setuptools import setup, Command

params = {
'install_requires': ['pyasn1>=0.1.8'],
'install_requires': ['pyasn1==0.3.2'],
'zip_safe': True
}

Expand All @@ -81,7 +81,7 @@ def howto_install_setuptools():
params = {}

if sys.version_info[:2] > (2, 4):
params['requires'] = ['pyasn1(>=0.1.8)']
params['requires'] = ['pyasn1(==0.3.2)']

params.update(
{'name': 'pyasn1-modules',
Expand Down

0 comments on commit 43f2ed5

Please sign in to comment.