27042026/Pipfile
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

23 lines
377 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
fastapi = "==0.95.0"
uvicorn = "==0.20.0"
requests = "==2.28.0"
pydantic = "==1.10.0"
python-jose = "==3.3.0"
passlib = "==1.7.4"
sqlalchemy = "==1.4.40"
aiohttp = "==3.8.1"
cryptography = "==38.0.0"
pillow = "==9.3.0"
[dev-packages]
pytest = "==7.2.0"
[requires]
python_version = "3.11"