fix: kept audioop-lts for p3.13
Browse files- pyproject.toml +1 -1
- requirements.txt +1 -1
pyproject.toml
CHANGED
|
@@ -14,7 +14,7 @@ dependencies = [
|
|
| 14 |
"pydantic>=2.0.0",
|
| 15 |
"openai>=1.0.0",
|
| 16 |
"python-dotenv>=1.0.0",
|
| 17 |
-
"openenv-core
|
| 18 |
"gradio>=4.0.0",
|
| 19 |
"audioop-lts>=0.2.2; python_version >= '3.13'"
|
| 20 |
]
|
|
|
|
| 14 |
"pydantic>=2.0.0",
|
| 15 |
"openai>=1.0.0",
|
| 16 |
"python-dotenv>=1.0.0",
|
| 17 |
+
"openenv-core==0.1.1",
|
| 18 |
"gradio>=4.0.0",
|
| 19 |
"audioop-lts>=0.2.2; python_version >= '3.13'"
|
| 20 |
]
|
requirements.txt
CHANGED
|
@@ -3,6 +3,6 @@ uvicorn>=0.23.0
|
|
| 3 |
pydantic>=2.0.0
|
| 4 |
openai>=1.0.0
|
| 5 |
python-dotenv>=1.0.0
|
| 6 |
-
openenv-core
|
| 7 |
gradio>=4.0.0
|
| 8 |
audioop-lts>=0.2.2; python_version >= "3.13"
|
|
|
|
| 3 |
pydantic>=2.0.0
|
| 4 |
openai>=1.0.0
|
| 5 |
python-dotenv>=1.0.0
|
| 6 |
+
openenv-core==0.1.1
|
| 7 |
gradio>=4.0.0
|
| 8 |
audioop-lts>=0.2.2; python_version >= "3.13"
|