Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
# Core dependencies
|
2 |
fastapi
|
3 |
uvicorn
|
|
|
4 |
|
5 |
# Database and ORM
|
6 |
asyncpg>=0.27.0
|
|
|
1 |
# Core dependencies
|
2 |
fastapi
|
3 |
uvicorn
|
4 |
+
fastapi-cache2
|
5 |
|
6 |
# Database and ORM
|
7 |
asyncpg>=0.27.0
|