Created
August 11, 2016 22:47
-
-
Save ethankhall/495711ae93bc54a8902a51dab1eebb53 to your computer and use it in GitHub Desktop.
Sample build.gradle for {py}gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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