Skip to content

Commit

Permalink
Merge pull request #48 from meejah/setuptools-dep
Browse files Browse the repository at this point in the history
Setuptools dep
  • Loading branch information
meejah authored Nov 10, 2024
2 parents fec8957 + 012372a commit b1ffb95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ User-visible changes in "magic-wormhole-mailbox-server":

## Upcoming

* properly require "setuptools" for install (#47, jameshilliard)
* (put release-note here when merging / proposing a PR)


Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"attrs >= 16.3.0", # 16.3.0 adds __attrs_post_init__
"twisted[tls] >= 17.5.0",
"autobahn[twisted] >= 0.14.1",
"setuptools", # pkg_resources
],
extras_require={
':sys_platform=="win32"': ["pywin32"],
Expand Down

0 comments on commit b1ffb95

Please sign in to comment.