Skip to content

Commit

Permalink
Remove sphinx from requirements.txt and add setuptools to setup_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Nov 21, 2023
1 parent 5cc7915 commit c4bc007
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ stone >= 2
ply
pytest
pytest-runner
sphinx
# sphinx
twine
wheel
setuptools
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
# Pin pytest-runner to 5.2.0, since 5.3.0 uses `find_namespaces` directive, not supported in
# Python 2.7
'pytest-runner == 5.2.0',
'setuptools'
]

# WARNING: This imposes limitations on test/requirements.txt such that the
Expand Down

0 comments on commit c4bc007

Please sign in to comment.