Skip to content

Commit

Permalink
Merge pull request #50 from bkmgit/patch-1
Browse files Browse the repository at this point in the history
mock is part of unittest (no need to install)
  • Loading branch information
meejah authored Nov 21, 2024
2 parents b42867b + a4b17a1 commit c401b31
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 @@ -38,7 +38,7 @@
],
extras_require={
':sys_platform=="win32"': ["pywin32"],
"dev": ["mock", "treq", "tox", "pyflakes"],
"dev": ["treq", "tox", "pyflakes"],
"release": ["dulwich", "docutils", "gpg", "wheel"],
},
test_suite="wormhole_mailbox_server.test",
Expand Down

0 comments on commit c401b31

Please sign in to comment.