Skip to content

Commit

Permalink
Move pygame from doc_reqs to optional_reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
tburrows13 committed Jan 16, 2021
1 parent 2db338a commit a699cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def run_tests(self):
]

optional_reqs = [
"pygame>=1.9.3",
"python-dotenv>=0.10",
"opencv-python",
"scikit-image",
Expand All @@ -92,7 +93,6 @@ def run_tests(self):
]

doc_reqs = [
"pygame>=1.9.3",
"numpydoc<2.0",
"Sphinx==3.4.3",
"sphinx-rtd-theme==0.5.1",
Expand Down

0 comments on commit a699cb9

Please sign in to comment.