Skip to content

Commit

Permalink
adds sphinx and recommonmark documentation building dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kodymoodley committed Jan 4, 2024
1 parent 413c3a6 commit 9e1dcec
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 18 deletions.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ pydot
graphviz
thefuzz
beautifulsoup4
coverage
coverage
sphinx
recommonmark
36 changes: 19 additions & 17 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
PyQt6==6.6.0
PyQtWebEngine==5.15.6
Orange3==3.36.2
Orange3-Text==1.14.0
Orange3-network==1.8.0
PyQt6
PyQtWebEngine
Orange3
Orange3-Text
Orange3-network
matplotlib
pandas==2.1.2
spacy==3.7.2
dhtmlparser3==3.0.17
textblob==0.17.1
textblob-nl==0.0.1
pydot==1.4.2
graphviz==0.20.1
thefuzz==0.20.0
beautifulsoup4==4.12.2
coverage==7.3.3
pytest==7.4.3
tox==4.11.4
pandas
spacy
dhtmlparser3
textblob
textblob-nl
pydot
graphviz
thefuzz
beautifulsoup4
coverage
pytest
tox
sphinx
recommonmark

0 comments on commit 9e1dcec

Please sign in to comment.