We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb72634 commit 3ddef31Copy full SHA for 3ddef31
setup.py
@@ -10,7 +10,7 @@
10
"Topic :: Software Development :: Libraries :: Python Modules"
11
],
12
description="CS50 library for Python",
13
- install_requires=["Flask>=1.0", "packaging", "SQLAlchemy==1.4.46", "sqlparse", "termcolor", "wheel"],
+ install_requires=["Flask>=1.0", "packaging", "SQLAlchemy<3", "sqlparse", "termcolor", "wheel"],
14
keywords="cs50",
15
license="GPLv3",
16
long_description_content_type="text/markdown",
0 commit comments