Skip to content

Commit

Permalink
fixing max urllib3, updating authors
Browse files Browse the repository at this point in the history
  • Loading branch information
fxdgear committed Jun 19, 2018
1 parent 7751fed commit 4352e56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ test_elasticsearch/local.py
docs/_build
elasticsearch.egg-info
.tox
.noseids
dist
*.egg
coverage.xml
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
f.close()

install_requires = [
'urllib3<1.23,>=1.21.1',
'urllib3>=1.21.1',
]
tests_require = [
'requests>=2.0.0, <3.0.0',
Expand All @@ -34,8 +34,8 @@
url = "https://github.com/elastic/elasticsearch-py",
long_description = long_description,
version = __versionstr__,
author = "Honza Král",
author_email = "honza.kral@gmail.com",
author = "Honza Král, Nick Lang",
author_email = "honza.kral@gmail.com, nick@nicklang.com",
packages=find_packages(
where='.',
exclude=('test_elasticsearch*', )
Expand Down

0 comments on commit 4352e56

Please sign in to comment.