Skip to content

Instantly share code, notes, and snippets.

@nitay
Created May 13, 2016 19:35
Show Gist options
  • Save nitay/b80e81a714acdf99b740750fe20a3a85 to your computer and use it in GitHub Desktop.
Save nitay/b80e81a714acdf99b740750fe20a3a85 to your computer and use it in GitHub Desktop.
python_requirements()
NAME = 'mysql-connector-python'
VERSION = '2.0.4'
python_requirement_library(
name=NAME,
requirements=[
python_requirement(NAME + '==' + VERSION,
repository='https://cdn.mysql.com/Downloads/Connector-Python/')
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment