Skip to content

Commit

Permalink
fix import requests error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-V committed Oct 31, 2019
1 parent 632cc75 commit 4ddcdc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
long_description_content_type="text/markdown",
url="https://github.com/codeclassroom/CodeRunner",
packages=setuptools.find_packages(),
install_requires=[
'requests',
],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 4ddcdc6

Please sign in to comment.