Spaces:
Sleeping
Sleeping
Update setup.py
Browse files
setup.py
CHANGED
@@ -4,7 +4,7 @@ setup(
|
|
4 |
name="multilingual assistant",
|
5 |
version="0.0.1",
|
6 |
author="bijay",
|
7 |
-
author_email="bdas64316@
|
8 |
packages=find_packages(),
|
9 |
-
install_requires=["SpeechRecognition","pipwin","
|
10 |
)
|
|
|
4 |
name="multilingual assistant",
|
5 |
version="0.0.1",
|
6 |
author="bijay",
|
7 |
+
author_email="bdas64316@gmail.com",
|
8 |
packages=find_packages(),
|
9 |
+
install_requires=["SpeechRecognition","pipwin","PyAudio","gTTS","google-generativeai","python-dotenv","streamlit"]
|
10 |
)
|