Files
eamco_authorize/requirements.txt
2026-01-28 21:54:54 -05:00

16 lines
250 B
Plaintext

# eamco_authorize dependencies
# FastAPI web framework and server
fastapi==0.115.6
uvicorn==0.34.0
pydantic==2.10.5
# Database
SQLAlchemy==2.0.40
psycopg2-binary==2.9.10
# Configuration
python-dotenv==1.1.0
# Authorize.net SDK
authorizenet==1.1.4