Skip to content

Commit c83dc46

Browse files
committed
update setup config
1 parent ae05057 commit c83dc46

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

setup.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
from setuptools import setup
22

33
setup(
4-
name='web',
5-
packages=['web'],
4+
name='keras_image_classifier',
5+
packages=['keras_image_classifier'],
66
include_package_data=True,
77
install_requires=[
88
'flask',
99
'keras',
10+
'tensorflow',
11+
'pillow',
12+
'numpy',
13+
'h5py',
14+
'scikit-learn'
1015
],
1116
setup_requires=[
1217
'pytest-runner',

0 commit comments

Comments
 (0)