steem-python
steem-python copied to clipboard
package cannot be installed in docker container
https://github.com/steemit/steem-python/blob/33dc65cc6fc85c51f57e182abe5fadff573cfa6e/Pipfile#L6
Dockerfile base image doesn't support python 3.6, so build fails:
AssertionError: steem requires Python 3.6 or newer
Do we still need the docker container in this repo?