Skip to content

Commit

Permalink
sparkconnector: Add requests dependency
Browse files Browse the repository at this point in the history
It is a real dependency of SparkConnector and it was missing
  • Loading branch information
rodrigo-sobral committed Dec 10, 2024
1 parent e7ece07 commit cefb120
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SparkConnector/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
packages=setuptools.find_packages(),
install_requires=[
"swanportallocator",
"requests",
],
zip_safe=False,
include_package_data=True,
Expand Down

0 comments on commit cefb120

Please sign in to comment.