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
#!/usr/bin/env python3 | |
from __future__ import absolute_import | |
import argparse | |
import json | |
# from google.cloud import storage | |
from datetime import datetime | |
import configparser |
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
import setuptools | |
''' | |
If you created a requirements.txt file and your project spans multiple files, | |
you can get rid of the requirements.txt file and instead, add all packages | |
contained in requirements.txt to the install_requires field of the setup call. | |
''' | |
REQUIRED_PACKAGES = [ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.