Skip to content

Commit

Permalink
Add requests dependency to setup configuration
Browse files Browse the repository at this point in the history
- Added `requests` package as an install requirement for setuptools in
  the setup configuration file.

Signed-off-by: Slendi <[email protected]>
  • Loading branch information
xslendix committed Jul 15, 2024
1 parent 0ada5da commit f242250
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ packages = find:
python_requires = >=3.11
install_requires =
setuptools
requests
vinput

[options.entry_points]
Expand Down

0 comments on commit f242250

Please sign in to comment.