ntfy on windows trying to install outdated pypiwin32
Open
- Dominant language
- Python
- Stars
- 5k
- Forks
- 216
- PR merge metrics
- No merged PRs in 30d
Description
```
...
Collecting pypiwin32==219; sys_platform == "win32" (from ntfy[emoji,pid,telegram,xmpp])
...
```
However I have 220 installed and it work when ntfy installed with `--no-deps`.
I propose to replace [`pypiwin32==219`](https://github.com/dschep/ntfy/blob/d41cf2e4da79efd3fda97083ab77bc8e20f1bb4a/setup.py#L9) with `pypiwin32>=219`.
Any objections?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.