Skip to content

Commit

Permalink
Add deps to docs requirements.txt (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Jul 22, 2022
1 parent 5294775 commit cb77b0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
sphinx==4.2.0
sphinx-rtd-theme==1.0.0
py-algorand-sdk
# dependencies from setup.py
py-algorand-sdk>=1.9.0,<2.0.0
semantic-version>=2.9.0,<3.0.0
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
url="https://github.com/algorand/pyteal",
packages=setuptools.find_packages(),
install_requires=[
# when changing this list, also update docs/requirements.txt
"py-algorand-sdk>=1.9.0,<2.0.0",
"semantic-version>=2.9.0,<3.0.0",
],
Expand Down

0 comments on commit cb77b0c

Please sign in to comment.