Injecting configuration and compiling...
[1G [1G-----> Python app detected
[1G-----> Installing python-3.6.2
[1G-----> Installing pip
[1G-----> Installing requirements with pip
[1G Collecting urllib3[secure]
[1G Downloading urllib3-1.26.7-py2.py3-none-any.whl (138 kB)
[1G Collecting exchangerates==0.2.1
[1G Downloading exchangerates-0.2.1-py3-none-any.whl (6.3 kB)
[1G Collecting GitPython
[1G Downloading GitPython-3.1.18-py3-none-any.whl (170 kB)
[1G Collecting requests
[1G Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB)
[1G Downloading requests-2.13.0-py2.py3-none-any.whl (584 kB)
[1G Collecting six==1.11.0
[1G Downloading six-1.11.0-py2.py3-none-any.whl (10 kB)
[1G Collecting lxml==3.7.3
[1G Downloading lxml-3.7.3-cp36-cp36m-manylinux1_x86_64.whl (7.2 MB)
[1G Collecting idna>=2.0.0
[1G Downloading idna-3.3-py3-none-any.whl (61 kB)
[1G Collecting cryptography>=1.3.4
[1G Downloading cryptography-36.0.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB)
[1G Collecting pyOpenSSL>=0.14
[1G Downloading pyOpenSSL-21.0.0-py2.py3-none-any.whl (55 kB)
[1G Collecting certifi
[1G Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
[1G Collecting gitdb<5,>=4.0.1
[1G Downloading gitdb-4.0.9-py3-none-any.whl (63 kB)
[1G Collecting typing-extensions>=3.7.4.0
[1G Downloading typing_extensions-4.0.0-py3-none-any.whl (22 kB)
[1G Collecting cffi>=1.12
[1G Downloading cffi-1.15.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (405 kB)
[1G Collecting smmap<6,>=3.0.1
[1G Downloading smmap-5.0.0-py3-none-any.whl (24 kB)
[1G Collecting pycparser
[1G Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
[1G Installing collected packages: pycparser, cffi, smmap, six, cryptography, urllib3, typing-extensions, requests, pyOpenSSL, lxml, idna, gitdb, certifi, GitPython, exchangerates
[1G Successfully installed GitPython-3.1.18 certifi-2021.10.8 cffi-1.15.0 cryptography-36.0.0 exchangerates-0.2.1 gitdb-4.0.9 idna-3.3 lxml-3.7.3 pyOpenSSL-21.0.0 pycparser-2.21 requests-2.13.0 six-1.11.0 smmap-5.0.0 typing-extensions-4.0.0 urllib3-1.26.7
[1G
[1G [1G-----> Discovering process types
[1G Procfile declares types -> scraper
Injecting scraper and running...
/app/.heroku/python/lib/python3.6/site-packages/cryptography/hazmat/backends/openssl/x509.py:17: CryptographyDeprecationWarning: This version of cryptography contains a temporary pyOpenSSL fallback path. Upgrade pyOpenSSL now.
utils.DeprecatedIn35,
Traceback (most recent call last):
File "scraper.py", line 40, in <module>
run()
File "scraper.py", line 37, in run
gr.update_rates(join(data_dir, "consolidated.csv"))
File "/app/.heroku/python/lib/python3.6/site-packages/exchangerates/get_rates.py", line 125, in update_rates
get_fred_rates(outfp, writer)
File "/app/.heroku/python/lib/python3.6/site-packages/exchangerates/get_rates.py", line 68, in get_fred_rates
zfo = zipfile.ZipFile(BytesIO(r.content))
File "/app/.heroku/python/lib/python3.6/zipfile.py", line 1108, in __init__
self._RealGetContents()
File "/app/.heroku/python/lib/python3.6/zipfile.py", line 1175, in _RealGetContents
raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file