8 lines
112 B
Plaintext
8 lines
112 B
Plaintext
Here's the `requirements.txt` file with the requested dependencies:
|
|
|
|
```
|
|
fastapi
|
|
uvicorn
|
|
sqlalchemy
|
|
pydantic
|
|
``` |