Skip to content

Commit

Permalink
additional tools for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed Nov 7, 2024
1 parent 58ec266 commit dc4e87d
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 @@ -37,7 +37,7 @@
],
extras_require={
':sys_platform=="win32"': ["pywin32"],
"dev": ["mock", "treq", "tox", "pyflakes"],
"dev": ["mock", "treq", "tox", "pyflakes", "dulwich", "docutils", "gpg", "wheel"],
},
test_suite="wormhole_mailbox_server.test",
cmdclass=commands,
Expand Down

0 comments on commit dc4e87d

Please sign in to comment.