fastai / ghapi

A delightful and complete interface to GitHub's amazing API

Home Page:https://ghapi.fast.ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove `pip` from dependencies

rafrafek opened this issue · comments

Please remove pip from this line:

ghapi/setup.py

Line 29 in df2a68f

requirements = ['pip', 'packaging']

I'm not sure if packaging can also be removed.

see fastai/fastcore#540