Skip to content

Commit

Permalink
reduce diff in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dynilath committed Dec 15, 2018
1 parent 733732d commit 1c15bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'xeHentai.util',
'xeHentai.i18n',
]
requires = ['requests','pillow']
requires = ['requests']

from setuptools import setup

Expand Down Expand Up @@ -58,4 +58,4 @@
),
requires=requires,
entry_points = {'console_scripts': ["xeH = xeHentai.cli:start"]},
)
)

0 comments on commit 1c15bfa

Please sign in to comment.