File size: 485 Bytes
619ba0e
c838604
619ba0e
 
 
 
 
 
c838604
619ba0e
 
 
 
 
 
 
c838604
 
 
619ba0e
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[tool.poetry]
package-mode = false
name = "arena"
version = "0.1.0"
description = ""
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
firebase-admin = "^6.5.0"
google-cloud-secret-manager = "^2.20.0"
google-generativeai = "^0.5.4"
gradio = "^4.32.1"
lingua-language-detector = "^2.0.2"
litellm = "^1.39.5"

[tool.poetry-auto-export]
output = "requirements.txt"
without_hashes = true

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"