Skip to content

Commit 5abdf6a

Browse files
authored
Merge pull request #98 from rafiss/update-sqlalchemy-package
Update the name of the SQLAlchemy adapter
2 parents 7c6725b + b88b30e commit 5abdf6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/sqlalchemy/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ start:
2323
deps:
2424
# To avoid permissions errors, the following should be run in a virtualenv
2525
# (preferred) or as root.
26-
pip install flask-sqlalchemy cockroachdb psycopg2
26+
pip install flask-sqlalchemy sqlalchemy-cockroachdb psycopg2

0 commit comments

Comments
 (0)