coronavirus-dashboard-api-python-sdk
coronavirus-dashboard-api-python-sdk copied to clipboard
Build using PyPi source tarball fails due to missing requirements.txt
The 1.2.0 source tarball on PyPi appears to be incomplete, so that using it to build from source fails like so:
$ python3 setup.py build
Traceback (most recent call last):
File "setup.py", line 103, in
It's just can't find the requirements files. Not sure why that's happening though as the path is dynamically generated.
The routine installation should still work though. I'll have a look.