Skip to content

Commit

Permalink
Added test using VCR library, plus pinned TableauScraper, refs #4
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Mar 22, 2021
1 parent e7504b0 commit feb01c3
Show file tree
Hide file tree
Showing 3 changed files with 2,440 additions and 7 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ def get_long_description():
[console_scripts]
tableau-to-sqlite=tableau_to_sqlite.cli:cli
""",
install_requires=["click", "TableauScraper"],
extras_require={"test": ["pytest"]},
install_requires=["click", "TableauScraper==0.0.10"],
extras_require={"test": ["pytest", "vcrpy"]},
tests_require=["tableau-to-sqlite[test]"],
python_requires=">=3.6",
)
Loading

0 comments on commit feb01c3

Please sign in to comment.