Skip to content

Instantly share code, notes, and snippets.

@ethankhall
Created August 11, 2016 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ethankhall/495711ae93bc54a8902a51dab1eebb53 to your computer and use it in GitHub Desktop.
Save ethankhall/495711ae93bc54a8902a51dab1eebb53 to your computer and use it in GitHub Desktop.
Sample build.gradle for {py}gradle
apply plugin: 'python-sdist'
dependencies {
python 'pypi:Werkzeug:0.7',
python 'pypi:Jinja2:2.4',
python 'pypi:itsdangerous:0.21',
python 'pypi:click:2.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment