Skip to content

Commit d621e92

Browse files
authored
Removing faulty import
As pointed out in #14, the import in this is breaking pip because it tries to import requests before it's installed. As far as I can see, this import doesn't do anything, and it installed fine without it. So I request that this line gets removed so this package gets installed correctly through pip.
1 parent 0bc66e6 commit d621e92

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
from setuptools import setup
44
from setuptools import find_packages
55

6-
import derpibooru
7-
86
setup(
97
name = "DerPyBooru",
108
description = "Python bindings for Derpibooru's API",

0 commit comments

Comments
 (0)