Browse Source

Merge 017e50b6e6 into 0b026c32b7

pull/2/merge
dependabot[bot] 5 years ago
committed by GitHub
parent
commit
5596780beb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@ -10,7 +10,7 @@ setup(
author="Brett Langdon",
author_email="brett@blangdon.com",
packages=find_packages(),
install_requires=["urllib3==1.7"],
install_requires=["urllib3==1.26.5"],
setup_requires=["nose>=1.0"],
description="A Memcached like interface to Riak",
license="MIT",


Loading…
Cancel
Save