File size: 319 Bytes
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"]
)