Created
February 27, 2021 19:28
-
-
Save captivus/310c93ba63627ee0cdca61f2eb6dee38 to your computer and use it in GitHub Desktop.
Edit the meta.yaml file to reflect minimum python versions in both the host and run sections of requirements
This file contains 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
requirements: | |
host: | |
- pip | |
- python >=3.6 | |
run: | |
- python >=3.6 | |
- requests >=2.20.0 | |
- six >=1.10.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment