Hello, Community! I'm excited to announce that I'...
# contribute
l
Hello, Community! I'm excited to announce that I've completed the Databricks agent and its associated tests within flytekit. However, I do have a few questions and could use some assistance. I need to add the following dependencies:
Copy code
- aiohttp
- aioresponse
- pytest-asyncio
These are required for the "flytekit/plugins/flytekit-spark" module. Could anyone provide guidance on the best way to include these? I've identified four potential files under the
flytekit
directory where I think these dependencies might be added:
Copy code
setup.py
<http://dev-requirements.in|dev-requirements.in>
<http://doc-requirements.in|doc-requirements.in>
doc-requirements.txt
Any advice or direction would be greatly appreciated. Thanks! Here's the pull request: https://github.com/flyteorg/flytekit/pull/1797
k
flyteplugins-spark/setup.py