From 4b7ed52a0f0124d5fd31f6e1a2387222092fbbff Mon Sep 17 00:00:00 2001 From: Fang Lin Date: Fri, 14 Jul 2017 10:52:28 -0700 Subject: [PATCH] update dependecies version, pypi --- .travis.yml | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 539ce8c..3c327e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,6 @@ before_deploy: - echo $TRAVIS_TAG > uw_myplan/VERSION deploy: provider: pypi - server: https://pypi.python.org/pypi user: uw-it-aca skip_cleanup: true password: diff --git a/setup.py b/setup.py index d8b273d..b05f9fd 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ author="UW-IT AXDD", author_email="aca-it@uw.edu", include_package_data=True, - install_requires=['UW-RestClients-Core>=0.8.9,<1.0', + install_requires=['UW-RestClients-Core<1.0', ], license='Apache License, Version 2.0', description=('A library for connecting to the UW MyPlan API'),