Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit 871deb6

Browse files
committed
Added numpy to requirements
1 parent ef9d707 commit 871deb6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from setuptools import setup
22

33
setup(name='comic-scraper',
4-
version='0.5',
5-
description='Scraps comics and creates cbz files',
4+
version='0.5.1',
5+
description='Scraps comics,mangas and creates cbz files for offline reading',
66
url='https://github.com/AbstractGeek/comic-scraper',
7-
download_url='https://github.com/AbstractGeek/comic-scraper/tarball/0.5',
7+
download_url='https://github.com/AbstractGeek/comic-scraper/tarball/0.5.1',
88
author='Dinesh Natesan',
99
author_email='[email protected]',
1010
license='MIT',
@@ -19,7 +19,8 @@
1919
install_requires=[
2020
'beautifulsoup4',
2121
'futures',
22-
'requests==2.9.1'
22+
'requests',
23+
'numpy'
2324
],
2425
entry_points={
2526
'console_scripts':

0 commit comments

Comments
 (0)