Skip to content

Commit 4c07eae

Browse files
committed
Added dependencies
1 parent eb593a3 commit 4c07eae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
description="A Python API for Stanford Explore Courses",
1010
long_description=open('README.md').read(),
1111
packages=setuptools.find_packages(),
12-
install_requires=[],
12+
install_requires=[
13+
'requests>=2'
14+
],
1315
classifiers=(
1416
'Programming Language :: Python',
1517
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)