Skip to content

Commit

Permalink
fix(user-service): Update user API call to use HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
wktls63 committed Oct 13, 2024
1 parent 3633f5c commit 6a10927
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions services/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
alembic==1.13.3
annotated-types==0.7.0
anyio==4.6.0
async-timeout==4.0.3
certifi==2024.8.30
charset-normalizer==3.3.2
click==8.1.7
exceptiongroup==1.2.2
fastapi==0.112.2
h11==0.14.0
httpcore==1.0.5
httpx==0.27.2
idna==3.10
iniconfig==2.0.0
Mako==1.3.5
MarkupSafe==2.1.5
packaging==24.1
pluggy==1.5.0
psycopg2-binary==2.9.9
pydantic==2.9.2
pydantic_core==2.23.4
pytest==8.3.3
python-dotenv==1.0.1
redis==5.1.1
requests==2.32.3
sniffio==1.3.1
SQLAlchemy==2.0.32
starlette==0.38.5
tomli==2.0.1
typing_extensions==4.12.2
urllib3==2.2.3
uvicorn==0.30.6

0 comments on commit 6a10927

Please sign in to comment.