-
Notifications
You must be signed in to change notification settings - Fork 6
Add SQLAlchemy #151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SQLAlchemy #151
Conversation
77946a0 to
62a0e35
Compare
62a0e35 to
e83598f
Compare
(Opentrons cherry-picked from upstream commit bb104bc)
e83598f to
b21ce6d
Compare
|
Tested on a Raspberry Pi. Using the Python REPL onboard, I was able to: >>> import sqlalchemy
>>> sqlalchemy.__version__
'1.4.32' |
SyntaxColoring
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me to merge if this has been tested on a robot!
sanni-t
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm if it works on a robot!
y3rsh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works on my robot.
Overview
Companion PR to Opentrons/opentrons#9829
This PR adds SQLAlchemy to the robot's operating system.