Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Lubken authored and jlubken committed Jun 18, 2020
1 parent c321eaa commit 9ad80a0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

CHECK_REQUIRES = ("docutils", "pygments", "readme-renderer")

DOC_REQUIRES = "sphinx"
DOC_REQUIRES = ("sphinx",)

INSTALL_REQUIRES = (
"configargparse>=0.15.2",
Expand Down Expand Up @@ -70,6 +70,12 @@ def long_description():
name="dsdk",
license="MIT",
extras_require={
"all": CHECK_REQUIRES
+ DOC_REQUIRES
+ LINT_REQUIRES
+ MONGO_REQUIRES
+ MSSQL_REQUIRES
+ TEST_REQUIRES,
"check": CHECK_REQUIRES,
"doc": DOC_REQUIRES,
"lint": LINT_REQUIRES,
Expand Down

0 comments on commit 9ad80a0

Please sign in to comment.