Skip to content

Commit

Permalink
Merge pull request #6 from german-panoply/new-version
Browse files Browse the repository at this point in the history
Typeform Data Source — New Version
  • Loading branch information
german-panoply authored Jan 7, 2019
2 parents 5317d91 + 86e47cb commit c1a971b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

setup(
name="panoply_typeform",
version="1.1.0",
version="1.2.0",
description="Panoply Data Source for the Typeform API",
author="Alon Weissfeld",
author_email="[email protected]",
url="http://panoply.io",
package_dir={"panoply": ""},
install_requires=[
"panoply-python-sdk==1.5.0",
"requests==2.20.1",
"backoff==1.7.1",
"ratelimit==2.2.0"
"panoply-python-sdk==1.6.0",
"requests==2.21.0",
"backoff==1.8.0",
"ratelimit==2.2.1"
],
extras_require={
"test": [
Expand Down
1 change: 0 additions & 1 deletion typeform/typeform.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def _build_params(self, form, batch_size):
params = {
'page_size': page_size,
'sort': 'landed_at,desc',
# 'completed': 1, # remove the line if you want to include both
}

params.update(completed)
Expand Down

0 comments on commit c1a971b

Please sign in to comment.