Skip to content

Commit

Permalink
Merge pull request #98 from rafiss/update-sqlalchemy-package
Browse files Browse the repository at this point in the history
Update the name of the SQLAlchemy adapter
  • Loading branch information
rafiss committed Apr 16, 2020
2 parents 7c6725b + b88b30e commit 5abdf6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sqlalchemy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ start:
deps:
# To avoid permissions errors, the following should be run in a virtualenv
# (preferred) or as root.
pip install flask-sqlalchemy cockroachdb psycopg2
pip install flask-sqlalchemy sqlalchemy-cockroachdb psycopg2

0 comments on commit 5abdf6a

Please sign in to comment.