Skip to content

Commit 64c1a04

Browse files
committed
removed sqlparse
1 parent ab5d836 commit 64c1a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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", "sqlparse"],
13+
install_requires=["SQLAlchemy"],
1414
keywords="cs50",
1515
name="cs50",
1616
packages=["cs50"],

0 commit comments

Comments
 (0)