File size: 318 Bytes
0f40ee4
 
 
 
 
 
01c815b
0f40ee4
01c815b
0f40ee4
1
2
3
4
5
6
7
8
9
10
from setuptools import find_packages, setup

setup(
    name="multilingual assistant",
    version="0.0.1",
    author="bijay",
    author_email="[email protected]",
    packages=find_packages(),
    install_requires=["SpeechRecognition","pipwin","PyAudio","gTTS","google-generativeai","python-dotenv","streamlit"]
)