Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Remove idna from requirements (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 7, 2021
1 parent 8fcf4d9 commit 6ff2999
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
idna==2.7
singer-python==5.1.1
snowflake-connector-python==2.3.7
boto3==1.9.33
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
],
py_modules=["target_snowflake"],
install_requires=[
'idna==2.7',
'pipelinewise-singer-python==1.*',
'snowflake-connector-python==2.3.7',
'inflection==0.5.1',
Expand Down

0 comments on commit 6ff2999

Please sign in to comment.