Skip to content

Commit

Permalink
pinned to pyasn1 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
etingof committed Aug 27, 2017
1 parent 55dff44 commit e5f977b
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.3.2
pyasn1==0.3.3
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.3.2'],
'install_requires': ['pyasn1==0.3.3'],
'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.3.2)']
params['requires'] = ['pyasn1(==0.3.3)']

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

0 comments on commit e5f977b

Please sign in to comment.