Skip to content

Commit

Permalink
Remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jwon committed Mar 17, 2020
1 parent 86b17d1 commit 1935565
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
packages=setuptools.find_packages('src'),
include_package_data=True,
install_requires=[
'PyOpenSSL==18.0.0',
'pysaml2==4.8.0',
'PyYAML',
'gevent==1.4.0',
Expand Down
2 changes: 1 addition & 1 deletion src/iris_relay/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) LinkedIn Corporation. All rights reserved. Licensed under the BSD-2 Clause license.
# See LICENSE in the project root for license information.

__version__ = '1.1.3'
__version__ = '1.1.4'

0 comments on commit 1935565

Please sign in to comment.