Skip to content

Commit

Permalink
dependency adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Rötgers committed Nov 16, 2022
1 parent 2e83dec commit 67e9968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

setup(
name="tap-zenloop",
version="0.1.0",
version="0.1.1",
description="Singer tap to extract Zenloop data",
author="cargo.one",
url="https://cargo.one",
classifiers=["Programming Language :: Python :: 3 :: Only"],
py_modules=["tap_zenloop"],
install_requires=[
"singer-python==5.13.*",
"requests==2.28.*",
"requests>=2.27.0",
"pendulum==2.1.*",
],
entry_points="""
Expand Down

0 comments on commit 67e9968

Please sign in to comment.