Initial scaffold: FastAPI micro-service with Docker, SQLite, tests
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
pytest>=8.0.0,<9.0.0
|
||||
httpx>=0.28.0,<1.0.0
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
pytest>=8.0.0,<9.0.0
|
||||
httpx>=0.28.0,<1.0.0
|
||||