Created
April 26, 2019 01:30
-
-
Save kinow/c025bb878faa4d6e0551f737cad572fb to your computer and use it in GitHub Desktop.
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
| ```diff | |
| diff --git a/setup.py b/setup.py | |
| index 74cbaf4..0042063 100644 | |
| --- a/setup.py | |
| +++ b/setup.py | |
| @@ -31,6 +31,7 @@ install_requires = [ | |
| 'protobuf', | |
| 'python-jose', | |
| 'colorama', | |
| + 'cylc @ https://github.com/dwsutherland/cylc/tarball/protobuf-uis-feed#egg=cylc-8.0a1.dev' | |
| ] | |
| setup_requires = [ | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment