Skip to content

Commit

Permalink
typo in tests_require
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbrigadir committed Jun 19, 2021
1 parent 36a9bad commit 080e867
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 @@ -24,7 +24,7 @@
python_requires=">=3.3",
install_requires=dependencies,
setup_requires=["pytest-runner"],
tests_require=["pytest", "pytest-black" "python-dotenv", "pytz"],
tests_require=["pytest", "pytest-black", "python-dotenv", "pytz"],
entry_points={
"console_scripts": [
"twarc = twarc.command:main",
Expand Down

0 comments on commit 080e867

Please sign in to comment.