feat(requirements): Add flickrapi and update redis version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ching 2024-02-11 14:51:44 +08:00
parent 14877af2a8
commit d79cce601f
2 changed files with 7 additions and 1 deletions

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"conventionalCommits.scopes": [
"requirements"
]
}

View File

@ -2,6 +2,7 @@ beautifulsoup4==4.12.2
bleak==0.21.1
bs4==0.0.1
Flask==3.0.0
flickrapi==2.4.0
ipdb==0.13.13
ipython==8.17.2
jedi==0.19.1
@ -12,7 +13,7 @@ numpy==1.26.1
peewee==3.17.0
Pillow==10.1.0
PyYAML==6.0.1
redis==4.6.0
reportlab==4.0.7
requests==2.31.0
redis==4.6.0
sqlite-web==0.6.3