Implement filters and pagers for some EMR end points
This commit is contained in:
parent
2e33e2be90
commit
484faa54c4
6 changed files with 342 additions and 115 deletions
3
setup.py
3
setup.py
|
|
@ -10,7 +10,8 @@ install_requires = [
|
|||
"xmltodict",
|
||||
"six",
|
||||
"werkzeug",
|
||||
"pytz"
|
||||
"pytz",
|
||||
"python-dateutil",
|
||||
]
|
||||
|
||||
extras_require = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue