File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ test_elasticsearch/local.py
88docs /_build
99elasticsearch.egg-info
1010.tox
11+ .noseids
1112dist
1213* .egg
1314coverage.xml
Original file line number Diff line number Diff line change 1212f .close ()
1313
1414install_requires = [
15- 'urllib3<1.23, >=1.21.1' ,
15+ 'urllib3>=1.21.1' ,
1616]
1717tests_require = [
1818 'requests>=2.0.0, <3.0.0' ,
3434 url = "https://github.com/elastic/elasticsearch-py" ,
3535 long_description = long_description ,
3636 version = __versionstr__ ,
37- author = "Honza Král" ,
38- author_email = "honza.kral@gmail.com" ,
37+ author = "Honza Král, Nick Lang " ,
38+ author_email = "honza.kral@gmail.com, nick@nicklang.com " ,
3939 packages = find_packages (
4040 where = '.' ,
4141 exclude = ('test_elasticsearch*' , )
You can’t perform that action at this time.
0 commit comments