Fix broken version stapling syntax on watchfiles

Adjusts the watchfiles stapling to use == instead of =
This commit is contained in:
Bryce Shurts 2025-03-22 20:31:15 -05:00 committed by GitHub
parent db0ac922f0
commit cdd2827dca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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