Skip to content

Commit

Permalink
Merge pull request #4 from uw-it-aca/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
fanglinfang committed Jul 14, 2017
2 parents eb45cd1 + 67f60f6 commit b3e3f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b3e3f80

Please sign in to comment.