saindras

pyproject.toml

Oct 21st, 2025
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. [project]
  2. name = "python-template"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["Your Name <[email protected]>"]
  6. requires-python = ">=3.11"
  7. dependencies = [
  8. "google-generativeai>=0.8.5",
  9. "streamlit>=1.50.0",
  10. ]
Advertisement
Add Comment
Please, Sign In to add comment