Pipfile 198 B

123456789101112131415
  1. [[source]]
  2. url = "https://pypi.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [packages]
  6. fastapi = "*"
  7. uvicorn = "*"
  8. ollama = "*"
  9. load-dotenv = "*"
  10. [dev-packages]
  11. [requires]
  12. python_version = "3.11"