major claude changes

This commit is contained in:
2026-01-28 21:54:54 -05:00
parent 76e881d939
commit 1832c8ab62
15 changed files with 423 additions and 296 deletions

View File

@@ -1,7 +1,15 @@
fastapi
uvicorn
sqlalchemy
psycopg2-binary
pydantic
python-dotenv
authorizenet
# 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