27042026/Pipfile.lock
akarkode 8c6b1a9a3f
Some checks failed
SCA - pip-audit / pip-audit (push) Failing after 2m41s
initial: dummy fastapi for SCA testing
2026-04-27 16:49:57 +07:00

67 lines
1.4 KiB
JSON

{
"_meta": {
"hash": {
"sha256": "dummy"
},
"pipfile-spec": 6,
"requires": {
"python_version": "3.11"
},
"sources": [
{
"name": "pypi",
"url": "https://pypi.org/simple",
"verify_ssl": true
}
]
},
"default": {
"fastapi": {
"hashes": [],
"version": "==0.95.0"
},
"uvicorn": {
"hashes": [],
"version": "==0.20.0"
},
"requests": {
"hashes": [],
"version": "==2.28.0"
},
"pydantic": {
"hashes": [],
"version": "==1.10.0"
},
"python-jose": {
"hashes": [],
"version": "==3.3.0"
},
"passlib": {
"hashes": [],
"version": "==1.7.4"
},
"sqlalchemy": {
"hashes": [],
"version": "==1.4.40"
},
"aiohttp": {
"hashes": [],
"version": "==3.8.1"
},
"cryptography": {
"hashes": [],
"version": "==38.0.0"
},
"pillow": {
"hashes": [],
"version": "==9.3.0"
}
},
"develop": {
"pytest": {
"hashes": [],
"version": "==7.2.0"
}
}
}