Skip to content

Commit 19b33c0

Browse files
committedMay 20, 2017
added dependency
1 parent 4c3a02e commit 19b33c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Topic :: Software Development :: Libraries :: Python Modules"
1111
],
1212
description="CS50 library for Python",
13-
install_requires=["SQLAlchemy"],
13+
install_requires=["SQLAlchemy", "sqlparse"],
1414
keywords="cs50",
1515
name="cs50",
1616
packages=["cs50"],

0 commit comments

Comments
 (0)
Please sign in to comment.