diff --git a/.travis.yml b/.travis.yml index 0bcee48..0b78256 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,6 @@ before_deploy: - echo $TRAVIS_TAG > uw_grad/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 36608b5..7ecdd0e 100644 --- a/setup.py +++ b/setup.py @@ -21,8 +21,8 @@ author="UW-IT AXDD", author_email="aca-it@uw.edu", include_package_data=True, - install_requires=['UW-RestClients-Core>=0.8.9,<1.0', - 'UW-RestClients-PWS>=0.5,<1.0', + install_requires=['UW-RestClients-Core<1.0', + 'UW-RestClients-PWS<1.0', 'python-dateutil' ], license='Apache License, Version 2.0',