Skip to content

Make project depend on `requests` module

David Florness requested to merge dependencies into master

Created by: edwargix

It is used in the project but is not listed as a dependency, so those who run pip install -e . --user will hit a wall if they don't have it installed elsewhere.

Merge request reports