Skip to content

Commit 849cdf4

Browse files
committed
remove singer-tools
1 parent 20794c6 commit 849cdf4

3 files changed

Lines changed: 253 additions & 6 deletions

File tree

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ url = "https://pypi.org/simple"
44
verify_ssl = true
55

66
[dev-packages]
7+
singer-python = {editable = true, extras = ["dev"], path = "."}
78

89
[packages]
910
singer-python = {editable = true, path = "."}

Pipfile.lock

Lines changed: 251 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
'pylint',
2323
'ipython',
2424
'ipdb',
25-
'nose',
26-
'singer-tools'
25+
'nose'
2726
]
2827
},
2928
packages=find_packages(),

0 commit comments

Comments
 (0)