ohld / igbot

🐙 Free scripts, bots and Python API wrapper. Get free followers with our auto like, auto follow and other scripts!
https://hikerapi.com/p/N2P6iqiM
Apache License 2.0
4.69k stars 1.47k forks source link

Update Dockerfile to use pipenv #1185

Closed kirkins closed 4 years ago

kirkins commented 4 years ago

I went to use the Dockerfile and I noticed requirements.txt didn't exist anymore but there was a Pipfile.

So I updated to use that instead.

codecov-io commented 4 years ago

Codecov Report

Merging #1185 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1185   +/-   ##
=======================================
  Coverage   43.65%   43.65%           
=======================================
  Files          32       32           
  Lines        3569     3569           
  Branches      579      579           
=======================================
  Hits         1558     1558           
  Misses       1869     1869           
  Partials      142      142

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c3b49e0...6c5e0f1. Read the comment docs.

ohld commented 4 years ago

Wow. Great fix. Thanks!!!!