remove pgsoft
Browse files- requirements-local.txt +0 -11
- requirements.txt +0 -1
requirements-local.txt
DELETED
|
@@ -1,11 +0,0 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn[standard]
|
| 3 |
-
git+ssh://git@github.com/east-and-west-magic/pgsoft.git@tag-2023-12-28-a
|
| 4 |
-
openai==0.27.8
|
| 5 |
-
matplotlib==3.7.2
|
| 6 |
-
matplotlib-inline==0.1.6
|
| 7 |
-
plotly==5.15.0
|
| 8 |
-
pandas==2.0.3
|
| 9 |
-
pandas-stubs==2.1.1.230928
|
| 10 |
-
scipy==1.11.4
|
| 11 |
-
scikit-learn==1.3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|
| 3 |
-
git+https://github.com/east-and-west-magic/pgsoft.git@tag-2023-12-28-a
|
| 4 |
openai==0.27.8
|
| 5 |
matplotlib==3.7.2
|
| 6 |
matplotlib-inline==0.1.6
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|
|
|
|
| 3 |
openai==0.27.8
|
| 4 |
matplotlib==3.7.2
|
| 5 |
matplotlib-inline==0.1.6
|