Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8 from erik/erik/bump-pyopenssl
Browse files Browse the repository at this point in the history
Bump pyOpenSSL version
  • Loading branch information
erik committed Dec 27, 2016
2 parents 79eebb2 + dc83aac commit 9f1d954
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
25 changes: 12 additions & 13 deletions requirements.txt
@@ -1,15 +1,14 @@
Werkzeug==0.11.4
cffi==1.5.2
cryptography==1.2.2
enum34==1.1.2
idna==2.0
ipaddress==1.0.16
pluggy==0.3.1
py==1.4.31
pyOpenSSL==0.15.1
cffi==1.9.1
cryptography==1.7.1
enum34==1.1.6
idna==2.2
ipaddress==1.0.17
pluggy==0.4.0
py==1.4.32
pyasn1==0.1.9
pycparser==2.14
pytest==2.8.7
pycparser==2.17
pyOpenSSL==16.2.0
pytest==3.0.5
six==1.10.0
tox==2.3.1
virtualenv==14.0.6
tox==2.5.0
Werkzeug==0.11.4
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='alexandra',
version='0.3.1',
version='0.3.2',
description='Toolkit for writing Amazon Alexa skills as web services',
author='Erik Price',
url='https://github.com/erik/alexandra',
Expand All @@ -21,6 +21,6 @@
test_requires=['tox'],
install_requires=[
'Werkzeug==0.11.4',
'pyOpenssl==0.15.1'
'pyOpenssl==16.2.0'
]
)

0 comments on commit 9f1d954

Please sign in to comment.