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 3f174a0 commit fd9d90dCopy full SHA for fd9d90d
setup.py
@@ -10,11 +10,11 @@
10
"Topic :: Software Development :: Libraries :: Python Modules"
11
],
12
description="CS50 library for Python",
13
- install_requires=["SQLAlchemy", "sqlparse"],
+ install_requires=["SQLAlchemy", "sqlparse", "termcolor"],
14
keywords="cs50",
15
name="cs50",
16
package_dir={"": "src"},
17
packages=["cs50"],
18
url="https://github.com/cs50/python-cs50",
19
- version="2.2.0"
+ version="2.3.0"
20
)
0 commit comments