Fix broken version stapling syntax on watchfiles
Adjusts the watchfiles stapling to use == instead of =
This commit is contained in:
parent
db0ac922f0
commit
cdd2827dca
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ python-multipart==0.0.6
|
||||||
# API and Communication
|
# API and Communication
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
python-dotenv==1.0.0
|
python-dotenv==1.0.0
|
||||||
watchfiles=1.0.4
|
watchfiles==1.0.4
|
||||||
|
|
||||||
# Audio Processing
|
# Audio Processing
|
||||||
numpy==1.24.0
|
numpy==1.24.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue