Skip to content

Commit

Permalink
Add pyspark to setup requirements (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
george-zubrienko authored Jan 27, 2022
1 parent 3e2a3c3 commit 0a7a8d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ def get_version():
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
install_requires=[
'pyspark~=3.2.0'
],
python_requires='>=3.8',
package_dir={"": "src"},
packages=setuptools.find_packages(where="src"), )

0 comments on commit 0a7a8d5

Please sign in to comment.