Skip to content

Commit

Permalink
Move docs dependencies out of setup, not needed if installing via pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
nafur authored and mpreiner committed Jan 21, 2021
1 parent cd5da72 commit d98db25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
progressbar>=2.5
sphinx-rtd-theme>=0.4.3
# there is a weird issue with 2.1.4 that leads to a PicklingError. We just stick to 2.1.0 for now
sphinxcontrib-bibtex==2.1.0
sphinxcontrib-programoutput>=0.15
importlib-metadata>=1.7 ; python_version<"3.8"
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ classifiers =
packages = find:
install_requires =
progressbar>=2.5
sphinx-rtd-theme>=0.4.3
# there is a weird issue with 2.1.4 that leads to a PicklingError. We just stick to 2.1.0 for now
sphinxcontrib-bibtex==2.1.0
sphinxcontrib-programoutput>=0.15
importlib-metadata>=1.7 ; python_version<"3.8"
python_requires = >=3.6
scripts =
Expand Down

0 comments on commit d98db25

Please sign in to comment.