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
| [ | |
| { | |
| "id":1, | |
| "title":"The Oil Embargo Shock", | |
| "events":[ | |
| { | |
| "event":"1973: OPEC announces oil embargo against the United States", | |
| "options":[ | |
| "Oil prices remain stable due to domestic reserves", | |
| "Gas prices quadruple within months", |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| #!/usr/bin/env python3 | |
| """ | |
| Covert a Pipfile/[.lock] to a pip-tools requirements.(in|txt) file. While it's | |
| only slightly annoying to convert the Pipfile to a requirements.in (which we | |
| do) the primary goal is to convert the *locked* file with all the versions and | |
| hashes, without *updating* any of them. This will allow bisection of problems | |
| to the conversion from Pipenv to Pip-tools without confounding from myriad | |
| updates to all the libraries used within. | |
| To validate/clean up the new file, you can run the build command which will |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder