Skip to content

Commit b92f423

Browse files
committedOct 27, 2018
added Flask, updated version
1 parent 7571dbd commit b92f423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"Topic :: Software Development :: Libraries :: Python Modules"
1111
],
1212
description="CS50 library for Python",
13-
install_requires=["SQLAlchemy", "sqlparse", "termcolor"],
13+
install_requires=["Flask", "SQLAlchemy", "sqlparse", "termcolor"],
1414
keywords="cs50",
1515
name="cs50",
1616
package_dir={"": "src"},
1717
packages=["cs50"],
1818
url="https://github.com/cs50/python-cs50",
19-
version="2.4.1"
19+
version="2.4.2"
2020
)

0 commit comments

Comments
 (0)