Skip to content

Commit 4ced00d

Browse files
committed
Fixed case of the "SQLAlchemy" requirement in setup.py
1 parent cd76745 commit 4ced00d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
packages=find_packages(exclude=['tests']),
4343
install_requires=(
44-
'sqlalchemy >= 0.6.0',
44+
'SQLAlchemy >= 0.6.0',
4545
'inflect >= 0.2.0'
4646
) + extra_requirements,
4747
dependency_links=dependency_links,

0 commit comments

Comments
 (0)