liiight / notifiers

The easy way to send notifications

Home Page:http://notifiers.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependencies of notifiers are fixed.

tobiasraabe opened this issue Β· comments

First, thanks for the package. It is very intuitive and works like a charm! πŸ‘

Describe the bug

If I install notifiers, it checks whether the dependencies in requirements.txt are met. Unfortunately, I run into the same issue as #191 which I cannot circumvent within tox with the stated pip command.

Is it possible to relax the dependencies? In the requirement file it is stated that the dependency comes via requests, but then you could let requests handle it and just refer to a version of requests which works for you (better a certain range). Also, even requests is not that strict regarding certifi (see here).

Or is there another reason for you to pin certifiy?

Additional context
Python version: 3.6, 3.7
OS: Windows, Linux, MacOS

Thanks for opening your first issue here! Be sure to follow the issue template! πŸ‘‹πŸžπŸ‘‹

Thanks for your issue. I actually solved this via #209 which isn't merged to master yet, but it's in the next release.