Skip to content

Commit

Permalink
📌 update requirements for dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
thepmsquare committed Jun 3, 2024
1 parent 597d3ba commit 9bc9371
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@
"uvicorn>=0.24.0.post1",
"fastapi>=0.104.1",
"python-multipart>=0.0.6",
"square_logger~=1.0",
"websockets>=12.0",
"lapa_commons>=0.0.1",
"httpx>=0.26.0",
"pytest>=8.0.0",

"square_logger>=1.0.0",
"lapa_commons>=0.0.3",
],
extras_require={
"all": [
"lapa_database_structure~=0.0.1",
"lapa_database_structure>=0.0.1",
],
},
author="thePmSquare, Amish Palkar, Lav Sharma, Aaditya Sangsihetty",
Expand Down

0 comments on commit 9bc9371

Please sign in to comment.