Add bcrypt as a dependency with version 5.0.0
- Included bcrypt in the dependencies list of uv.lock. - Specified version requirement for bcrypt as >=5.0.0. - Added package details for bcrypt including source, sdist, and various wheel distributions.
This commit is contained in:
@@ -13,6 +13,7 @@ dependencies = [
|
||||
"alembic>=1.17.2",
|
||||
"annotatedyaml>=1.0.0",
|
||||
"asyncpg>=0.30.0",
|
||||
"bcrypt>=5.0.0",
|
||||
"dotenv>=0.9.9",
|
||||
"fast-langdetect>=1.0.0",
|
||||
"fastapi>=0.117.1",
|
||||
|
||||
Reference in New Issue
Block a user