Skip to content

Commit

Permalink
chore: added pre-commit to test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancheley committed Jan 11, 2022
1 parent dd0db66 commit c131b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get_long_description():
toggl-to-sqlite=toggl_to_sqlite.cli:cli
""",
install_requires=["sqlite-utils>=2.4.4", "click", "requests", "requests_mock", "toml"],
extras_require={"test": ["pytest", "black", "isort", "coverage", "mypy", "cogapp"]},
extras_require={"test": ["pytest", "black", "isort", "coverage", "mypy", "cogapp", "pre-commit"]},
tests_require=["toggl-to-sqlite[test]"],
python_requires=">=3.6",
classifiers=[
Expand Down

0 comments on commit c131b85

Please sign in to comment.