Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion surface/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ django-apitokens==0.0.2
django-sbomrepo==0.0.9

mysqlclient==2.2.4
tqdm==4.65.0 # for core_utils that is not really a app/package ..?
tqdm==4.67.1 # for core_utils that is not really a app/package ..?
django-database-locks==0.5 # distributed locks (on mysql)
django-bulk-update-or-create==0.3.0 # for faster batch operations with update_or_create
django-dynamicsettings==0.0.3
Expand Down
Loading