Skip to content

Commit

Permalink
Added missing requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharif1093 committed Mar 5, 2019
1 parent c9a00f0 commit d1bb788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
colorama>=0.4.1
psutil>=5.5.1
pyyaml>=3.13
sphinxcontrib-programoutput>=0.13
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# long_description_content_type="text/markdown",
url="https://github.com/sharif1093/digideep",
install_requires=[
"colorama>=0.4.1", "psutil>=5.5.1", "pyyaml>=3.13",
"colorama>=0.4.1", "psutil>=5.5.1", "pyyaml>=3.13", "sphinxcontrib-programoutput>=0.13"
],
packages=setuptools.find_packages(),
license="",
Expand Down

0 comments on commit d1bb788

Please sign in to comment.