Skip to content

Commit 4ddcdc6

Browse files
committed
fix import requests error
1 parent 632cc75 commit 4ddcdc6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/codeclassroom/CodeRunner",
1515
packages=setuptools.find_packages(),
16+
install_requires=[
17+
'requests',
18+
],
1619
classifiers=[
1720
"Programming Language :: Python :: 3",
1821
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)