Spaces:
Sleeping
Sleeping
File size: 426 Bytes
d9959cf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
[project] name = "repl-nix-workspace" version = "0.1.0" description = "Add your description here" requires-python = ">=3.11" dependencies = [ "beautifulsoup4>=4.13.3", "flask>=3.1.0", "gtts>=2.5.4", "nltk>=3.9.1", "numpy>=2.2.4", "opencv-python>=4.11.0.86", "pandas>=2.2.3", "plotly>=6.0.1", "pyautogui>=0.9.54", "requests>=2.32.3", "streamlit>=1.43.2", "trafilatura>=2.0.0", ] |