Skip to content

Commit

Permalink
Missed pymysql dep
Browse files Browse the repository at this point in the history
Signed-off-by: Max Hoffman <[email protected]>
  • Loading branch information
max-hoffman committed Apr 15, 2021
1 parent 712acb0 commit 18a3c2d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ pygments==2.8.1
# nbconvert
# sphinx
# sphinx-prompt
pymysql==1.0.2
# via flytekit
pynacl==1.4.0
# via paramiko
pyparsing==2.4.7
Expand Down
2 changes: 2 additions & 0 deletions requirements-spark2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ pygments==2.8.1
# ipython
# jupyterlab-pygments
# nbconvert
pymysql==1.0.2
# via flytekit
pynacl==1.4.0
# via paramiko
pyparsing==2.4.7
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ pygments==2.8.1
# ipython
# jupyterlab-pygments
# nbconvert
pymysql==1.0.2
# via flytekit
pynacl==1.4.0
# via paramiko
pyparsing==2.4.7
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
sagemaker = ["sagemaker-training>=3.6.2,<4.0.0"]
mysql = ["sqlalchemy>=1.4.7", "pymysql>=1.0.2"]

all_but_spark = sidecar + schema + hive_sensor + notebook + sagemaker
all_but_spark = sidecar + schema + hive_sensor + notebook + sagemaker + mysql

extras_require = {
"spark": spark,
Expand Down

0 comments on commit 18a3c2d

Please sign in to comment.