Skip to content

Commit

Permalink
updating dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
toumorokoshi committed Apr 19, 2017
1 parent 937c511 commit 9ff8ea7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
install_requires = [
"deepmerge==0.0.3",
"docopt==0.6.2",
"pip==8.1.1",
"requests==2.9.1",
"setuptools==21.2.1",
"virtualenv==15.0.2"
"pip==9.0.1",
"requests==2.13.0",
"setuptools==35.0.1",
"virtualenv==15.1.0"
]

tests_require = [
Expand Down
4 changes: 2 additions & 2 deletions uranium/scripts/uranium_standalone
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

VENV_URL = "https://pypi.python.org/packages/source/v/virtualenv/virtualenv-{major}.{minor}.{rev}.tar.gz"
VENV_MAJOR = 15
VENV_MINOR = 0
VENV_REV = 2
VENV_MINOR = 1
VENV_REV = 0
FALLBACK_URL = "https://github.com/pypa/virtualenv/archive/{major}.{minor}.{rev}.tar.gz"

import io
Expand Down

0 comments on commit 9ff8ea7

Please sign in to comment.