Skip to content

Commit

Permalink
Fix typo on setup.py
Browse files Browse the repository at this point in the history
Custom installation failing because of typo on extra_requires
  • Loading branch information
ricmperes authored Apr 29, 2024
1 parent 9526f96 commit 30bd0ff
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 @@
'dev': [
'pytest~=8.0',
'pytest-console-scripts~=1.4',
'pytest-cov~-4.1',
'pytest-cov~=4.1',
'pytest-mongodb~=2.4',
'pytest-runner~=6.0',
'virtualenv~=20.13',
Expand Down

0 comments on commit 30bd0ff

Please sign in to comment.