-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate elastic-transport-python library
- Loading branch information
1 parent
5901739
commit 6462574
Showing
210 changed files
with
4,131 additions
and
6,969 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,24 @@ | ||
git+https://github.com/elastic/elastic-transport-python | ||
|
||
requests>=2, <3 | ||
aiohttp | ||
pytest | ||
pytest-cov | ||
pytest-asyncio | ||
coverage | ||
mock | ||
sphinx | ||
jinja2 | ||
python-dateutil | ||
|
||
# Testing the 'search_mvt' API response | ||
mapbox-vector-tile | ||
unasync | ||
pyyaml>=5.4 | ||
isort | ||
black | ||
twine | ||
|
||
# No wheels for Python 3.10 yet! | ||
numpy; python_version<"3.10" | ||
pandas; python_version<"3.10" | ||
|
||
# PyYAML 5.3 dropped support for Python 3.4 while | ||
# not amending that requirement to the package. :( | ||
pyyaml>=5.4; python_version>="3.6" | ||
pyyaml<5.3; python_version<"3.6" | ||
|
||
isort | ||
black; python_version>="3.6" | ||
twine | ||
|
||
# Requirements for testing [async] extra | ||
aiohttp; python_version>="3.6" | ||
pytest-asyncio; python_version>="3.6" | ||
unasync; python_version>="3.6" | ||
# Testing the 'search_mvt' API response | ||
mapbox-vector-tile; python_version<"3.10" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.