Skip to content

Commit

Permalink
add requirements back to see if they work with readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaer committed Sep 8, 2019
1 parent 9b5759a commit f5d16e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -8,4 +8,5 @@ certifi==2018.11.29 # via requests
chardet==3.0.4 # via requests
idna==2.8 # via requests
requests==2.21.0
rhino3dm>=0.1.8
urllib3==1.24.2 # via requests (NOTE: manually bumped to fix vulnerability!)
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -39,7 +39,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/mcneel/compute.rhino3d",
install_requires=['requests'],
install_requires=['requests', 'rhino3dm'],
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
Expand Down

0 comments on commit f5d16e2

Please sign in to comment.