Skip to content

Commit

Permalink
add missing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
teticio committed Dec 6, 2023
1 parent a68caa5 commit b896065
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ uvicorn = "*"
sqlalchemy = "*"
aiohttp = "*"
aiofiles = "*"
aioredis = "*"
librosa = "*"
pymysql = "*"
sqlalchemy-utils = "*"
beautifulsoup4 = "*"
fastapi-cache2 = {extras = ["redis"], version = "*"}
unidecode = "*"

[dev-packages]
yapf = "*"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ uvicorn
sqlalchemy
aiohttp
aiofiles
aioredis
librosa
pymysql
sqlalchemy-utils
Expand Down

0 comments on commit b896065

Please sign in to comment.