major claude changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user