from setuptools import setup setup( name='neural-style', version='', packages=[], install_requires=[ 'opencv-python==4.4.0.46', 'tensorflow==2.4.1', 'streamlit==0.70.0', 'numpy==1.19.5', 'grpcio==1.32.0', 'tensorflow-serving-api==2.4.1', ], url='', license='', author='albert', author_email='', description='' )