Spaces:
Running
Running
zach
commited on
Commit
·
a41231d
1
Parent(s):
fc05e1d
Add watchfiles library to support hot-reloading in development
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -54,4 +54,5 @@ typing_extensions==4.12.2
|
|
54 |
tzdata==2025.1
|
55 |
urllib3==2.3.0
|
56 |
uvicorn==0.34.0
|
|
|
57 |
websockets==14.2
|
|
|
54 |
tzdata==2025.1
|
55 |
urllib3==2.3.0
|
56 |
uvicorn==0.34.0
|
57 |
+
watchfiles==1.0.4
|
58 |
websockets==14.2
|