Skip to content

Commit

Permalink
Remove reqs as it's unused; bump urllib3 (#5)
Browse files Browse the repository at this point in the history
* Remove reqs as it's unused; bump urllib3

* Version Bump
  • Loading branch information
dsprayberry authored Jan 18, 2024
1 parent 34a883f commit 2a2e757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions requirements.txt

This file was deleted.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="tap-ms-dynamics",
version="0.1.0",
version="0.1.1",
description="Singer.io tap for the Microsoft Dataverse Web API",
author="Stitch",
url="http://singer.io",
Expand All @@ -21,7 +21,7 @@
"simplejson==3.11.1",
"singer-python==5.10.0",
"six==1.15.0",
"urllib3==1.26.3",
"urllib3==1.26.18",
],
entry_points="""
[console_scripts]
Expand Down

0 comments on commit 2a2e757

Please sign in to comment.