Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions aliyun-python-sdk-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
'''

import os
import sys

from setuptools import setup, find_packages
from setuptools import find_packages, setup

"""
Setup module for core.
Expand All @@ -44,8 +43,8 @@
LONG_DESCRIPTION = fp.read()

requires = [
"jmespath>=0.9.3,<1.0.0",
"cryptography>=3.0.0"
"jmespath>=0.9.3,<2.0.0",
"cryptography>=3.0.0",
]

setup_args = {
Expand Down