Upload 2 files
Browse files- pyproject.toml +1 -1
- requirements.txt +1 -1
pyproject.toml
CHANGED
|
@@ -15,7 +15,7 @@ dependencies = [
|
|
| 15 |
"pandas==2.2.1",
|
| 16 |
"numpy==1.26.4",
|
| 17 |
"openai>=2.7.2",
|
| 18 |
-
"openenv>=0.2.0",
|
| 19 |
"python-dotenv==1.0.1",
|
| 20 |
"httpx==0.27.0",
|
| 21 |
"pytest==8.1.1",
|
|
|
|
| 15 |
"pandas==2.2.1",
|
| 16 |
"numpy==1.26.4",
|
| 17 |
"openai>=2.7.2",
|
| 18 |
+
"openenv-core>=0.2.0",
|
| 19 |
"python-dotenv==1.0.1",
|
| 20 |
"httpx==0.27.0",
|
| 21 |
"pytest==8.1.1",
|
requirements.txt
CHANGED
|
@@ -4,7 +4,7 @@ pydantic==2.6.3
|
|
| 4 |
pandas==2.2.1
|
| 5 |
numpy==1.26.4
|
| 6 |
openai>=2.7.2
|
| 7 |
-
openenv>=0.2.0
|
| 8 |
python-dotenv==1.0.1
|
| 9 |
httpx==0.27.0
|
| 10 |
pytest==8.1.1
|
|
|
|
| 4 |
pandas==2.2.1
|
| 5 |
numpy==1.26.4
|
| 6 |
openai>=2.7.2
|
| 7 |
+
openenv-core>=0.2.0
|
| 8 |
python-dotenv==1.0.1
|
| 9 |
httpx==0.27.0
|
| 10 |
pytest==8.1.1
|