Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
- cryptography@2.5
- globus-sdk@1.7.0
  • Loading branch information
jaswilli committed Feb 21, 2019
1 parent 341b394 commit e8c9576
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import sys
from setuptools import setup, find_packages

from setuptools import find_packages, setup

if sys.version_info < (2, 7):
raise NotImplementedError("""\n
Expand All @@ -21,7 +21,7 @@
version=version,
packages=find_packages(exclude=['tests', 'tests.*']),
install_requires=[
'globus-sdk==1.6.1',
'globus-sdk==1.7.1',
'click>=6.6,<7.0',
'jmespath==0.9.2',
'configobj>=5.0.6,<6.0.0',
Expand All @@ -33,7 +33,7 @@
#
# as new versions of cryptography are released, we may need to update
# this requirement
'cryptography>=1.8.1,<2.5.0'
'cryptography>=1.8.1,<2.6.0'
],

extras_require={
Expand Down

0 comments on commit e8c9576

Please sign in to comment.