Commit
·
1864ecb
1
Parent(s):
67add6a
Remove playwright from requirements.txt
Browse files- Playwright is already installed in the base image zenika/alpine-chrome:with-playwright
- Avoids version conflicts and installation errors
- Only install FastAPI, Uvicorn, and Pydantic which are needed
- requirements.txt +0 -1
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
fastapi
|
2 |
uvicorn[standard]
|
3 |
-
playwright
|
4 |
pydantic
|
|
|
1 |
fastapi
|
2 |
uvicorn[standard]
|
|
|
3 |
pydantic
|