commit | 70b500f2eb89beda26e68018ab279c53a871b3a4 | [log] [tgz] |
---|---|---|
author | Dilip Pednekar <[email protected]> | Fri May 14 14:54:24 2021 -0400 |
committer | GitHub <[email protected]> | Fri May 14 14:54:24 2021 -0400 |
tree | 0126c6656cb41112d7f76cda184d2e3a94bdeb87 | |
parent | a09fad817b74ebb15b17f553235e6bf9c198ed21 [diff] |
Remove rsa restriction (#310) * DO NOT MERGE: Testing travis * Remove rsa restriction * Remove unwanted comment
diff --git a/setup.py b/setup.py index 2a5ac7a..ab1a50c 100644 --- a/setup.py +++ b/setup.py
@@ -28,7 +28,6 @@ # Configure the required packages and scripts to install, depending on # Python version and OS. REQUIRED_PACKAGES = [ - 'rsa<=4.0; python_version < "3.5"', 'httplib2>=0.8', 'fasteners>=0.14', 'oauth2client>=1.4.12',