Skip to content

Commit

Permalink
Update dependencies in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
NotChristianGarcia committed Dec 15, 2023
1 parent 8837fd9 commit d88dea1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ jsonschema==4.17.3 # Errors after this version with error below.


# Service API
pydantic
fastapi
pydantic==1.10.13
fastapi==0.103.2
python-multipart
sqlmodel
sqlmodel==0.0.8
uvicorn

# Databases/APIs
sqlalchemy
alembic
psycopg2
kubernetes
sqlalchemy==1.4.41
alembic==1.12.0
psycopg2==2.9.9
kubernetes==28.1.0
neo4j-driver
rabbitpy
channelpy
Expand Down

0 comments on commit d88dea1

Please sign in to comment.