Add an up-to-date sqlparse to requirements.txt
This is used in utils/db.py to format triggers. A migration is needed for minor whitespace fixes between 0.4.4 and 0.5.1.
This commit is contained in:
parent
ab307388f4
commit
afd44e109c
2 changed files with 52 additions and 0 deletions
|
@ -37,6 +37,7 @@ redis==5.0.3
|
|||
requests==2.32.0
|
||||
responses==0.25.0
|
||||
s3-tar==0.1.13
|
||||
sqlparse==0.5.1
|
||||
|
||||
# Indirect dependencies with version constraints for security fixes
|
||||
grpcio>=1.57.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue