Skip to content

Commit

Permalink
Add requests module dependency. Fixes GNS3#52.
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed May 26, 2014
1 parent 098a235 commit d432005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ws4py
apache-libcloud
requests
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ def run_tests(self):
long_description=open("README.rst", "r").read(),
install_requires=[
"ws4py==0.3.4",
"apache-libcloud==0.14.1"],
"apache-libcloud==0.14.1",
"requests"],
entry_points={
"gui_scripts": [
"gns3 = gns3.main:main",
Expand Down

0 comments on commit d432005

Please sign in to comment.